Lines Matching refs:retain
1354 int op, int flags, int used, int want, int retain,
1365 retain &= ~revoking;
1369 ceph_cap_string(held), ceph_cap_string(held & retain),
1371 BUG_ON((retain & CEPH_CAP_PIN) == 0);
1375 cap->issued &= retain; /* drop bits we don't want */
1934 int issued, implemented, want, retain, revoking, flushing = 0;
1966 /* The ones we currently want to retain (may be adjusted below) */
1967 retain = file_wanted | used | CEPH_CAP_PIN;
1970 retain |= CEPH_CAP_ANY; /* be greedy */
1985 retain |= want;
1988 retain |= CEPH_CAP_ANY_SHARED;
1995 retain |= CEPH_CAP_ANY_RD;
2000 " issued %s revoking %s retain %s %s%s\n", inode,
2005 ceph_cap_string(retain),
2102 if ((cap->issued & ~retain) == 0)
2182 want, retain, flushing, flush_tid, oldest_flush_tid);