Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcaps.c1398 int held, revoking; in __prep_cap() local
1403 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() local
2052 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 …]