Lines Matching full:that
30 * Declare that a buffered read operation is about to start, and ensure
31 * that we block all direct I/O.
32 * On exit, the function ensures that the NFS_INO_ODIRECT flag is unset,
33 * and holds a shared lock on inode->i_rwsem to ensure that the flag
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
40 * inode->i_rwsem, meaning that those are serialised w.r.t. the reads.
58 * nfs_end_io_read - declare that the buffered read operation is done
61 * Declare that a buffered read operation is done, and release the shared
74 * Declare that a buffered read operation is about to start, and ensure
75 * that we block all direct I/O.
85 * nfs_end_io_write - declare that the buffered write operation is done
88 * Declare that a buffered write operation is done, and release the
110 * Declare that a direct I/O operation is about to start, and ensure
111 * that we block all buffered I/O.
112 * On exit, the function ensures that the NFS_INO_ODIRECT flag is set,
113 * and holds a shared lock on inode->i_rwsem to ensure that the flag
115 * In practice, this means that direct I/O operations are allowed to
119 * Note that buffered writes and truncates both take a write lock on
120 * inode->i_rwsem, meaning that those are serialised w.r.t. O_DIRECT.
138 * nfs_end_io_direct - declare that the direct i/o operation is done
141 * Declare that a direct I/O operation is done, and release the shared