Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz.h61 struct raidz_row *vdev_raidz_row_alloc(int, zio_t *);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c441 vdev_raidz_row_alloc(int cols, zio_t *zio) in vdev_raidz_row_alloc() function
637 rr = vdev_raidz_row_alloc(scols, zio); in vdev_raidz_map_alloc()
783 raidz_row_t *rr = vdev_raidz_row_alloc(cols, zio); in vdev_raidz_map_alloc_expanded()
H A Dvdev_draid.c1031 raidz_row_t *rr = vdev_raidz_row_alloc(groupwidth, zio); in vdev_draid_map_alloc_row()