Searched defs:mdt_body (Results 1 – 2 of 2) sorted by relevance
2194 struct mdt_body { struct2195 struct lu_fid fid1;2196 struct lu_fid fid2;2197 struct lustre_handle handle;2198 __u64 valid;2199 __u64 size; /* Offset, in the case of MDS_READPAGE */2200 __s64 mtime;2201 __s64 atime;2225 __u32 padding_5; /* also fix lustre_swab_mdt_body */ argument2233 extern void lustre_swab_mdt_body (struct mdt_body *b); argument
962 struct mdt_body *mdt_body; in mdc_finish_intent_lock() local