Searched defs:bio_ops (Results 1 – 1 of 1) sorted by relevance
132 struct bio_ops { struct134 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 *);