Searched refs:SM_ALLOC (Results 1 – 5 of 5) sorted by relevance
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
H A D | space_map.h | 132 SM_ALLOC, enumerator
|
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | space_map.c | 268 if (maptype == SM_ALLOC) in space_map_write()
|
H A D | metaslab.c | 2244 space_map_write(sm, condense_tree, SM_ALLOC, tx); in metaslab_condense() 2332 space_map_write(msp->ms_sm, alloctree, SM_ALLOC, tx); in metaslab_sync()
|
H A D | vdev.c | 2087 vd->vdev_dtl[DTL_MISSING], SM_ALLOC); in vdev_dtl_load() 2206 space_map_write(vd->vdev_dtl_sm, rtsync, SM_ALLOC, tx); in vdev_dtl_sync()
|
/netbsd/external/cddl/osnet/dist/cmd/zdb/ |
H A D | zdb.c | 712 SM_TYPE_DECODE(entry) == SM_ALLOC ? 'A' : 'F', in dump_spacemap() 719 if (SM_TYPE_DECODE(entry) == SM_ALLOC) in dump_spacemap() 2635 msp->ms_tree, SM_ALLOC)); in zdb_leak_init()
|