Home
last modified time | relevance | path

Searched refs:vdev_trimmap (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dtrim_map.c160 vd->vdev_trimmap = tm; in trim_map_create()
174 tm = vd->vdev_trimmap; in trim_map_destroy()
200 vd->vdev_trimmap = NULL; in trim_map_destroy()
324 trim_map_t *tm = vd->vdev_trimmap; in trim_map_free()
338 trim_map_t *tm = vd->vdev_trimmap; in trim_map_write_start()
384 trim_map_t *tm = vd->vdev_trimmap; in trim_map_write_done()
432 trim_map_t *tm = vd->vdev_trimmap; in trim_map_vdev_commit()
488 trim_map_t *tm = vd->vdev_trimmap; in trim_map_vdev_commit_done()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dvdev_impl.h248 struct trim_map *vdev_trimmap; /* map on outstanding trims */ member