Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ceph/
Dcaps.c1936 flags |= CHECK_CAPS_FLUSH; in ceph_check_caps()
2000 (flags & CHECK_CAPS_FLUSH) ? " FLUSH" : ""); in ceph_check_caps()
2069 if ((flags & CHECK_CAPS_FLUSH) && ci->i_dirty_caps) { in ceph_check_caps()
2161 if (flags & CHECK_CAPS_FLUSH && in ceph_check_caps()
4380 ceph_check_caps(ci, CHECK_CAPS_FLUSH, NULL); in flush_dirty_session_caps()
Dsuper.h179 #define CHECK_CAPS_FLUSH 2 /* flush any dirty caps */ macro