Home
last modified time | relevance | path

Searched refs:__ceph_caps_mds_wanted (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/ceph/
Dsuper.h759 extern int __ceph_caps_mds_wanted(struct ceph_inode_info *ci, bool check);
Dcaps.c1069 int __ceph_caps_mds_wanted(struct ceph_inode_info *ci, bool check) in __ceph_caps_mds_wanted() function
2799 mds_wanted = __ceph_caps_mds_wanted(ci, false); in try_get_cap_refs()
Dfile.c398 int mds_wanted = __ceph_caps_mds_wanted(ci, true); in ceph_open()