Searched refs:ld_active_tgt_count (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_pack.c | 258 if (stripe_count > lov->desc.ld_active_tgt_count) in lov_get_stripecnt() 259 stripe_count = lov->desc.ld_active_tgt_count; in lov_get_stripecnt()
|
D | lproc_lov.c | 188 seq_printf(m, "%u\n", desc->ld_active_tgt_count); in lov_activeobd_seq_show()
|
D | lov_obd.c | 282 lov->desc.ld_active_tgt_count--; in lov_disconnect_obd() 421 lov->desc.ld_active_tgt_count++; in lov_set_osc_active() 424 lov->desc.ld_active_tgt_count--; in lov_set_osc_active() 801 desc->ld_active_tgt_count = 0; in lov_setup() 1058 if (!lov->desc.ld_active_tgt_count) in lov_create()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lproc_lmv.c | 136 seq_printf(m, "%u\n", desc->ld_active_tgt_count); in lmv_activeobd_seq_show()
|
D | lmv_obd.c | 66 lmv->desc.ld_active_tgt_count += (activate ? 1 : -1); in lmv_activate_target() 409 lmv->desc.ld_active_tgt_count++; in lmv_connect_mdc() 599 --lmv->desc.ld_active_tgt_count; in lmv_check_connect() 1337 lmv->desc.ld_active_tgt_count = 0; in lmv_setup() 1680 if (!lmv->desc.ld_active_tgt_count) in lmv_create()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 2795 LASSERTF((int)offsetof(struct lmv_desc, ld_active_tgt_count) == 4, "found %lld\n", in lustre_assert_wire_constants() 2796 (long long)(int)offsetof(struct lmv_desc, ld_active_tgt_count)); in lustre_assert_wire_constants() 2797 LASSERTF((int)sizeof(((struct lmv_desc *)0)->ld_active_tgt_count) == 4, "found %lld\n", in lustre_assert_wire_constants() 2798 (long long)(int)sizeof(((struct lmv_desc *)0)->ld_active_tgt_count)); in lustre_assert_wire_constants() 2872 LASSERTF((int)offsetof(struct lov_desc, ld_active_tgt_count) == 4, "found %lld\n", in lustre_assert_wire_constants() 2873 (long long)(int)offsetof(struct lov_desc, ld_active_tgt_count)); in lustre_assert_wire_constants() 2874 LASSERTF((int)sizeof(((struct lov_desc *)0)->ld_active_tgt_count) == 4, "found %lld\n", in lustre_assert_wire_constants() 2875 (long long)(int)sizeof(((struct lov_desc *)0)->ld_active_tgt_count)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 2060 __swab32s(&ld->ld_active_tgt_count); in lustre_swab_lov_desc() 2073 __swab32s(&ld->ld_active_tgt_count); in lustre_swab_lmv_desc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2590 __u32 ld_active_tgt_count; /* how many active */ member 2658 __u32 ld_active_tgt_count; /* how many active */ member 2670 #define ld_magic ld_active_tgt_count /* for swabbing from llogs */
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2688 desc->ld_active_tgt_count = 1; in osc_iocontrol()
|