Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
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()
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()
Dcaps.c515 ci->i_ceph_flags, ci->i_hold_caps_max); in __cap_delay_requeue()
519 if (ci->i_ceph_flags & CEPH_I_FLUSH) in __cap_delay_requeue()
541 ci->i_ceph_flags |= CEPH_I_FLUSH; in __cap_delay_requeue_front()
1296 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in __send_cap()
1307 ci->i_ceph_flags &= ~(CEPH_I_NODELAY | CEPH_I_FLUSH); in __send_cap()
1503 ci->i_ceph_flags &= ~CEPH_I_FLUSH_SNAPS; in __ceph_flush_snaps()
1561 if (!(ci->i_ceph_flags & CEPH_I_FLUSH_SNAPS)) { in ceph_flush_snaps()
1590 if (ci->i_ceph_flags & CEPH_I_KICK_FLUSH) in ceph_flush_snaps()
1842 if (ci->i_ceph_flags & CEPH_I_FLUSH) in ceph_check_caps()
1965 if (ci->i_ceph_flags & CEPH_I_FLUSH_SNAPS) { in ceph_check_caps()
[all …]
Dlocks.c50 ci->i_ceph_flags &= ~CEPH_I_ERROR_FILELOCK; in ceph_fl_release_lock()
241 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_lock()
294 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_flock()
Dsuper.h317 unsigned i_ceph_flags; member
538 if (!(READ_ONCE(ci->i_ceph_flags) & CEPH_I_ERROR_WRITE)) { in ceph_set_error_write()
540 ci->i_ceph_flags |= CEPH_I_ERROR_WRITE; in ceph_set_error_write()
547 if (READ_ONCE(ci->i_ceph_flags) & CEPH_I_ERROR_WRITE) { in ceph_clear_error_write()
549 ci->i_ceph_flags &= ~CEPH_I_ERROR_WRITE; in ceph_clear_error_write()
Daddr.c2011 flags = ci->i_ceph_flags; in ceph_pool_perm_check()
2044 ci->i_ceph_flags |= flags; in ceph_pool_perm_check()
2047 flags = ci->i_ceph_flags; in ceph_pool_perm_check()
Dxattr.c898 ci->i_ceph_flags |= CEPH_I_SEC_INITED; in __ceph_getxattr()
1193 ret = !(ci->i_ceph_flags & CEPH_I_SEC_INITED) && in ceph_security_xattr_deadlock()
Dsnap.c626 ci->i_ceph_flags |= CEPH_I_FLUSH_SNAPS; in __ceph_finish_cap_snap()
Dmds_client.c1391 ci->i_ceph_flags |= CEPH_I_CAP_DROPPED; in remove_session_caps_cb()
1450 ci->i_ceph_flags |= CEPH_I_ERROR_FILELOCK; in remove_session_caps_cb()
1559 ci->i_ceph_flags |= CEPH_I_CAP_DROPPED; in wake_up_session_cb()
3360 ((ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) ? 0 : 1); in encode_caps_cb()
Dinode.c437 ci->i_ceph_flags = 0; in ceph_alloc_inode()
857 ci->i_ceph_flags &= ~CEPH_I_POOL_PERM; in fill_inode()
Ddir.c755 dout(" dir %p flags are %d\n", dir, ci->i_ceph_flags); in ceph_lookup()
Dfile.c1503 (ci->i_ceph_flags & CEPH_I_ERROR_WRITE)) { in ceph_write_iter()