Searched refs:sa_fid (Results 1 – 3 of 3) sorted by relevance
275 rec->sa_fid = op_data->op_fid1; in mdc_setattr_pack_rec()
2141 LASSERTF((int)offsetof(struct mdt_rec_setattr, sa_fid) == 40, "found %lld\n", in lustre_assert_wire_constants()2142 (long long)(int)offsetof(struct mdt_rec_setattr, sa_fid)); in lustre_assert_wire_constants()2143 LASSERTF((int)sizeof(((struct mdt_rec_setattr *)0)->sa_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()2144 (long long)(int)sizeof(((struct mdt_rec_setattr *)0)->sa_fid)); in lustre_assert_wire_constants()
2284 struct lu_fid sa_fid; member