Home
last modified time | relevance | path

Searched refs:BF64_SET_SB (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h56 #define BF64_SET_SB(x, low, len, shift, bias, val) \ macro
181 BF64_SET_SB((dva)->dva_word[0], 0, SPA_ASIZEBITS, \
193 BF64_SET_SB((dva)->dva_word[1], 0, 63, SPA_MINBLOCKSHIFT, 0, x)
201 BF64_SET_SB((bp)->blk_prop, 0, SPA_LSIZEBITS, SPA_MINBLOCKSHIFT, 1, x)
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.h120 #define BF64_SET_SB(x, low, len, shift, bias, val) \ macro
305 BF64_SET_SB((bp)->blk_prop, 0, 25, 0, 1, x); \
313 BF64_SET_SB((bp)->blk_prop, 25, 7, 0, 1, x); \
346 BF64_SET_SB((dva)->dva_word[0], 0, SPA_ASIZEBITS, \
358 BF64_SET_SB((dva)->dva_word[1], 0, 63, SPA_MINBLOCKSHIFT, 0, x)
369 BF64_SET_SB((bp)->blk_prop, \
376 BF64_SET_SB((bp)->blk_prop, 16, SPA_LSIZEBITS, SPA_MINBLOCKSHIFT, 1, x)
1697 BF64_SET_SB((vimep)->vimep_src, 0, 63, SPA_MINBLOCKSHIFT, 0, x)
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h353 BF64_SET_SB((bp)->blk_prop, 0, 25, 0, 1, x); \
361 BF64_SET_SB((bp)->blk_prop, 25, 7, 0, 1, x); \
404 BF64_SET_SB((dva)->dva_word[0], 0, SPA_ASIZEBITS, \
417 BF64_SET_SB((dva)->dva_word[1], 0, 63, SPA_MINBLOCKSHIFT, 0, x)
428 BF64_SET_SB((bp)->blk_prop, \
437 BF64_SET_SB((bp)->blk_prop, \
H A Dddt.h82 BF64_SET_SB((ddk)->ddk_prop, 0, 16, SPA_MINBLOCKSHIFT, 1, x)
87 BF64_SET_SB((ddk)->ddk_prop, 16, 16, SPA_MINBLOCKSHIFT, 1, x)
H A Dvdev_indirect_mapping.h51 BF64_SET_SB((vimep)->vimep_src, 0, 63, SPA_MINBLOCKSHIFT, 0, x)
H A Dbitops.h80 #define BF64_SET_SB(x, low, len, shift, bias, val) do { \ macro
H A Darc_impl.h326 BF64_SET_SB((field), 0, SPA_LSIZEBITS, SPA_MINBLOCKSHIFT, 1, x)
330 BF64_SET_SB((field), 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1, x)