Home
last modified time | relevance | path

Searched refs:tmpbp (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c886 blkptr_t tmpbp = *bp; in zio_crypt_bp_auth_init() local
889 byteswap_uint64_array(&tmpbp, sizeof (blkptr_t)); in zio_crypt_bp_auth_init()
891 ASSERT(BP_USES_CRYPT(&tmpbp) || BP_IS_HOLE(&tmpbp)); in zio_crypt_bp_auth_init()
892 ASSERT0(BP_IS_EMBEDDED(&tmpbp)); in zio_crypt_bp_auth_init()
894 zio_crypt_decode_mac_bp(&tmpbp, bab->bab_mac); in zio_crypt_bp_auth_init()
901 zio_crypt_bp_zero_nonportable_blkprop(&tmpbp, version); in zio_crypt_bp_auth_init()
902 bab->bab_prop = LE_64(tmpbp.blk_prop); in zio_crypt_bp_auth_init()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c969 blkptr_t tmpbp = *bp; in zio_crypt_bp_auth_init() local
972 byteswap_uint64_array(&tmpbp, sizeof (blkptr_t)); in zio_crypt_bp_auth_init()
974 ASSERT(BP_USES_CRYPT(&tmpbp) || BP_IS_HOLE(&tmpbp)); in zio_crypt_bp_auth_init()
975 ASSERT0(BP_IS_EMBEDDED(&tmpbp)); in zio_crypt_bp_auth_init()
977 zio_crypt_decode_mac_bp(&tmpbp, bab->bab_mac); in zio_crypt_bp_auth_init()
984 zio_crypt_bp_zero_nonportable_blkprop(&tmpbp, version); in zio_crypt_bp_auth_init()
985 bab->bab_prop = LE_64(tmpbp.blk_prop); in zio_crypt_bp_auth_init()
/freebsd/sys/geom/cache/
H A Dg_cache.c217 struct bio *bp2, *tmpbp; in g_cache_done() local
226 tmpbp = G_CACHE_NEXT_BIO2(bp2); in g_cache_done()
228 bp2 = tmpbp; in g_cache_done()
/freebsd/sys/geom/raid3/
H A Dg_raid3.c956 #define G_RAID3_FOREACH_SAFE_BIO(pbp, bp, tmpbp) \ argument
958 (bp) != NULL && ((tmpbp) = G_RAID3_NEXT_BIO(bp), 1); \
959 (bp) = (tmpbp))
1078 struct bio *bp, *cbp, *tmpbp; in g_raid3_scatter() local
1112 G_RAID3_FOREACH_SAFE_BIO(pbp, cbp, tmpbp) { in g_raid3_scatter()
1127 G_RAID3_FOREACH_SAFE_BIO(pbp, cbp, tmpbp) { in g_raid3_scatter()
1835 struct bio *cbp, *tmpbp; in g_raid3_register_request() local
1981 G_RAID3_FOREACH_SAFE_BIO(pbp, cbp, tmpbp) { in g_raid3_register_request()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c5417 blkptr_t tmpbp; in dsl_scan_freed_dva() local
5432 sio2bp(sio, &tmpbp); in dsl_scan_freed_dva()
5433 count_block_skipped(scn, &tmpbp, B_FALSE); in dsl_scan_freed_dva()