Home
last modified time | relevance | path

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

/fs/ceph/
Dcaps.c1461 int file_wanted, used; in ceph_check_caps() local
1488 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps()
1490 want = file_wanted | used; in ceph_check_caps()
1512 ceph_cap_string(file_wanted), in ceph_check_caps()
1529 (file_wanted == 0 || /* no open files */ in ceph_check_caps()
2018 int file_wanted; in try_get_cap_refs() local
2025 file_wanted = __ceph_caps_file_wanted(ci); in try_get_cap_refs()
2026 if ((file_wanted & need) == 0) { in try_get_cap_refs()
2028 ceph_cap_string(need), ceph_cap_string(file_wanted)); in try_get_cap_refs()