Searched defs:ceph_mds_request (Results 1 – 2 of 2) sorted by relevance
239 struct ceph_mds_request { struct240 u64 r_tid; /* transaction id */241 struct rb_node r_node;242 struct ceph_mds_client *r_mdsc;244 struct kref r_kref;245 int r_op; /* mds op code */270 union ceph_mds_request_args r_args; argument271 int r_fmode; /* file mode, if expecting cap */272 kuid_t r_uid;273 kgid_t r_gid;[all …]
885 DEFINE_RB_FUNCS(request, struct ceph_mds_request, r_tid, r_node) in DEFINE_RB_FUNCS()