Searched refs:lsr_uid (Results 1 – 3 of 3) sorted by relevance
227 __swab32s(&lsr->lsr_uid); in lustre_swab_llog_rec()
3396 LASSERTF((int)offsetof(struct llog_setattr64_rec, lsr_uid) == 32, "found %lld\n", in lustre_assert_wire_constants()3397 (long long)(int)offsetof(struct llog_setattr64_rec, lsr_uid)); in lustre_assert_wire_constants()3398 LASSERTF((int)sizeof(((struct llog_setattr64_rec *)0)->lsr_uid) == 4, "found %lld\n", in lustre_assert_wire_constants()3399 (long long)(int)sizeof(((struct llog_setattr64_rec *)0)->lsr_uid)); in lustre_assert_wire_constants()
3032 __u32 lsr_uid; member