Lines Matching refs:retain
1272 int op, bool sync, int used, int want, int retain, in __send_cap() argument
1286 retain &= ~revoking; in __send_cap()
1290 ceph_cap_string(held), ceph_cap_string(held & retain), in __send_cap()
1292 BUG_ON((retain & CEPH_CAP_PIN) == 0); in __send_cap()
1301 ceph_cap_string(cap->issued & retain), in __send_cap()
1305 retain |= cap->issued; in __send_cap()
1317 cap->issued &= retain; /* drop bits we don't want */ in __send_cap()
1818 int issued, implemented, want, retain, revoking, flushing = 0; in ceph_check_caps() local
1850 retain = file_wanted | used | CEPH_CAP_PIN; in ceph_check_caps()
1853 retain |= CEPH_CAP_ANY; /* be greedy */ in ceph_check_caps()
1864 retain |= want; in ceph_check_caps()
1867 retain |= CEPH_CAP_ANY_SHARED; in ceph_check_caps()
1874 retain |= CEPH_CAP_ANY_RD; in ceph_check_caps()
1884 ceph_cap_string(retain), in ceph_check_caps()
1971 if ((cap->issued & ~retain) == 0 && in ceph_check_caps()
1983 ceph_cap_string(cap->issued & retain), in ceph_check_caps()
2061 cap_used, want, retain, flushing, in ceph_check_caps()