Home
last modified time | relevance | path

Searched defs:ceph_mds_request (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/ceph/
Dmds_client.h248 struct ceph_mds_request { struct
249 u64 r_tid; /* transaction id */
250 struct rb_node r_node;
251 struct ceph_mds_client *r_mdsc;
253 struct kref r_kref;
254 int r_op; /* mds op code */
279 union ceph_mds_request_args r_args; argument
280 int r_fmode; /* file mode, if expecting cap */
281 int r_request_release_offset;
282 const struct cred *r_cred;
[all …]
Dmds_client.c970 DEFINE_RB_FUNCS(request, struct ceph_mds_request, r_tid, r_node) in DEFINE_RB_FUNCS()