Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2591 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_opcode) == 0, "found %lld\n", in lustre_assert_wire_constants()
2592 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_opcode)); in lustre_assert_wire_constants()
2593 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_opcode) == 4, "found %lld\n", in lustre_assert_wire_constants()
2594 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_opcode)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2520 __u32 sx_opcode; member
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c397 rec->sx_opcode = REINT_SETXATTR; in mdc_xattr_common()