Searched refs:SM_ALLOC (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | space_map.h | 132 SM_ALLOC, enumerator
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | space_map.c | 265 if (maptype == SM_ALLOC) in space_map_write()
|
H A D | metaslab.c | 1768 space_map_write(sm, condense_tree, SM_ALLOC, tx); in metaslab_condense() 1856 space_map_write(msp->ms_sm, alloctree, SM_ALLOC, tx); in metaslab_sync()
|
H A D | vdev.c | 1926 vd->vdev_dtl[DTL_MISSING], SM_ALLOC); in vdev_dtl_load() 1989 space_map_write(vd->vdev_dtl_sm, rtsync, SM_ALLOC, tx); in vdev_dtl_sync()
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 704 SM_TYPE_DECODE(entry) == SM_ALLOC ? 'A' : 'F', in dump_spacemap() 711 if (SM_TYPE_DECODE(entry) == SM_ALLOC) in dump_spacemap() 2633 msp->ms_tree, SM_ALLOC)); in zdb_leak_init()
|
/titanic_44/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 218 SM_TYPE_DECODE(entry) == SM_ALLOC ? 'A' : 'F', in freelist_walk_step()
|