Home
last modified time | relevance | path

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

/fs/ceph/
Dcaps.c1347 int held, revoking; in __prep_cap() local
1352 revoking = cap->implemented & ~cap->issued; in __prep_cap()
1353 retain &= ~revoking; in __prep_cap()
1358 ceph_cap_string(revoking)); in __prep_cap()
1914 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local
1941 revoking = implemented & ~issued; in ceph_check_caps()
1983 ceph_cap_string(issued), ceph_cap_string(revoking), in ceph_check_caps()
1997 (revoking & (CEPH_CAP_FILE_CACHE| in ceph_check_caps()
2029 revoking = cap->implemented & ~cap->issued; in ceph_check_caps()
2034 ceph_cap_string(revoking)); in ceph_check_caps()
[all …]