Searched refs:blk_prop (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | spa.h | 164 uint64_t blk_prop; /* size, compression, type, etc */ member 196 BF64_GET_SB((bp)->blk_prop, 0, SPA_LSIZEBITS, SPA_MINBLOCKSHIFT, 1) 198 BF64_SET_SB((bp)->blk_prop, 0, SPA_LSIZEBITS, SPA_MINBLOCKSHIFT, 1, x) 201 BF64_GET_SB((bp)->blk_prop, 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1) 203 BF64_SET_SB((bp)->blk_prop, 16, SPA_PSIZEBITS, SPA_MINBLOCKSHIFT, 1, x) 205 #define BP_GET_COMPRESS(bp) BF64_GET((bp)->blk_prop, 32, 7) 206 #define BP_SET_COMPRESS(bp, x) BF64_SET((bp)->blk_prop, 32, 7, x) 208 #define BP_GET_CHECKSUM(bp) BF64_GET((bp)->blk_prop, 40, 8) 209 #define BP_SET_CHECKSUM(bp, x) BF64_SET((bp)->blk_prop, 40, 8, x) 211 #define BP_GET_TYPE(bp) BF64_GET((bp)->blk_prop, 48, 8) [all …]
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 272 BF64_GET((bp)->blk_prop, 40, 8)) 275 BF64_SET((bp)->blk_prop, 40, 8, t); \ 280 BF64_GET_SB((bp)->blk_prop, 0, 25, 0, 1)) 283 BF64_SET_SB((bp)->blk_prop, 0, 25, 0, 1, x); \ 288 BF64_GET_SB((bp)->blk_prop, 25, 7, 0, 1)) 291 BF64_SET_SB((bp)->blk_prop, 25, 7, 0, 1, x); \ 303 ((wp) != &(bp)->blk_prop && (wp) != &(bp)->blk_birth) 319 uint64_t blk_prop; /* size, compression, type, etc */ member 353 BF64_GET_SB((bp)->blk_prop, 0, SPA_LSIZEBITS, SPA_MINBLOCKSHIFT, 1)) 356 BF64_SET_SB((bp)->blk_prop, \ [all …]
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | bpobj.c | 480 stored_bp.blk_prop = bp->blk_prop; in bpobj_enqueue()
|
H A D | zio.c | 2035 ASSERT(bcmp(&bp->blk_prop, &bp_orig->blk_prop, in zio_nop_write()
|