Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dcaps.c1527 int file_wanted, used, cap_used; in ceph_check_caps() local
1554 file_wanted = __ceph_caps_file_wanted(ci); in ceph_check_caps()
1556 want = file_wanted | used; in ceph_check_caps()
1590 ceph_cap_string(file_wanted), in ceph_check_caps()
1607 (file_wanted == 0 || /* no open files */ in ceph_check_caps()
2108 int file_wanted; in try_get_cap_refs() local
2116 file_wanted = __ceph_caps_file_wanted(ci); in try_get_cap_refs()
2117 if ((file_wanted & need) == 0) { in try_get_cap_refs()
2119 ceph_cap_string(need), ceph_cap_string(file_wanted)); in try_get_cap_refs()