Lines Matching full:buffered
44 * ceph_start_io_read - declare the file is being used for buffered reads
47 * Declare that a buffered read operation is about to start, and ensure
52 * In practice, this means that buffered read operations are allowed to
56 * Note that buffered writes and truncates both take a write lock on
91 * ceph_end_io_read - declare that the buffered read operation is done
94 * Declare that a buffered read operation is done, and release the shared
104 * ceph_start_io_write - declare the file is being used for buffered writes
107 * Declare that a buffered write operation is about to start, and ensure
119 * ceph_end_io_write - declare that the buffered write operation is done
122 * Declare that a buffered write operation is done, and release the
160 * that we block all buffered I/O.
165 * execute in parallel, thanks to the shared lock, whereas buffered I/O
168 * Note that buffered writes and truncates both take a write lock on