Searched defs:ceph_mds_request (Results 1 – 1 of 1) sorted by relevance
181 struct ceph_mds_request { struct201 union ceph_mds_request_args r_args; argument202 int r_fmode; /* file mode, if expecting cap */203 kuid_t r_uid;204 kgid_t r_gid;205 struct timespec r_stamp;208 int r_direct_mode;209 u32 r_direct_hash; /* choose dir frag based on this dentry hash */210 bool r_direct_is_hash; /* true if r_direct_hash is valid */213 struct ceph_pagelist *r_pagelist;[all …]