Lines Matching full:buffered
27 * nfs_start_io_read - declare the file is being used for buffered reads
30 * Declare that a buffered read operation is about to start, and ensure
35 * In practice, this means that buffered read operations are allowed to
39 * Note that buffered writes and truncates both take a write lock on
67 * nfs_end_io_read - declare that the buffered read operation is done
70 * Declare that a buffered read operation is done, and release the shared
80 * nfs_start_io_write - declare the file is being used for buffered writes
83 * Declare that a buffered read operation is about to start, and ensure
98 * nfs_end_io_write - declare that the buffered write operation is done
101 * Declare that a buffered write operation is done, and release the
124 * that we block all buffered I/O.
129 * execute in parallel, thanks to the shared lock, whereas buffered I/O
132 * Note that buffered writes and truncates both take a write lock on