Searched refs:bioops (Results 1 – 3 of 3) sorted by relevance
70 } bioops; variable448 if (bioops.io_start) in buf_start()449 (*bioops.io_start)(bp); in buf_start()457 if (bioops.io_complete) in buf_complete()458 (*bioops.io_complete)(bp); in buf_complete()465 if (bioops.io_deallocate) in buf_deallocate()466 (*bioops.io_deallocate)(bp); in buf_deallocate()472 if (bioops.io_countdeps) in buf_countdeps()473 return ((*bioops.io_countdeps)(bp, i)); in buf_countdeps()
2545 bioops.io_start = softdep_disk_io_initiation; in softdep_initialize()2546 bioops.io_complete = softdep_disk_write_complete; in softdep_initialize()2547 bioops.io_deallocate = softdep_deallocate_dependencies; in softdep_initialize()2548 bioops.io_countdeps = softdep_count_dependencies; in softdep_initialize()2565 bioops.io_start = NULL; in softdep_uninitialize()2566 bioops.io_complete = NULL; in softdep_uninitialize()2567 bioops.io_deallocate = NULL; in softdep_uninitialize()2568 bioops.io_countdeps = NULL; in softdep_uninitialize()
97 struct bio_ops bioops; /* I/O operation notification */ variable