Searched refs:stripe_maxbytes (Results 1 – 1 of 1) sorted by relevance
166 static void lov_tgt_maxbytes(struct lov_tgt_desc *tgt, __u64 *stripe_maxbytes) in lov_tgt_maxbytes() argument171 *stripe_maxbytes = LUSTRE_STRIPE_MAXBYTES; in lov_tgt_maxbytes()179 if (*stripe_maxbytes > imp->imp_connect_data.ocd_maxbytes) in lov_tgt_maxbytes()180 *stripe_maxbytes = imp->imp_connect_data.ocd_maxbytes; in lov_tgt_maxbytes()182 *stripe_maxbytes = LUSTRE_STRIPE_MAXBYTES; in lov_tgt_maxbytes()216 __u64 stripe_maxbytes = OBD_OBJECT_EOF; in lsm_unpackmd_v1() local244 &stripe_maxbytes); in lsm_unpackmd_v1()247 lsm->lsm_maxbytes = stripe_maxbytes * lsm->lsm_stripe_count; in lsm_unpackmd_v1()249 lsm->lsm_maxbytes = stripe_maxbytes * lov->desc.ld_tgt_count; in lsm_unpackmd_v1()298 __u64 stripe_maxbytes = OBD_OBJECT_EOF; in lsm_unpackmd_v3() local[all …]