Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dmds_client.h282 struct ceph_mds_request { struct
283 u64 r_tid; /* transaction id */
284 struct rb_node r_node;
285 struct ceph_mds_client *r_mdsc;
287 struct kref r_kref;
288 int r_op; /* mds op code */
291 struct inode *r_inode; /* arg1 */
315 union ceph_mds_request_args r_args; argument
317 struct ceph_fscrypt_auth *r_fscrypt_auth;
318 u64 r_fscrypt_file;
[all …]
H A Dmds_client.c1138 DEFINE_RB_FUNCS(request, struct ceph_mds_request, r_tid, r_node) in DEFINE_RB_FUNCS()