Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ceph/
Dcaps.c1908 int file_wanted, used, cap_used; in ceph_check_caps() local
1926 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps()
1940 want = file_wanted; in ceph_check_caps()
1943 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()
1945 if (file_wanted) { in ceph_check_caps()
1977 ceph_cap_string(file_wanted), in ceph_check_caps()
2169 (file_wanted & ~CEPH_CAP_PIN) && in ceph_check_caps()