Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h167 uint64_t blk_prop; /* size, compression, type, etc */ member
209 BF64_GET((bp)->blk_prop, 32, SPA_COMPRESSBITS)
211 BF64_SET((bp)->blk_prop, 32, SPA_COMPRESSBITS, x)
216 #define BP_GET_TYPE(bp) BF64_GET((bp)->blk_prop, 48, 8)
219 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5)
222 #define BP_IS_EMBEDDED(bp) BF64_GET((bp)->blk_prop, 39, 1)
224 #define BP_GET_DEDUP(bp) BF64_GET((bp)->blk_prop, 62, 1)
296 (bp)->blk_prop = 0; \
307 BF64_GET_SB((bp)->blk_prop, 0, 25, 0, 1)
309 BF64_GET_SB((bp)->blk_prop, 25, 7, 0, 1)
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h342 BF64_GET((bp)->blk_prop, 40, 8))
345 BF64_SET((bp)->blk_prop, 40, 8, t); \
350 BF64_GET_SB((bp)->blk_prop, 0, 25, 0, 1))
353 BF64_SET_SB((bp)->blk_prop, 0, 25, 0, 1, x); \
358 BF64_GET_SB((bp)->blk_prop, 25, 7, 0, 1))
361 BF64_SET_SB((bp)->blk_prop, 25, 7, 0, 1, x); \
428 BF64_SET_SB((bp)->blk_prop, \
437 BF64_SET_SB((bp)->blk_prop, \
451 BF64_GET((bp)->blk_prop, 40, 8))
454 BF64_SET((bp)->blk_prop, 40, 8, x); \
[all …]
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h294 BF64_GET((bp)->blk_prop, 40, 8))
297 BF64_SET((bp)->blk_prop, 40, 8, t); \
302 BF64_GET_SB((bp)->blk_prop, 0, 25, 0, 1))
305 BF64_SET_SB((bp)->blk_prop, 0, 25, 0, 1, x); \
310 BF64_GET_SB((bp)->blk_prop, 25, 7, 0, 1))
313 BF64_SET_SB((bp)->blk_prop, 25, 7, 0, 1, x); \
325 ((wp) != &(bp)->blk_prop && (wp) != &(bp)->blk_birth)
369 BF64_SET_SB((bp)->blk_prop, \
384 #define BP_GET_TYPE(bp) BF64_GET((bp)->blk_prop, 48, 8)
450 (bp)->blk_prop = 0; \
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbpobj.c492 stored_bp.blk_prop = bp->blk_prop; in bpobj_enqueue()
H A Dzio_crypt.c944 bp->blk_prop = 0ULL; in zio_crypt_bp_zero_nonportable_blkprop()
995 bab->bab_prop = LE_64(tmpbp.blk_prop); in zio_crypt_bp_auth_init()
H A Ddsl_scan.c410 bp->blk_prop = sio->sio_blk_prop; in sio2bp()
425 sio->sio_blk_prop = bp->blk_prop; in bp2sio()
H A Dzio.c2638 ASSERT(bcmp(&bp->blk_prop, &bp_orig->blk_prop, in zio_nop_write()