Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/sys/geom/raid3/
H A Dg_raid3.c924 #define G_RAID3_FOREACH_SAFE_BIO(pbp, bp, tmpbp) \ argument
926 (bp) != NULL && ((tmpbp) = G_RAID3_NEXT_BIO(bp), 1); \
927 (bp) = (tmpbp))
1046 struct bio *bp, *cbp, *tmpbp; in g_raid3_scatter() local
1080 G_RAID3_FOREACH_SAFE_BIO(pbp, cbp, tmpbp) { in g_raid3_scatter()
1095 G_RAID3_FOREACH_SAFE_BIO(pbp, cbp, tmpbp) { in g_raid3_scatter()
1774 struct bio *cbp, *tmpbp; in g_raid3_register_request() local
1920 G_RAID3_FOREACH_SAFE_BIO(pbp, cbp, tmpbp) { in g_raid3_register_request()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_scan.c3932 blkptr_t tmpbp; in dsl_scan_freed_dva() local
3950 sio2bp(sio, &tmpbp, dva_i); in dsl_scan_freed_dva()
3951 count_block(scn, dp->dp_blkstats, &tmpbp); in dsl_scan_freed_dva()