Searched defs:md_op_data (Results 1 – 1 of 1) sorted by relevance
1029 struct md_op_data { struct1030 struct lu_fid op_fid1; /* operation fid1 (usually parent) */1031 struct lu_fid op_fid2; /* operation fid2 (usually child) */1032 struct lu_fid op_fid3; /* 2 extra fids to find conflicting */1033 struct lu_fid op_fid4; /* to the operation locks. */1034 u32 op_mds; /* what mds server open will go to */1035 struct lustre_handle op_handle;1036 s64 op_mod_time;1037 const char *op_name;1038 int op_namelen;[all …]