Lines Matching refs:retain
1368 int op, int flags, int used, int want, int retain,
1379 retain &= ~revoking;
1383 ceph_cap_string(held), ceph_cap_string(held & retain),
1385 BUG_ON((retain & CEPH_CAP_PIN) == 0);
1389 cap->issued &= retain; /* drop bits we don't want */
1976 int issued, implemented, want, retain, revoking, flushing = 0;
2014 /* The ones we currently want to retain (may be adjusted below) */
2015 retain = file_wanted | used | CEPH_CAP_PIN;
2018 retain |= CEPH_CAP_ANY; /* be greedy */
2033 retain |= want;
2036 retain |= CEPH_CAP_ANY_SHARED;
2043 retain |= CEPH_CAP_ANY_RD;
2048 " issued %s revoking %s retain %s %s%s%s\n", ceph_vinop(inode),
2053 ceph_cap_string(retain),
2167 if ((cap->issued & ~retain) == 0)
2205 want, retain, flushing, flush_tid, oldest_flush_tid);