Lines Matching refs:file_wanted
1816 int file_wanted, used, cap_used; in ceph_check_caps() local
1844 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps()
1849 want = file_wanted; in ceph_check_caps()
1850 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()
1852 if (file_wanted) { in ceph_check_caps()
1880 ceph_cap_string(file_wanted), in ceph_check_caps()
2503 int file_wanted; in try_get_cap_refs() local
2513 file_wanted = __ceph_caps_file_wanted(ci); in try_get_cap_refs()
2514 if ((file_wanted & need) != need) { in try_get_cap_refs()
2516 ceph_cap_string(need), ceph_cap_string(file_wanted)); in try_get_cap_refs()
2629 if (!(file_wanted & ~mds_wanted)) in try_get_cap_refs()