Home
last modified time | relevance | path

Searched refs:li_opc (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c530 layout->li_opc = LAYOUT_INTENT_ACCESS; in mdc_intent_layout_pack()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c4079 LASSERTF((int)offsetof(struct layout_intent, li_opc) == 0, "found %lld\n", in lustre_assert_wire_constants()
4080 (long long)(int)offsetof(struct layout_intent, li_opc)); in lustre_assert_wire_constants()
4081 LASSERTF((int)sizeof(((struct layout_intent *)0)->li_opc) == 4, "found %lld\n", in lustre_assert_wire_constants()
4082 (long long)(int)sizeof(((struct layout_intent *)0)->li_opc)); in lustre_assert_wire_constants()
Dpack_generic.c2479 __swab32s(&li->li_opc); in lustre_swab_layout_intent()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3596 __u32 li_opc; /* intent operation for enqueue, read, write etc */ member