Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dspa.h325 BF64_GET((bp)->blk_prop, 40, 8))
328 BF64_SET((bp)->blk_prop, 40, 8, t); \
333 BF64_GET_SB((bp)->blk_prop, 0, 25, 0, 1))
336 BF64_SET_SB((bp)->blk_prop, 0, 25, 0, 1, x); \
341 BF64_GET_SB((bp)->blk_prop, 25, 7, 0, 1))
344 BF64_SET_SB((bp)->blk_prop, 25, 7, 0, 1, x); \
357 ((wp) != &(bp)->blk_prop && (wp) != (&(bp)->blk_birth_word[1]))
374 uint64_t blk_prop; /* size, compression, type, etc */ member
411 BF64_GET_SB((bp)->blk_prop, 0, SPA_LSIZEBITS, SPA_MINBLOCKSHIFT, 1))
414 BF64_SET_SB((bp)->blk_prop, \
[all...]
/freebsd-src/sys/cddl/boot/zfs/
H A Dzfsimpl.h295 BF64_GET((bp)->blk_prop, 40, 8))
298 BF64_SET((bp)->blk_prop, 40, 8, t); \
303 BF64_GET_SB((bp)->blk_prop, 0, 25, 0, 1))
306 BF64_SET_SB((bp)->blk_prop, 0, 25, 0, 1, x); \
311 BF64_GET_SB((bp)->blk_prop, 25, 7, 0, 1))
314 BF64_SET_SB((bp)->blk_prop, 25, 7, 0, 1, x); \
326 ((wp) != &(bp)->blk_prop && (wp) != &(bp)->blk_birth)
333 uint64_t blk_prop; /* size, compression, type, etc */ member
367 BF64_GET_SB((bp)->blk_prop, 0, SPA_LSIZEBITS, SPA_MINBLOCKSHIFT, 1))
370 BF64_SET_SB((bp)->blk_prop, \
[all …]
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dbpobj.c895 stored_bp.blk_prop = bp->blk_prop; in bpobj_enqueue()
H A Dzio.c1072 (long long)bp->blk_prop, in zfs_blkptr_verify_log()
3239 ASSERT3U(bp->blk_prop, ==, bp_orig->blk_prop); in zio_ddt_child_read_done()
H A Ddsl_scan.c437 bp->blk_prop = sio->sio_blk_prop; in sio2bp()
452 sio->sio_blk_prop = bp->blk_prop; in bp2sio()
/freebsd-src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c131 * from the level below. We also include some portable fields from blk_prop such
191 uint64_t bab_prop; /* blk_prop - portable mask */
828 * This function decides what fields from blk_prop are included in
855 bp->blk_prop = 0ULL; in zio_crypt_bp_zero_nonportable_blkprop()
901 * We always MAC blk_prop in LE to ensure portability. This in zio_crypt_bp_auth_init()
906 bab->bab_prop = LE_64(tmpbp.blk_prop); in zio_crypt_bp_auth_init()
1151 * fields are the MAC and all of the fields from blk_prop except for the dedup,
1489 * from blk_prop. We include the dnode padding here in case it in zio_crypt_init_uios_dnode()
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c132 * from the level below. We also include some portable fields from blk_prop such
192 uint64_t bab_prop; /* blk_prop - portable mask */
911 * This function decides what fields from blk_prop are included in
937 bp->blk_prop = 0ULL; in zio_crypt_bp_zero_nonportable_blkprop()
983 * We always MAC blk_prop in LE to ensure portability. This in zio_crypt_bp_auth_init()
988 bab->bab_prop = LE_64(tmpbp.blk_prop); in zio_crypt_bp_auth_init()
1322 * fields are the MAC and all of the fields from blk_prop except for the dedup,
1705 * from blk_prop. We include the dnode padding here in case it in zio_crypt_init_uios_dnode()