Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dmount.h132 struct bio_ops { struct
134 void (*io_start) (struct buf *);
135 void (*io_complete) (struct buf *);
136 void (*io_deallocate) (struct buf *);
137 int (*io_fsync) (struct vnode *);
138 int (*io_sync) (struct mount *);
139 void (*io_movedeps) (struct buf *, struct buf *);
140 int (*io_countdeps) (struct buf *, int);
141 int (*io_checkread) (struct buf *);
142 int (*io_checkwrite) (struct buf *);