Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Dcaps.c526 ci->i_ceph_flags, ci->i_hold_caps_max); in __cap_delay_requeue()
530 if (ci->i_ceph_flags & CEPH_I_FLUSH) in __cap_delay_requeue()
550 ci->i_ceph_flags |= CEPH_I_FLUSH; in __cap_delay_requeue_front()
1297 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in __send_cap()
1308 ci->i_ceph_flags &= ~(CEPH_I_NODELAY | CEPH_I_FLUSH); in __send_cap()
1491 ci->i_ceph_flags &= ~CEPH_I_FLUSH_SNAPS; in __ceph_flush_snaps()
1549 if (!(ci->i_ceph_flags & CEPH_I_FLUSH_SNAPS)) { in ceph_flush_snaps()
1578 if (ci->i_ceph_flags & CEPH_I_KICK_FLUSH) { in ceph_flush_snaps()
1580 ci->i_ceph_flags &= ~CEPH_I_KICK_FLUSH; in ceph_flush_snaps()
1833 if (ci->i_ceph_flags & CEPH_I_FLUSH) in ceph_check_caps()
[all …]
Dlocks.c46 ci->i_ceph_flags &= ~CEPH_I_ERROR_FILELOCK; in ceph_fl_release_lock()
238 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_lock()
300 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_flock()
Dsuper.h301 unsigned i_ceph_flags; member
509 if (!(READ_ONCE(ci->i_ceph_flags) & CEPH_I_ERROR_WRITE)) { in ceph_set_error_write()
511 ci->i_ceph_flags |= CEPH_I_ERROR_WRITE; in ceph_set_error_write()
518 if (READ_ONCE(ci->i_ceph_flags) & CEPH_I_ERROR_WRITE) { in ceph_clear_error_write()
520 ci->i_ceph_flags &= ~CEPH_I_ERROR_WRITE; in ceph_clear_error_write()
Dxattr.c871 ci->i_ceph_flags |= CEPH_I_SEC_INITED; in __ceph_getxattr()
1186 ret = !(ci->i_ceph_flags & CEPH_I_SEC_INITED) && in ceph_security_xattr_deadlock()
Daddr.c2013 flags = ci->i_ceph_flags; in ceph_pool_perm_check()
2046 ci->i_ceph_flags |= flags; in ceph_pool_perm_check()
2049 flags = ci->i_ceph_flags; in ceph_pool_perm_check()
Dsnap.c612 ci->i_ceph_flags |= CEPH_I_FLUSH_SNAPS; in __ceph_finish_cap_snap()
Dinode.c437 ci->i_ceph_flags = 0; in ceph_alloc_inode()
847 ci->i_ceph_flags &= ~CEPH_I_POOL_PERM; in fill_inode()
Dmds_client.c1244 ci->i_ceph_flags |= CEPH_I_CAP_DROPPED; in remove_session_caps_cb()
1284 ci->i_ceph_flags |= CEPH_I_ERROR_FILELOCK; in remove_session_caps_cb()
2990 ((ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) ? 0 : 1); in encode_caps_cb()
Ddir.c751 dout(" dir %p flags are %d\n", dir, ci->i_ceph_flags); in ceph_lookup()
Dfile.c1467 (ci->i_ceph_flags & CEPH_I_ERROR_WRITE)) { in ceph_write_iter()