Searched refs:SPA_PSIZEBITS (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/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 204 BF64_GET_SB((bp)->blk_prop, 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1) 206 BF64_SET_SB((bp)->blk_prop, 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1, x)
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | arc_impl.h | 328 BF64_GET_SB((field), 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1) 330 BF64_SET_SB((field), 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1, x)
|
H A D | spa.h | 115 #define SPA_PSIZEBITS 16 /* PSIZE up to 32M (2^16 * 512) */ macro 434 BF64_GET_SB((bp)->blk_prop, 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1)) 438 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1, x); \
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 146 #define SPA_PSIZEBITS 16 /* PSIZE up to 32M (2^16 * 512) */ macro
|