Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_ea.c168 static void lov_tgt_maxbytes(struct lov_tgt_desc *tgt, __u64 *stripe_maxbytes) in lov_tgt_maxbytes() argument
173 *stripe_maxbytes = LUSTRE_STRIPE_MAXBYTES; in lov_tgt_maxbytes()
181 if (*stripe_maxbytes > imp->imp_connect_data.ocd_maxbytes) in lov_tgt_maxbytes()
182 *stripe_maxbytes = imp->imp_connect_data.ocd_maxbytes; in lov_tgt_maxbytes()
184 *stripe_maxbytes = LUSTRE_STRIPE_MAXBYTES; in lov_tgt_maxbytes()
218 __u64 stripe_maxbytes = OBD_OBJECT_EOF; in lsm_unpackmd_v1() local
246 &stripe_maxbytes); in lsm_unpackmd_v1()
249 lsm->lsm_maxbytes = stripe_maxbytes * lsm->lsm_stripe_count; in lsm_unpackmd_v1()
251 lsm->lsm_maxbytes = stripe_maxbytes * lov->desc.ld_tgt_count; in lsm_unpackmd_v1()
300 __u64 stripe_maxbytes = OBD_OBJECT_EOF; in lsm_unpackmd_v3() local
[all …]