Lines Matching refs:revoking

809 	 * exclude caps issued by non-auth MDS, but are been revoking
810 * by the auth MDS. The non-auth MDS should be revoking/exporting
1373 int held, revoking;
1378 revoking = cap->implemented & ~cap->issued;
1379 retain &= ~revoking;
1381 dout("%s %p cap %p session %p %s -> %s (revoking %s)\n",
1384 ceph_cap_string(revoking));
1976 int issued, implemented, want, retain, revoking, flushing = 0;
2006 * ones that have not yet been returned to the MDS (the "revoking" set,
2010 revoking = implemented & ~issued;
2025 * revoking the shared cap on every create/unlink
2048 " issued %s revoking %s retain %s %s%s%s\n", ceph_vinop(inode),
2052 ceph_cap_string(issued), ceph_cap_string(revoking),
2067 (revoking & (CEPH_CAP_FILE_CACHE|
2068 CEPH_CAP_FILE_LAZYIO)) && /* or revoking cache */
2100 revoking = cap->implemented & ~cap->issued;
2101 dout(" mds%d cap %p used %s issued %s implemented %s revoking %s\n",
2105 ceph_cap_string(revoking));
2135 if (revoking) {
2136 if ((revoking & cap_used) == 0) {
2145 * the Fb capability revoking will fail this time. Then we
2154 (revoking & CEPH_CAP_FILE_BUFFER))
2807 * just exclude the revoking caps and force to sync read.
2810 int revoking = implemented & ~have;
2811 int exclude = revoking & not;
2812 dout("get_cap_refs %p have %s but not %s (revoking %s)\n",
2814 ceph_cap_string(revoking));
3616 int revoking = cap->issued & ~newcaps;
3618 dout("revocation: %s -> %s (revoking %s)\n",
3621 ceph_cap_string(revoking));
3623 (revoking & used & CEPH_CAP_FILE_BUFFER))
3626 revoking == CEPH_CAP_FILE_CACHE &&
3644 /* non-auth MDS is revoking the newly grant caps ? */