Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ceph/
Dcaps.c1906 int file_wanted, used, cap_used; in ceph_check_caps() local
1922 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps()
1936 want = file_wanted; in ceph_check_caps()
1939 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()
1941 if (file_wanted) { in ceph_check_caps()
1973 ceph_cap_string(file_wanted), in ceph_check_caps()
2122 (file_wanted & ~CEPH_CAP_PIN) && in ceph_check_caps()