Searched refs:DVA_SET_GANG (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | spa.h | 193 #define DVA_SET_GANG(dva, x) BF64_SET((dva)->dva_word[1], 63, 1, x) macro
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 348 #define DVA_SET_GANG(dva, x) BF64_SET((dva)->dva_word[1], 63, 1, x) macro
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | metaslab.c | 2332 DVA_SET_GANG(&dva[d], !!(flags & METASLAB_GANG_HEADER)); in metaslab_alloc_dva()
|
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb.c | 3323 DVA_SET_GANG(&dva[0], !!(flags & ZDB_FLAG_GBH)); in zdb_read_block()
|