Home
last modified time | relevance | path

Searched refs:LOV_V1_INSANE_STRIPE_COUNT (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_pack.c73 if (stripe_count > LOV_V1_INSANE_STRIPE_COUNT) { in lov_dump_lmm_objects()
75 stripe_count, LOV_V1_INSANE_STRIPE_COUNT); in lov_dump_lmm_objects()
Dlov_ea.c59 if (stripe_count > LOV_V1_INSANE_STRIPE_COUNT) { in lsm_lmm_verify_common()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h308 #define LOV_V1_INSANE_STRIPE_COUNT 65532 /* maximum stripe count bz13933 */ macro