Searched refs:revoking (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ceph/ |
H A D | caps.c | 1411 int held, revoking; in __prep_cap() local 1416 revoking = cap->implemented & ~cap->issued; in __prep_cap() 1417 retain &= ~revoking; in __prep_cap() 1422 ceph_cap_string(revoking)); in __prep_cap() 2031 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local 2065 revoking = implemented & ~issued; in ceph_check_caps() 2107 ceph_cap_string(issued), ceph_cap_string(revoking), in ceph_check_caps() 2123 (revoking & (CEPH_CAP_FILE_CACHE| in ceph_check_caps() 2156 revoking = cap->implemented & ~cap->issued; in ceph_check_caps() 2161 ceph_cap_string(revoking)); in ceph_check_caps() [all …]
|
/linux/Documentation/process/ |
H A D | maintainer-pgp-guide.rst | 279 like editing identities, adding or revoking subkeys, or signing other
|