Searched refs:sx_size (Results 1 – 3 of 3) sorted by relevance
2667 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_size) == 112, "found %lld\n", in lustre_assert_wire_constants()2668 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_size)); in lustre_assert_wire_constants()2669 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_size) == 4, "found %lld\n", in lustre_assert_wire_constants()2670 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_size)); in lustre_assert_wire_constants()
2539 __u32 sx_size; member
406 rec->sx_size = output_size; in mdc_xattr_common()