Searched refs:file_wanted (Results 1 – 1 of 1) sorted by relevance
1577 int file_wanted, used, cap_used; in ceph_check_caps() local1604 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps()1609 want = file_wanted; in ceph_check_caps()1610 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()1612 if (file_wanted) { in ceph_check_caps()1640 ceph_cap_string(file_wanted), in ceph_check_caps()2306 int file_wanted; in try_get_cap_refs() local2316 file_wanted = __ceph_caps_file_wanted(ci); in try_get_cap_refs()2317 if ((file_wanted & need) == 0) { in try_get_cap_refs()2319 ceph_cap_string(need), ceph_cap_string(file_wanted)); in try_get_cap_refs()