Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcaps.c1825 int was = ci->i_dirty_caps; in __ceph_mark_dirty_caps()
1841 ci->i_dirty_caps |= mask; in __ceph_mark_dirty_caps()
1956 BUG_ON(ci->i_dirty_caps == 0); in __mark_caps_flushing()
1960 flushing = ci->i_dirty_caps; in __mark_caps_flushing()
1966 ci->i_dirty_caps = 0; in __mark_caps_flushing()
2137 ceph_cap_string(used), ceph_cap_string(ci->i_dirty_caps), in ceph_check_caps()
2241 if ((flags & CHECK_CAPS_FLUSH) && ci->i_dirty_caps) { in ceph_check_caps()
2280 if (cap == ci->i_auth_cap && ci->i_dirty_caps) { in ceph_check_caps()
2281 flushing = ci->i_dirty_caps; in ceph_check_caps()
2336 if (ci->i_dirty_caps && ci->i_auth_cap) { in try_flush_caps()
[all …]
H A Dsuper.h438 unsigned i_dirty_caps, i_flushing_caps; /* mask of dirtied fields */ member
863 return ci->i_dirty_caps | ci->i_flushing_caps; in __ceph_caps_dirty()
H A Dsnap.c641 ci->i_dirty_caps == 0 && in ceph_queue_cap_snap()
H A Dinode.c662 ci->i_dirty_caps = 0; in ceph_alloc_inode()
H A Dmds_client.c2291 if (ci->i_dirty_caps || ci->i_flushing_caps || in trim_caps_cb()