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.c890 blkptr_t tmpbp = *bp; in zio_crypt_bp_auth_init() local
893 byteswap_uint64_array(&tmpbp, sizeof (blkptr_t)); in zio_crypt_bp_auth_init()
895 ASSERT(BP_USES_CRYPT(&tmpbp) || BP_IS_HOLE(&tmpbp)); in zio_crypt_bp_auth_init()
896 ASSERT0(BP_IS_EMBEDDED(&tmpbp)); in zio_crypt_bp_auth_init()
898 zio_crypt_decode_mac_bp(&tmpbp, bab->bab_mac); in zio_crypt_bp_auth_init()
905 zio_crypt_bp_zero_nonportable_blkprop(&tmpbp, version); in zio_crypt_bp_auth_init()
906 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.c972 blkptr_t tmpbp = *bp; in zio_crypt_bp_auth_init() local
975 byteswap_uint64_array(&tmpbp, sizeof (blkptr_t)); in zio_crypt_bp_auth_init()
977 ASSERT(BP_USES_CRYPT(&tmpbp) || BP_IS_HOLE(&tmpbp)); in zio_crypt_bp_auth_init()
978 ASSERT0(BP_IS_EMBEDDED(&tmpbp)); in zio_crypt_bp_auth_init()
980 zio_crypt_decode_mac_bp(&tmpbp, bab->bab_mac); in zio_crypt_bp_auth_init()
987 zio_crypt_bp_zero_nonportable_blkprop(&tmpbp, version); in zio_crypt_bp_auth_init()
988 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.c951 #define G_RAID3_FOREACH_SAFE_BIO(pbp, bp, tmpbp) \ argument
953 (bp) != NULL && ((tmpbp) = G_RAID3_NEXT_BIO(bp), 1); \
954 (bp) = (tmpbp))
1073 struct bio *bp, *cbp, *tmpbp; in g_raid3_scatter() local
1107 G_RAID3_FOREACH_SAFE_BIO(pbp, cbp, tmpbp) { in g_raid3_scatter()
1122 G_RAID3_FOREACH_SAFE_BIO(pbp, cbp, tmpbp) { in g_raid3_scatter()
1802 struct bio *cbp, *tmpbp; in g_raid3_register_request() local
1948 G_RAID3_FOREACH_SAFE_BIO(pbp, cbp, tmpbp) { in g_raid3_register_request()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c5208 blkptr_t tmpbp; in dsl_scan_freed_dva() local
5223 sio2bp(sio, &tmpbp); in dsl_scan_freed_dva()
5224 count_block_skipped(scn, &tmpbp, B_FALSE); in dsl_scan_freed_dva()