Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dcaps.c423 ci->i_ceph_flags, ci->i_hold_caps_max); in __cap_delay_requeue()
427 if (ci->i_ceph_flags & CEPH_I_FLUSH) in __cap_delay_requeue()
447 ci->i_ceph_flags |= CEPH_I_FLUSH; in __cap_delay_requeue_front()
1145 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in __send_cap()
1156 ci->i_ceph_flags &= ~(CEPH_I_NODELAY | CEPH_I_FLUSH); in __send_cap()
1594 if (ci->i_ceph_flags & CEPH_I_FLUSH) in ceph_check_caps()
1746 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in ceph_check_caps()
1758 if (ci->i_ceph_flags & CEPH_I_NOFLUSH) { in ceph_check_caps()
1852 if (ci->i_ceph_flags & CEPH_I_NOFLUSH) { in try_flush_caps()
3600 if ((ci->i_ceph_flags & CEPH_I_FLUSH) == 0 && in ceph_check_delayed_caps()
[all …]
Daddr.c1766 flags = ci->i_ceph_flags; in ceph_pool_perm_check()
1796 ci->i_ceph_flags = flags; in ceph_pool_perm_check()
1799 flags = ci->i_ceph_flags; in ceph_pool_perm_check()
Ddir.c645 dout(" dir %p flags are %d\n", dir, ci->i_ceph_flags); in ceph_lookup()
906 ci->i_ceph_flags |= CEPH_I_NODELAY; in drop_caps_for_unlink()
Dsuper.h283 unsigned i_ceph_flags; member
Dinode.c391 ci->i_ceph_flags = 0; in ceph_alloc_inode()
757 ci->i_ceph_flags &= ~CEPH_I_POOL_PERM; in fill_inode()