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