Searched refs:sx_fid (Results 1 – 3 of 3) sorted by relevance
2629 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_fid) == 40, "found %lld\n", in lustre_assert_wire_constants()2630 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_fid)); in lustre_assert_wire_constants()2631 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()2632 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_fid)); in lustre_assert_wire_constants()
2523 struct lu_fid sx_fid; member
346 rec->sx_fid = *fid; in mdc_xattr_common()