Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c403 rec->rn_opcode = REINT_RENAME; in mdc_rename_pack()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2493 LASSERTF((int)offsetof(struct mdt_rec_rename, rn_opcode) == 0, "found %lld\n", in lustre_assert_wire_constants()
2494 (long long)(int)offsetof(struct mdt_rec_rename, rn_opcode)); in lustre_assert_wire_constants()
2495 LASSERTF((int)sizeof(((struct mdt_rec_rename *)0)->rn_opcode) == 4, "found %lld\n", in lustre_assert_wire_constants()
2496 (long long)(int)sizeof(((struct mdt_rec_rename *)0)->rn_opcode)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2486 __u32 rn_opcode; member