Symbol: bio_track
sys/kern/kern_device.c
358
struct bio_track *track;
sys/kern/kern_device.c
373
KKASSERT(bio->bio_track == NULL);
sys/kern/kern_device.c
380
bio->bio_track = track;
sys/kern/kern_device.c
409
KKASSERT(bio->bio_track != NULL);
sys/kern/vfs_bio.c
3313
bio_start_transaction(struct bio *bio, struct bio_track *track)
sys/kern/vfs_bio.c
3315
bio->bio_track = track;
sys/kern/vfs_bio.c
3350
struct bio_track *track;
sys/kern/vfs_bio.c
3386
bio->bio_track = track;
sys/kern/vfs_bio.c
3731
struct bio_track *track;
sys/kern/vfs_bio.c
3736
if ((track = bio->bio_track) != NULL) {
sys/kern/vfs_bio.c
3738
bio->bio_track = NULL;
sys/kern/vfs_bio.c
4585
bp->b_bio1.bio_track = NULL;
sys/kern/vfs_bio.c
524
bio_track_rel(struct bio_track *track)
sys/kern/vfs_bio.c
565
bio_track_wait(struct bio_track *track, int slp_flags, int slp_timo)
sys/sys/bio.h
103
void bio_start_transaction(struct bio *, struct bio_track *);
sys/sys/bio.h
48
struct bio_track;
sys/sys/bio.h
64
struct bio_track *bio_track; /* BIO tracking structure */
sys/sys/biotrack.h
22
int bio_track_wait(struct bio_track *track, int slp_flags, int slp_timo);
sys/sys/conf.h
97
struct bio_track si_track_read;
sys/sys/conf.h
98
struct bio_track si_track_write;
sys/sys/vnode.h
155
struct bio_track v_track_read; /* track I/O's in progress */
sys/sys/vnode.h
156
struct bio_track v_track_write; /* track I/O's in progress */
sys/vm/swap_pager.c
988
struct bio_track *track;
usr.sbin/makefs/hammer2/hammer2_compat.h
729
bio_track_wait(struct bio_track *track, int slp_flags, int slp_timo)