Lines Matching refs:dcaps
4119 int dcaps;
4121 dcaps = xchg(&req->r_dir_caps, 0);
4122 if (dcaps) {
4123 dout("releasing r_dir_caps=%s\n", ceph_cap_string(dcaps));
4124 ceph_put_cap_refs(ceph_inode(req->r_parent), dcaps);
4130 int dcaps;
4132 dcaps = xchg(&req->r_dir_caps, 0);
4133 if (dcaps) {
4134 dout("releasing r_dir_caps=%s\n", ceph_cap_string(dcaps));
4136 dcaps);