Lines Matching refs:got
449 dout("readdir got and parsed readdir result=%d on "
755 dentry = dget(req->r_dentry); /* we got spliced */
869 * had in our cache (and thus got spliced). To not
1256 int got = 0, want = CEPH_CAP_FILE_EXCL | CEPH_CAP_DIR_UNLINK;
1261 got = want;
1266 if (!got)
1280 /* Do we still want what we've got? */
1281 if (want == got)
1282 return got;
1284 ceph_put_cap_refs(ci, got);