Lines Matching full:children
23 bl_free_device(&dev->children[i]); in bl_free_device()
24 kfree(dev->children); in bl_free_device()
182 struct pnfs_block_dev *child = &dev->children[i]; in bl_map_concat()
220 child = &dev->children[chunk_idx]; in bl_map_stripe()
407 d->children = kcalloc(v->concat.volumes_count, in bl_parse_concat()
409 if (!d->children) in bl_parse_concat()
413 ret = bl_parse_deviceid(server, &d->children[i], in bl_parse_concat()
419 d->children[i].start += len; in bl_parse_concat()
420 len += d->children[i].len; in bl_parse_concat()
436 d->children = kcalloc(v->stripe.volumes_count, in bl_parse_stripe()
438 if (!d->children) in bl_parse_stripe()
442 ret = bl_parse_deviceid(server, &d->children[i], in bl_parse_stripe()
448 len += d->children[i].len; in bl_parse_stripe()