Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c418 rec->lk_opcode = REINT_LINK; in mdc_link_pack()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2303 LASSERTF((int)offsetof(struct mdt_rec_link, lk_opcode) == 0, "found %lld\n", in lustre_assert_wire_constants()
2304 (long long)(int)offsetof(struct mdt_rec_link, lk_opcode)); in lustre_assert_wire_constants()
2305 LASSERTF((int)sizeof(((struct mdt_rec_link *)0)->lk_opcode) == 4, "found %lld\n", in lustre_assert_wire_constants()
2306 (long long)(int)sizeof(((struct mdt_rec_link *)0)->lk_opcode)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2439 __u32 lk_opcode; member