Searched refs:ld_active_tgt_count (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_pack.c | 238 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()
|
D | lproc_lov.c | 193 return sprintf(buf, "%u\n", desc->ld_active_tgt_count); in activeobd_show()
|
D | lov_obd.c | 269 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/ |
D | lproc_lmv.c | 132 return sprintf(buf, "%u\n", desc->ld_active_tgt_count); in activeobd_show()
|
D | lmv_obd.c | 66 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/ |
D | wiretest.c | 2793 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()
|
D | pack_generic.c | 1897 __swab32s(&ld->ld_active_tgt_count); in lustre_swab_lov_desc()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2578 __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/ |
D | osc_request.c | 2632 desc->ld_active_tgt_count = 1; in osc_iocontrol()
|