Searched refs:bioops (Results 1 – 3 of 3) sorted by relevance
70 } bioops; variable425 if (bioops.io_start) in buf_start()426 (*bioops.io_start)(bp); in buf_start()432 if (bioops.io_complete) in buf_complete()433 (*bioops.io_complete)(bp); in buf_complete()439 if (bioops.io_deallocate) in buf_deallocate()440 (*bioops.io_deallocate)(bp); in buf_deallocate()446 if (bioops.io_countdeps) in buf_countdeps()447 return ((*bioops.io_countdeps)(bp, i)); in buf_countdeps()
2423 bioops.io_start = softdep_disk_io_initiation; in softdep_initialize()2424 bioops.io_complete = softdep_disk_write_complete; in softdep_initialize()2425 bioops.io_deallocate = softdep_deallocate_dependencies; in softdep_initialize()2426 bioops.io_countdeps = softdep_count_dependencies; in softdep_initialize()2442 bioops.io_start = NULL; in softdep_uninitialize()2443 bioops.io_complete = NULL; in softdep_uninitialize()2444 bioops.io_deallocate = NULL; in softdep_uninitialize()2445 bioops.io_countdeps = NULL; in softdep_uninitialize()
93 struct bio_ops bioops; /* I/O operation notification */ variable