Home
last modified time | relevance | path

Searched refs:i_ceph_flags (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ceph/
H A Dio.c31 is_odirect = READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT; in ceph_block_o_direct()
33 clear_bit(CEPH_I_ODIRECT_BIT, &ci->i_ceph_flags); in ceph_block_o_direct()
73 is_odirect = READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT; in ceph_start_io_read()
141 is_odirect = READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT; in ceph_block_buffered()
143 set_bit(CEPH_I_ODIRECT_BIT, &ci->i_ceph_flags); in ceph_block_buffered()
185 is_odirect = READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT; in ceph_start_io_direct()
H A Dlocks.c60 clear_bit(CEPH_I_ERROR_FILELOCK_BIT, &ci->i_ceph_flags); in ceph_fl_release_lock()
273 if (test_bit(CEPH_I_ERROR_FILELOCK_BIT, &ci->i_ceph_flags)) { in ceph_lock()
336 if (test_bit(CEPH_I_ERROR_FILELOCK_BIT, &ci->i_ceph_flags)) { in ceph_flock()
H A Dsnap.c703 set_bit(CEPH_I_FLUSH_SNAPS_BIT, &ci->i_ceph_flags); in __ceph_finish_cap_snap()