Home
last modified time | relevance | path

Searched refs:CEPH_I_ODIRECT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dio.c26 if (READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT) { in ceph_block_o_direct()
28 ci->i_ceph_flags &= ~CEPH_I_ODIRECT; in ceph_block_o_direct()
40 * On exit, the function ensures that the CEPH_I_ODIRECT flag is unset,
46 * CEPH_I_ODIRECT.
57 if (!(READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT)) in ceph_start_io_read()
111 if (!(READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT)) { in ceph_block_buffered()
113 ci->i_ceph_flags |= CEPH_I_ODIRECT; in ceph_block_buffered()
126 * On exit, the function ensures that the CEPH_I_ODIRECT flag is set,
132 * CEPH_I_ODIRECT.
143 if (READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT) in ceph_start_io_direct()
[all...]
H A Dsuper.h581 #define CEPH_I_ODIRECT (1 << 11) /* inode in direct I/O mode */ macro
/kernel/linux/linux-6.6/fs/ceph/
H A Dio.c26 if (READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT) { in ceph_block_o_direct()
28 ci->i_ceph_flags &= ~CEPH_I_ODIRECT; in ceph_block_o_direct()
40 * On exit, the function ensures that the CEPH_I_ODIRECT flag is unset,
46 * CEPH_I_ODIRECT.
57 if (!(READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT)) in ceph_start_io_read()
111 if (!(READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT)) { in ceph_block_buffered()
113 ci->i_ceph_flags |= CEPH_I_ODIRECT; in ceph_block_buffered()
126 * On exit, the function ensures that the CEPH_I_ODIRECT flag is set,
132 * CEPH_I_ODIRECT.
143 if (READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT) in ceph_start_io_direct()
[all...]
H A Dsuper.h633 #define CEPH_I_ODIRECT (1 << 11) /* inode in direct I/O mode */ macro

Completed in 7 milliseconds