Home
last modified time | relevance | path

Searched refs:sx_size (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2665 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()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c349 rec->sx_size = output_size; in mdc_xattr_common()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2532 __u32 sx_size; member