Lines Matching full:buffered
35 * ceph_start_io_read - declare the file is being used for buffered reads
38 * Declare that a buffered read operation is about to start, and ensure
43 * In practice, this means that buffered read operations are allowed to
47 * Note that buffered writes and truncates both take a write lock on
67 * ceph_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 * ceph_start_io_write - declare the file is being used for buffered writes
83 * Declare that a buffered write operation is about to start, and ensure
94 * ceph_end_io_write - declare that the buffered write operation is done
97 * Declare that a buffered write operation is done, and release the
125 * that we block all buffered I/O.
130 * execute in parallel, thanks to the shared lock, whereas buffered I/O
133 * Note that buffered writes and truncates both take a write lock on