Home
last modified time | relevance | path

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

/linux-3.3/fs/ceph/
Dmds_client.h166 struct ceph_mds_request { struct
186 union ceph_mds_request_args r_args; argument
187 int r_fmode; /* file mode, if expecting cap */
188 uid_t r_uid;
189 gid_t r_gid;
192 int r_direct_mode;
193 u32 r_direct_hash; /* choose dir frag based on this dentry hash */
194 bool r_direct_is_hash; /* true if r_direct_hash is valid */
197 struct page **r_pages;
198 int r_num_pages;
[all …]