Searched defs:md_op_data (Results 1 – 1 of 1) sorted by relevance
896 struct md_op_data { struct897 struct lu_fid op_fid1; /* operation fid1 (usually parent) */898 struct lu_fid op_fid2; /* operation fid2 (usually child) */899 struct lu_fid op_fid3; /* 2 extra fids to find conflicting */900 struct lu_fid op_fid4; /* to the operation locks. */901 u32 op_mds; /* what mds server open will go to */902 struct lustre_handle op_handle;903 s64 op_mod_time;904 const char *op_name;905 int op_namelen;[all …]