Searched refs:file_wanted (Results 1 – 1 of 1) sorted by relevance
1461 int file_wanted, used; in ceph_check_caps() local1488 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() local2025 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()