Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_pack.c258 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()
Dlproc_lov.c188 seq_printf(m, "%u\n", desc->ld_active_tgt_count); in lov_activeobd_seq_show()
Dlov_obd.c282 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/
Dlproc_lmv.c136 seq_printf(m, "%u\n", desc->ld_active_tgt_count); in lmv_activeobd_seq_show()
Dlmv_obd.c66 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/
Dwiretest.c2795 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()
Dpack_generic.c2060 __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/
Dlustre_idl.h2590 __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/
Dosc_request.c2688 desc->ld_active_tgt_count = 1; in osc_iocontrol()