Searched refs:lc_opc (Results 1 – 5 of 5) sorted by relevance
194 LASSERT(ocapa->c_capa.lc_opc != CAPA_OPC_OSS_TRUNC); in capa_thread_main()500 if (ocapa->c_capa.lc_opc != CAPA_OPC_OSS_TRUNC) { in ll_add_capa()564 offsetof(struct lustre_capa, lc_opc))); in ll_update_capa()618 LASSERT(ocapa->c_capa.lc_opc & CAPA_OPC_OSS_TRUNC); in ll_truncate_free_capa()623 if (likely(ocapa->c_capa.lc_opc == CAPA_OPC_OSS_TRUNC)) { in ll_truncate_free_capa()
108 return capa->lc_opc; in capa_opc()
3477 __u64 lc_opc; /** operations allowed */ member3521 return (c->lc_opc & CAPA_OPC_INDEX_LOOKUP) != 0; in capa_for_mds()3526 return (c->lc_opc & CAPA_OPC_INDEX_LOOKUP) == 0; in capa_for_oss()
3857 LASSERTF((int)offsetof(struct lustre_capa, lc_opc) == 16, "found %lld\n", in lustre_assert_wire_constants()3858 (long long)(int)offsetof(struct lustre_capa, lc_opc)); in lustre_assert_wire_constants()3859 LASSERTF((int)sizeof(((struct lustre_capa *)0)->lc_opc) == 8, "found %lld\n", in lustre_assert_wire_constants()3860 (long long)(int)sizeof(((struct lustre_capa *)0)->lc_opc)); in lustre_assert_wire_constants()
2453 __swab64s(&c->lc_opc); in lustre_swab_lustre_capa()