Searched refs:CEPH_I_KICK_FLUSH (Results 1 – 2 of 2) sorted by relevance
1791 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()
723 #define CEPH_I_KICK_FLUSH (1 << CEPH_I_KICK_FLUSH_BIT) macro