Home
last modified time | relevance | path

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

/fs/ceph/
Dcaps.c1604 int file_wanted, used, cap_used; in ceph_check_caps() local
1629 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps()
1634 want = file_wanted; in ceph_check_caps()
1635 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()
1637 if (file_wanted) { in ceph_check_caps()
1665 ceph_cap_string(file_wanted), in ceph_check_caps()
2313 int file_wanted; in try_get_cap_refs() local
2323 file_wanted = __ceph_caps_file_wanted(ci); in try_get_cap_refs()
2324 if ((file_wanted & need) != need) { in try_get_cap_refs()
2326 ceph_cap_string(need), ceph_cap_string(file_wanted)); in try_get_cap_refs()
[all …]