Searched refs:sa_mode (Results 1 – 3 of 3) sorted by relevance
277 rec->sa_mode = op_data->op_attr.ia_mode; in mdc_setattr_pack_rec()
2181 LASSERTF((int)offsetof(struct mdt_rec_setattr, sa_mode) == 116, "found %lld\n", in lustre_assert_wire_constants()2182 (long long)(int)offsetof(struct mdt_rec_setattr, sa_mode)); in lustre_assert_wire_constants()2183 LASSERTF((int)sizeof(((struct mdt_rec_setattr *)0)->sa_mode) == 4, "found %lld\n", in lustre_assert_wire_constants()2184 (long long)(int)sizeof(((struct mdt_rec_setattr *)0)->sa_mode)); in lustre_assert_wire_constants()
2294 __u32 sa_mode; member