Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dmds_client.h211 struct ceph_mds_request { struct
212 u64 r_tid; /* transaction id */
213 struct rb_node r_node;
214 struct ceph_mds_client *r_mdsc;
216 int r_op; /* mds op code */
240 union ceph_mds_request_args r_args; argument
241 int r_fmode; /* file mode, if expecting cap */
242 kuid_t r_uid;
243 kgid_t r_gid;
244 struct timespec64 r_stamp;
[all …]
Dmds_client.c601 DEFINE_RB_FUNCS(request, struct ceph_mds_request, r_tid, r_node) in DEFINE_RB_FUNCS()