Searched refs:SPA_PSIZEBITS (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | arc_impl.h | 348 BF64_GET_SB((field), 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1) 350 BF64_SET_SB((field), 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1, x)
|
H A D | spa.h | 98 #define SPA_PSIZEBITS 16 /* PSIZE up to 32M (2^16 * 512) */ macro 420 BF64_GET_SB((bp)->blk_prop, 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1)) 424 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1, x); \
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 147 #define SPA_PSIZEBITS 16 /* PSIZE up to 32M (2^16 * 512) */ macro
|