Searched defs:ceph_mds_request (Results 1 – 2 of 2) sorted by relevance
244 struct ceph_mds_request { struct245 u64 r_tid; /* transaction id */246 struct rb_node r_node;247 struct ceph_mds_client *r_mdsc;249 struct kref r_kref;250 int r_op; /* mds op code */275 union ceph_mds_request_args r_args; argument276 int r_fmode; /* file mode, if expecting cap */277 const struct cred *r_cred;278 int r_request_release_offset;[all …]
873 DEFINE_RB_FUNCS(request, struct ceph_mds_request, r_tid, r_node) in DEFINE_RB_FUNCS()