Searched refs:CEPH_I_ODIRECT (Results 1 – 2 of 2) sorted by relevance
26 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()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()143 if (READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT) in ceph_start_io_direct()
580 #define CEPH_I_ODIRECT (1 << 11) /* inode in direct I/O mode */ macro