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