Searched refs:SPA_COMPRESSBITS (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | spa.h | 84 #define SPA_COMPRESSBITS 7 macro 209 BF64_GET((bp)->blk_prop, 32, SPA_COMPRESSBITS) 211 BF64_SET((bp)->blk_prop, 32, SPA_COMPRESSBITS, x)
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | arc_impl.h | 332 BF64_GET((field), 32, SPA_COMPRESSBITS) 334 BF64_SET((field), 32, SPA_COMPRESSBITS, x)
|
H A D | spa.h | 118 #define SPA_COMPRESSBITS 7 macro 442 BF64_GET((bp)->blk_prop, 32, SPA_COMPRESSBITS) 444 BF64_SET((bp)->blk_prop, 32, SPA_COMPRESSBITS, x)
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 654 HDR_COMPRESS_OFFSET, SPA_COMPRESSBITS)) 656 HDR_COMPRESS_OFFSET, SPA_COMPRESSBITS, (cmp));
|