Home
last modified time | relevance | path

Searched refs:ld_active_tgt_count (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_pack.c238 if (stripe_count > lov->desc.ld_active_tgt_count) in lov_get_stripecnt()
239 stripe_count = lov->desc.ld_active_tgt_count; in lov_get_stripecnt()
Dlproc_lov.c193 return sprintf(buf, "%u\n", desc->ld_active_tgt_count); in activeobd_show()
Dlov_obd.c269 lov->desc.ld_active_tgt_count--; in lov_disconnect_obd()
409 lov->desc.ld_active_tgt_count++; in lov_set_osc_active()
412 lov->desc.ld_active_tgt_count--; in lov_set_osc_active()
788 desc->ld_active_tgt_count = 0; in lov_setup()
1039 if (!lov->desc.ld_active_tgt_count) in lov_create()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlproc_lmv.c132 return sprintf(buf, "%u\n", desc->ld_active_tgt_count); in activeobd_show()
Dlmv_obd.c66 lmv->desc.ld_active_tgt_count += (activate ? 1 : -1); in lmv_activate_target()
394 lmv->desc.ld_active_tgt_count++; in lmv_connect_mdc()
569 --lmv->desc.ld_active_tgt_count; in lmv_check_connect()
1300 lmv->desc.ld_active_tgt_count = 0; in lmv_setup()
1638 if (!lmv->desc.ld_active_tgt_count) in lmv_create()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2793 LASSERTF((int)offsetof(struct lmv_desc, ld_active_tgt_count) == 4, "found %lld\n", in lustre_assert_wire_constants()
2794 (long long)(int)offsetof(struct lmv_desc, ld_active_tgt_count)); in lustre_assert_wire_constants()
2795 LASSERTF((int)sizeof(((struct lmv_desc *)0)->ld_active_tgt_count) == 4, "found %lld\n", in lustre_assert_wire_constants()
2796 (long long)(int)sizeof(((struct lmv_desc *)0)->ld_active_tgt_count)); in lustre_assert_wire_constants()
2870 LASSERTF((int)offsetof(struct lov_desc, ld_active_tgt_count) == 4, "found %lld\n", in lustre_assert_wire_constants()
2871 (long long)(int)offsetof(struct lov_desc, ld_active_tgt_count)); in lustre_assert_wire_constants()
2872 LASSERTF((int)sizeof(((struct lov_desc *)0)->ld_active_tgt_count) == 4, "found %lld\n", in lustre_assert_wire_constants()
2873 (long long)(int)sizeof(((struct lov_desc *)0)->ld_active_tgt_count)); in lustre_assert_wire_constants()
Dpack_generic.c1897 __swab32s(&ld->ld_active_tgt_count); in lustre_swab_lov_desc()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2578 __u32 ld_active_tgt_count; /* how many active */ member
2642 __u32 ld_active_tgt_count; /* how many active */ member
2654 #define ld_magic ld_active_tgt_count /* for swabbing from llogs */
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c2632 desc->ld_active_tgt_count = 1; in osc_iocontrol()