Lines Matching full:buffered
53 * netfs_start_io_read - declare the file is being used for buffered reads
56 * Declare that a buffered read operation is about to start, and ensure
61 * In practice, this means that buffered read operations are allowed to
65 * Note that buffered writes and truncates both take a write lock on
93 * netfs_end_io_read - declare that the buffered read operation is done
96 * Declare that a buffered read operation is done, and release the shared
107 * netfs_start_io_write - declare the file is being used for buffered writes
110 * Declare that a buffered read operation is about to start, and ensure
129 * netfs_end_io_write - declare that the buffered write operation is done
132 * Declare that a buffered write operation is done, and release the
167 * that we block all buffered I/O.
172 * execute in parallel, thanks to the shared lock, whereas buffered I/O
175 * Note that buffered writes and truncates both take a write lock on