Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dcaps.c1759 int was = ci->i_dirty_caps; in __ceph_mark_dirty_caps()
1774 ci->i_dirty_caps |= mask; in __ceph_mark_dirty_caps()
1886 BUG_ON(ci->i_dirty_caps == 0); in __mark_caps_flushing()
1890 flushing = ci->i_dirty_caps; in __mark_caps_flushing()
1896 ci->i_dirty_caps = 0; in __mark_caps_flushing()
2053 ceph_cap_string(used), ceph_cap_string(ci->i_dirty_caps), in ceph_check_caps()
2127 if ((flags & CHECK_CAPS_FLUSH) && ci->i_dirty_caps) { in ceph_check_caps()
2190 if (cap == ci->i_auth_cap && ci->i_dirty_caps) { in ceph_check_caps()
2191 flushing = ci->i_dirty_caps; in ceph_check_caps()
2246 if (ci->i_dirty_caps && ci->i_auth_cap) { in try_flush_caps()
[all …]
H A Dsuper.h386 unsigned i_dirty_caps, i_flushing_caps; /* mask of dirtied fields */ member
783 return ci->i_dirty_caps | ci->i_flushing_caps; in __ceph_caps_dirty()
H A Dsnap.c635 ci->i_dirty_caps == 0 && in ceph_queue_cap_snap()
H A Dinode.c603 ci->i_dirty_caps = 0; in ceph_alloc_inode()
H A Dmds_client.c2153 if (ci->i_dirty_caps || ci->i_flushing_caps || in trim_caps_cb()