flash_io
flash_sync_thread_destroy(struct flash_io *fio)
flash_io_submit(struct flash_io *fio, struct buf *bp)
flash_io_cache_write(struct flash_io *fio, flash_addr_t block, struct buf *bp)
flash_io_cache_sync(struct flash_io *fio)
struct flash_io *fio = arg;
flash_io_read(struct flash_io *fio, struct buf *bp)
flash_io_write(struct flash_io *fio, struct buf *bp)
flash_io_done(struct flash_io *fio, struct buf *bp, int error)
void flash_io_read(struct flash_io *, struct buf *);
void flash_io_write(struct flash_io *, struct buf *);
void flash_io_done(struct flash_io *, struct buf *, int);
int flash_io_cache_write(struct flash_io *, flash_addr_t, struct buf *);
void flash_io_cache_sync(struct flash_io *);
flash_io_getblock(struct flash_io *fio, struct buf *bp)
flash_sync_thread_init(struct flash_io *fio, device_t dev,
int flash_io_submit(struct flash_io *, struct buf *);
int flash_sync_thread_init(struct flash_io *, device_t,
void flash_sync_thread_destroy(struct flash_io *);
struct flash_io sc_flash_io;
struct flash_io sc_flash_io;