Searched refs:bio_ops (Results 1 – 6 of 6) sorted by relevance
219 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()
132 struct bio_ops { struct133 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);
179 struct bio_ops *b_ops; /* bio_ops used w/ b_dep */
148 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()
62 static struct bio_ops hammer_bioops;1419 static struct bio_ops hammer_bioops = {
209 static struct bio_ops softdep_bioops = {