Lines Matching refs:children
21 bl_free_device(&dev->children[i]); in bl_free_device()
22 kfree(dev->children); in bl_free_device()
140 struct pnfs_block_dev *child = &dev->children[i]; in bl_map_concat()
178 child = &dev->children[chunk_idx]; in bl_map_stripe()
243 d->children = kcalloc(v->concat.volumes_count, in bl_parse_concat()
245 if (!d->children) in bl_parse_concat()
249 ret = bl_parse_deviceid(server, &d->children[i], in bl_parse_concat()
255 d->children[i].start += len; in bl_parse_concat()
256 len += d->children[i].len; in bl_parse_concat()
272 d->children = kcalloc(v->stripe.volumes_count, in bl_parse_stripe()
274 if (!d->children) in bl_parse_stripe()
278 ret = bl_parse_deviceid(server, &d->children[i], in bl_parse_stripe()
284 len += d->children[i].len; in bl_parse_stripe()