Searched refs:lc_opc (Results 1 – 3 of 3) sorted by relevance
3855 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()
2214 __swab64s(&c->lc_opc); in lustre_swab_lustre_capa()
3457 __u64 lc_opc; /** operations allowed */ member