Searched defs:mdt_body (Results 1 – 2 of 2) sorted by relevance
2199 struct mdt_body { struct2200 struct lu_fid fid1;2201 struct lu_fid fid2;2202 struct lustre_handle handle;2203 __u64 valid;2204 __u64 size; /* Offset, in the case of MDS_READPAGE */2205 __s64 mtime;2206 __s64 atime;2230 __u32 padding_5; /* also fix lustre_swab_mdt_body */ argument2238 void lustre_swab_mdt_body(struct mdt_body *b); argument
929 struct mdt_body *mdt_body; in mdc_finish_intent_lock() local