Searched refs:li_opc (Results 1 – 4 of 4) sorted by relevance
530 layout->li_opc = LAYOUT_INTENT_ACCESS; in mdc_intent_layout_pack()
4079 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()
2479 __swab32s(&li->li_opc); in lustre_swab_layout_intent()
3596 __u32 li_opc; /* intent operation for enqueue, read, write etc */ member