Home
last modified time | relevance | path

Searched refs:bio_track_bp (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dbio.h128 struct buf *bio_track_bp; /* Parent buf for tracking */ member
159 if (bp->bio_track_bp != NULL) in biotrack()
/freebsd/sys/geom/
H A Dgeom_io.c223 bp2->bio_track_bp = bp->bio_track_bp; in g_clone_bio()
H A Dgeom_subr.c1663 db_printf(" bio_track_bp: %p\n", bp->bio_track_bp); in DB_SHOW_COMMAND()
/freebsd/sys/kern/
H A Dvfs_bio.c4549 buf_track(bp->bio_track_bp, location); in biotrack_buf()