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