Home
last modified time | relevance | path

Searched refs:SPA_PSIZEBITS (Results 1 – 4 of 4) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h114 #define SPA_PSIZEBITS 16 /* PSIZE up to 32M (2^16 * 512) */ macro
439 BF64_GET_SB((bp)->blk_prop, 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1))
443 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1, x); \
H A Darc_impl.h328 BF64_GET_SB((field), 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1)
330 BF64_SET_SB((field), 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1, x)
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h81 #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/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h146 #define SPA_PSIZEBITS 16 /* PSIZE up to 32M (2^16 * 512) */ macro