Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dbio.h131 struct buf *bio_track_bp; /* Parent buf for tracking */ member
163 if (bp->bio_track_bp != NULL) in biotrack()
/f-stack/freebsd/kern/
H A Dvfs_bio.c4407 buf_track(bp->bio_track_bp, location); in biotrack_buf()