Searched refs:CHECK_CAPS_FLUSH (Results 1 – 2 of 2) sorted by relevance
1943 flags |= CHECK_CAPS_FLUSH; in ceph_check_caps()2007 (flags & CHECK_CAPS_FLUSH) ? " FLUSH" : ""); in ceph_check_caps()2076 if ((flags & CHECK_CAPS_FLUSH) && ci->i_dirty_caps) { in ceph_check_caps()2168 if (flags & CHECK_CAPS_FLUSH && in ceph_check_caps()4396 ceph_check_caps(ci, CHECK_CAPS_FLUSH, NULL); in flush_dirty_session_caps()
179 #define CHECK_CAPS_FLUSH 2 /* flush any dirty caps */ macro