Searched refs:SPA_PSIZEBITS (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | spa.h | 81 #define SPA_PSIZEBITS 16 /* PSIZE up to 32M (2^16 * 512) */ macro 202 BF64_GET_SB((bp)->blk_prop, 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1) 204 BF64_SET_SB((bp)->blk_prop, 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1, x)
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 134 #define SPA_PSIZEBITS 16 /* PSIZE up to 32M (2^16 * 512) */ macro 372 BF64_GET_SB((bp)->blk_prop, 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1)) 376 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1, x); \
|