Searched refs:retain (Results 1 – 1 of 1) sorted by relevance
/fs/ceph/ |
D | caps.c | 1342 int op, int flags, int used, int want, int retain, in __prep_cap() argument 1353 retain &= ~revoking; in __prep_cap() 1357 ceph_cap_string(held), ceph_cap_string(held & retain), in __prep_cap() 1359 BUG_ON((retain & CEPH_CAP_PIN) == 0); in __prep_cap() 1363 cap->issued &= retain; /* drop bits we don't want */ in __prep_cap() 1914 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local 1946 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps() 1949 retain |= CEPH_CAP_ANY; /* be greedy */ in ceph_check_caps() 1964 retain |= want; in ceph_check_caps() 1967 retain |= CEPH_CAP_ANY_SHARED; in ceph_check_caps() [all …]
|