Searched refs:revoking (Results 1 – 1 of 1) sorted by relevance
1398 int held, revoking; in __prep_cap() local1403 revoking = cap->implemented & ~cap->issued; in __prep_cap()1404 retain &= ~revoking; in __prep_cap()1409 ceph_cap_string(revoking)); in __prep_cap()2018 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local2052 revoking = implemented & ~issued; in ceph_check_caps()2094 ceph_cap_string(issued), ceph_cap_string(revoking), in ceph_check_caps()2110 (revoking & (CEPH_CAP_FILE_CACHE| in ceph_check_caps()2143 revoking = cap->implemented & ~cap->issued; in ceph_check_caps()2148 ceph_cap_string(revoking)); in ceph_check_caps()[all …]