Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c907 blkptr_t tmpbp = *bp; in zio_crypt_bp_auth_init() local
910 byteswap_uint64_array(&tmpbp, sizeof (blkptr_t)); in zio_crypt_bp_auth_init()
912 ASSERT(BP_USES_CRYPT(&tmpbp) || BP_IS_HOLE(&tmpbp)); in zio_crypt_bp_auth_init()
913 ASSERT0(BP_IS_EMBEDDED(&tmpbp)); in zio_crypt_bp_auth_init()
915 zio_crypt_decode_mac_bp(&tmpbp, bab->bab_mac); in zio_crypt_bp_auth_init()
922 zio_crypt_bp_zero_nonportable_blkprop(&tmpbp, version); in zio_crypt_bp_auth_init()
923 bab->bab_prop = LE_64(tmpbp.blk_prop); in zio_crypt_bp_auth_init()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c966 blkptr_t tmpbp = *bp; in zio_crypt_bp_auth_init() local
969 byteswap_uint64_array(&tmpbp, sizeof (blkptr_t)); in zio_crypt_bp_auth_init()
971 ASSERT(BP_USES_CRYPT(&tmpbp) || BP_IS_HOLE(&tmpbp)); in zio_crypt_bp_auth_init()
972 ASSERT0(BP_IS_EMBEDDED(&tmpbp)); in zio_crypt_bp_auth_init()
974 zio_crypt_decode_mac_bp(&tmpbp, bab->bab_mac); in zio_crypt_bp_auth_init()
981 zio_crypt_bp_zero_nonportable_blkprop(&tmpbp, version); in zio_crypt_bp_auth_init()
982 bab->bab_prop = LE_64(tmpbp.blk_prop); in zio_crypt_bp_auth_init()
/freebsd-13.1/sys/geom/cache/
H A Dg_cache.c220 struct bio *bp2, *tmpbp; in g_cache_done() local
229 tmpbp = G_CACHE_NEXT_BIO2(bp2); in g_cache_done()
231 bp2 = tmpbp; in g_cache_done()
/freebsd-13.1/sys/geom/raid3/
H A Dg_raid3.c919 #define G_RAID3_FOREACH_SAFE_BIO(pbp, bp, tmpbp) \ argument
921 (bp) != NULL && ((tmpbp) = G_RAID3_NEXT_BIO(bp), 1); \
922 (bp) = (tmpbp))
1041 struct bio *bp, *cbp, *tmpbp; in g_raid3_scatter() local
1075 G_RAID3_FOREACH_SAFE_BIO(pbp, cbp, tmpbp) { in g_raid3_scatter()
1090 G_RAID3_FOREACH_SAFE_BIO(pbp, cbp, tmpbp) { in g_raid3_scatter()
1770 struct bio *cbp, *tmpbp; in g_raid3_register_request() local
1916 G_RAID3_FOREACH_SAFE_BIO(pbp, cbp, tmpbp) { in g_raid3_register_request()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c4287 blkptr_t tmpbp; in dsl_scan_freed_dva() local
4306 sio2bp(sio, &tmpbp); in dsl_scan_freed_dva()
4307 count_block(scn, dp->dp_blkstats, &tmpbp); in dsl_scan_freed_dva()