Home
last modified time | relevance | path

Searched refs:CEPH_I_KICK_FLUSH (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ceph/
H A Dcaps.c1791 if (ci->i_ceph_flags & CEPH_I_KICK_FLUSH) in ceph_flush_snaps()
2271 (CEPH_I_KICK_FLUSH | CEPH_I_FLUSH_SNAPS))) { in ceph_check_caps()
2272 if (ci->i_ceph_flags & CEPH_I_KICK_FLUSH) in ceph_check_caps()
2347 (CEPH_I_KICK_FLUSH | CEPH_I_FLUSH_SNAPS)) { in try_flush_caps()
2348 if (ci->i_ceph_flags & CEPH_I_KICK_FLUSH) in try_flush_caps()
2776 if (ci->i_ceph_flags & CEPH_I_KICK_FLUSH) { in ceph_kick_flushing_caps()
H A Dsuper.h723 #define CEPH_I_KICK_FLUSH (1 << CEPH_I_KICK_FLUSH_BIT) macro