Lines Matching refs:dcaps
3553 int dcaps;
3555 dcaps = xchg(&req->r_dir_caps, 0);
3556 if (dcaps) {
3557 dout("releasing r_dir_caps=%s\n", ceph_cap_string(dcaps));
3558 ceph_put_cap_refs(ceph_inode(req->r_parent), dcaps);
3564 int dcaps;
3566 dcaps = xchg(&req->r_dir_caps, 0);
3567 if (dcaps) {
3568 dout("releasing r_dir_caps=%s\n", ceph_cap_string(dcaps));
3570 dcaps);