Searched refs:li_opc (Results 1 – 4 of 4) sorted by relevance
518 layout->li_opc = LAYOUT_INTENT_ACCESS; in mdc_intent_layout_pack()
4077 LASSERTF((int)offsetof(struct layout_intent, li_opc) == 0, "found %lld\n", in lustre_assert_wire_constants()4078 (long long)(int)offsetof(struct layout_intent, li_opc)); in lustre_assert_wire_constants()4079 LASSERTF((int)sizeof(((struct layout_intent *)0)->li_opc) == 4, "found %lld\n", in lustre_assert_wire_constants()4080 (long long)(int)sizeof(((struct layout_intent *)0)->li_opc)); in lustre_assert_wire_constants()
2263 __swab32s(&li->li_opc); in lustre_swab_layout_intent()
3546 __u32 li_opc; /* intent operation for enqueue, read, write etc */ member