Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcaps.c1837 if (ci->i_flushing_caps == 0) { in __ceph_mark_dirty_caps()
1941 ci->i_flushing_caps |= flushing; in __mark_caps_flushing()
2333 flushing = ci->i_flushing_caps; in try_flush_caps()
2683 ci->i_flushing_caps) { in ceph_early_kick_flushing_caps()
3273 ci->i_flushing_caps == 0) { in __ceph_put_cap_refs()
3364 ci->i_flushing_caps == 0) { in ceph_put_wrbuffer_cap_refs()
3858 ci->i_flushing_caps &= ~cleaned; in handle_cap_flush_ack()
3865 if (ci->i_flushing_caps == 0) { in handle_cap_flush_ack()
5033 ceph_cap_string(ci->i_flushing_caps), in ceph_purge_inode_cap()
5035 ci->i_flushing_caps = 0; in ceph_purge_inode_cap()
[all …]
H A Dsuper.h386 unsigned i_dirty_caps, i_flushing_caps; /* mask of dirtied fields */ member
789 return ci->i_dirty_caps | ci->i_flushing_caps; in __ceph_caps_dirty()
H A Dsnap.c642 ci->i_flushing_caps == 0) { in ceph_queue_cap_snap()
H A Dinode.c618 ci->i_flushing_caps = 0; in ceph_alloc_inode()
H A Dmds_client.c2197 if (ci->i_dirty_caps || ci->i_flushing_caps || in trim_caps_cb()