Lines Matching full:buffered
41 * netfs_start_io_read - declare the file is being used for buffered reads
44 * Declare that a buffered read operation is about to start, and ensure
49 * In practice, this means that buffered read operations are allowed to
53 * Note that buffered writes and truncates both take a write lock on
81 * netfs_end_io_read - declare that the buffered read operation is done
84 * Declare that a buffered read operation is done, and release the shared
95 * netfs_start_io_write - declare the file is being used for buffered writes
98 * Declare that a buffered read operation is about to start, and ensure
118 * netfs_end_io_write - declare that the buffered write operation is done
121 * Declare that a buffered write operation is done, and release the
156 * that we block all buffered I/O.
161 * execute in parallel, thanks to the shared lock, whereas buffered I/O
164 * Note that buffered writes and truncates both take a write lock on