Lines Matching refs:children
21 bl_free_device(&dev->children[i]); in bl_free_device()
22 kfree(dev->children); in bl_free_device()
135 struct pnfs_block_dev *child = &dev->children[i]; in bl_map_concat()
173 child = &dev->children[chunk_idx]; in bl_map_stripe()
238 d->children = kcalloc(v->concat.volumes_count, in bl_parse_concat()
240 if (!d->children) in bl_parse_concat()
244 ret = bl_parse_deviceid(server, &d->children[i], in bl_parse_concat()
250 d->children[i].start += len; in bl_parse_concat()
251 len += d->children[i].len; in bl_parse_concat()
267 d->children = kcalloc(v->stripe.volumes_count, in bl_parse_stripe()
269 if (!d->children) in bl_parse_stripe()
273 ret = bl_parse_deviceid(server, &d->children[i], in bl_parse_stripe()
279 len += d->children[i].len; in bl_parse_stripe()