Home
last modified time | relevance | path

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

/fs/ceph/
Dsuper.h259 unsigned i_ceph_flags; member
444 ci->i_ceph_flags &= ~mask; in ceph_i_clear()
453 ci->i_ceph_flags |= mask; in ceph_i_set()
463 r = (ci->i_ceph_flags & mask) == mask; in ceph_i_test()
Dcaps.c427 ci->i_ceph_flags, ci->i_hold_caps_max); in __cap_delay_requeue()
431 if (ci->i_ceph_flags & CEPH_I_FLUSH) in __cap_delay_requeue()
451 ci->i_ceph_flags |= CEPH_I_FLUSH; in __cap_delay_requeue_front()
1106 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in __send_cap()
1117 ci->i_ceph_flags &= ~(CEPH_I_NODELAY | CEPH_I_FLUSH); in __send_cap()
1478 if (ci->i_ceph_flags & CEPH_I_FLUSH) in ceph_check_caps()
1613 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in ceph_check_caps()
1625 if (ci->i_ceph_flags & CEPH_I_NOFLUSH) { in ceph_check_caps()
1711 if (ci->i_ceph_flags & CEPH_I_NOFLUSH) { in try_flush_caps()
2924 if ((ci->i_ceph_flags & CEPH_I_FLUSH) == 0 && in ceph_check_delayed_caps()
[all …]
Ddir.c611 dout(" dir %p flags are %d\n", dir, ci->i_ceph_flags); in ceph_lookup()
847 ci->i_ceph_flags |= CEPH_I_NODELAY; in drop_caps_for_unlink()
Dinode.c304 ci->i_ceph_flags = 0; in ceph_alloc_inode()