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()
406 d->children = kcalloc(v->concat.volumes_count, in bl_parse_concat()
408 if (!d->children) in bl_parse_concat()
412 ret = bl_parse_deviceid(server, &d->children[i], in bl_parse_concat()
418 d->children[i].start += len; in bl_parse_concat()
419 len += d->children[i].len; in bl_parse_concat()
435 d->children = kcalloc(v->stripe.volumes_count, in bl_parse_stripe()
437 if (!d->children) in bl_parse_stripe()
441 ret = bl_parse_deviceid(server, &d->children[i], in bl_parse_stripe()
447 len += d->children[i].len; in bl_parse_stripe()