Searched refs:sa_uid (Results 1 – 3 of 3) sorted by relevance
314 rec->sa_uid = from_kuid(&init_user_ns, op_data->op_attr.ia_uid); in mdc_setattr_pack_rec()
2151 LASSERTF((int)offsetof(struct mdt_rec_setattr, sa_uid) == 64, "found %lld\n", in lustre_assert_wire_constants()2152 (long long)(int)offsetof(struct mdt_rec_setattr, sa_uid)); in lustre_assert_wire_constants()2153 LASSERTF((int)sizeof(((struct mdt_rec_setattr *)0)->sa_uid) == 4, "found %lld\n", in lustre_assert_wire_constants()2154 (long long)(int)sizeof(((struct mdt_rec_setattr *)0)->sa_uid)); in lustre_assert_wire_constants()
2276 __u32 sa_uid; member