Home
last modified time | relevance | path

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

/linux-6.8/fs/ceph/
Dmds_client.h262 struct ceph_mds_request { struct
263 u64 r_tid; /* transaction id */
264 struct rb_node r_node;
265 struct ceph_mds_client *r_mdsc;
267 struct kref r_kref;
268 int r_op; /* mds op code */
271 struct inode *r_inode; /* arg1 */
295 union ceph_mds_request_args r_args; argument
297 struct ceph_fscrypt_auth *r_fscrypt_auth;
298 u64 r_fscrypt_file;
[all …]
Dmds_client.c1138 DEFINE_RB_FUNCS(request, struct ceph_mds_request, r_tid, r_node) in DEFINE_RB_FUNCS()