Searched refs:blk_prop (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa.h | 348 BF64_GET((bp)->blk_prop, 40, 8)) 351 BF64_SET((bp)->blk_prop, 40, 8, t); \ 356 BF64_GET_SB((bp)->blk_prop, 0, 25, 0, 1)) 359 BF64_SET_SB((bp)->blk_prop, 0, 25, 0, 1, x); \ 364 BF64_GET_SB((bp)->blk_prop, 25, 7, 0, 1)) 367 BF64_SET_SB((bp)->blk_prop, 25, 7, 0, 1, x); \ 435 BF64_SET_SB((bp)->blk_prop, \ 444 BF64_SET_SB((bp)->blk_prop, \ 458 BF64_GET((bp)->blk_prop, 40, 8)) 461 BF64_SET((bp)->blk_prop, 40, 8, x); \ [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | bpobj.c | 809 stored_bp.blk_prop = bp->blk_prop; in bpobj_enqueue()
|
| H A D | dsl_scan.c | 396 bp->blk_prop = sio->sio_blk_prop; in sio2bp() 411 sio->sio_blk_prop = bp->blk_prop; in bp2sio()
|
| H A D | zio.c | 2992 ASSERT(bcmp(&bp->blk_prop, &bp_orig->blk_prop, in zio_nop_write()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 866 bp->blk_prop = 0ULL; in zio_crypt_bp_zero_nonportable_blkprop() 917 bab->bab_prop = LE_64(tmpbp.blk_prop); in zio_crypt_bp_auth_init()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zio_crypt.c | 931 bp->blk_prop = 0ULL; in zio_crypt_bp_zero_nonportable_blkprop() 982 bab->bab_prop = LE_64(tmpbp.blk_prop); in zio_crypt_bp_auth_init()
|