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()2021 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local2055 revoking = implemented & ~issued; in ceph_check_caps()2097 ceph_cap_string(issued), ceph_cap_string(revoking), in ceph_check_caps()2113 (revoking & (CEPH_CAP_FILE_CACHE| in ceph_check_caps()2146 revoking = cap->implemented & ~cap->issued; in ceph_check_caps()2151 ceph_cap_string(revoking)); in ceph_check_caps()[all …]