Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c302 rec->sa_opcode = REINT_SETATTR; in mdc_setattr_pack_rec()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2103 LASSERTF((int)offsetof(struct mdt_rec_setattr, sa_opcode) == 0, "found %lld\n", in lustre_assert_wire_constants()
2104 (long long)(int)offsetof(struct mdt_rec_setattr, sa_opcode)); in lustre_assert_wire_constants()
2105 LASSERTF((int)sizeof(((struct mdt_rec_setattr *)0)->sa_opcode) == 4, "found %lld\n", in lustre_assert_wire_constants()
2106 (long long)(int)sizeof(((struct mdt_rec_setattr *)0)->sa_opcode)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2269 __u32 sa_opcode; member