Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dmds_client.h259 struct ceph_mds_request { struct
260 u64 r_tid; /* transaction id */
261 struct rb_node r_node;
262 struct ceph_mds_client *r_mdsc;
264 struct kref r_kref;
265 int r_op; /* mds op code */
268 struct inode *r_inode; /* arg1 */
292 union ceph_mds_request_args r_args; argument
294 struct ceph_fscrypt_auth *r_fscrypt_auth;
295 u64 r_fscrypt_file;
[all …]
H A Dmds_client.c1129 DEFINE_RB_FUNCS(request, struct ceph_mds_request, r_tid, r_node) in DEFINE_RB_FUNCS()