Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3855 LASSERTF((int)offsetof(struct lustre_capa, lc_opc) == 16, "found %lld\n", in lustre_assert_wire_constants()
3856 (long long)(int)offsetof(struct lustre_capa, lc_opc)); in lustre_assert_wire_constants()
3857 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_opc) == 8, "found %lld\n", in lustre_assert_wire_constants()
3858 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_opc)); in lustre_assert_wire_constants()
Dpack_generic.c2214 __swab64s(&c->lc_opc); in lustre_swab_lustre_capa()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3457 __u64 lc_opc; /** operations allowed */ member