Home
last modified time | relevance | path

Searched refs:bio_ops (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/sys/sys/
H A Dbuf2.h219 struct bio_ops *ops = bp->b_ops; in buf_deallocate()
234 struct bio_ops *ops = bp->b_ops; in buf_countdeps()
253 struct bio_ops *ops = bp->b_ops; in buf_start()
265 struct bio_ops *ops = bp->b_ops; in buf_complete()
277 struct bio_ops *ops = vp->v_mount->mnt_bioops; in buf_fsync()
293 struct bio_ops *ops = bp1->b_ops; in buf_movedeps()
305 struct bio_ops *ops = bp->b_ops; in buf_checkread()
320 struct bio_ops *ops = bp->b_ops; in buf_checkwrite()
H A Dmount.h132 struct bio_ops { struct
133 TAILQ_ENTRY(bio_ops) entry;
262 struct bio_ops *mnt_bioops; /* BIO ops (hammer, softupd) */
798 void add_bio_ops(struct bio_ops *ops);
799 void rem_bio_ops(struct bio_ops *ops);
H A Dbuf.h179 struct bio_ops *b_ops; /* bio_ops used w/ b_dep */
/dflybsd-src/sys/kern/
H A Dvfs_mount.c148 static TAILQ_HEAD(,bio_ops) bio_ops_list = TAILQ_HEAD_INITIALIZER(bio_ops_list);
1199 add_bio_ops(struct bio_ops *ops) in add_bio_ops()
1205 rem_bio_ops(struct bio_ops *ops) in rem_bio_ops()
1220 struct bio_ops *ops; in bio_ops_sync()
/dflybsd-src/sys/vfs/hammer/
H A Dhammer_io.c62 static struct bio_ops hammer_bioops;
1419 static struct bio_ops hammer_bioops = {
/dflybsd-src/sys/vfs/ufs/
H A Dffs_softdep.c209 static struct bio_ops softdep_bioops = {