Home
last modified time | relevance | path

Searched refs:uvm_aio_aiodone (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/rump/librump/rumpvfs/
H A Dvm_vfs.c70 uvm_aio_aiodone(struct buf *bp) in uvm_aio_aiodone() function
/netbsd-src/sys/miscfs/genfs/
H A Dgenfs_io.c616 mbp->b_iodone = uvm_aio_aiodone; in genfs_getpages_read()
1391 uvm_aio_aiodone); in genfs_gop_write()
1423 uvm_aio_aiodone); in genfs_gop_write_rwmap()
1726 uvm_aio_aiodone(bp); in genfs_compat_gop_write()
/netbsd-src/sys/uvm/
H A Duvm_pager.c504 uvm_aio_aiodone(struct buf *bp) in uvm_aio_aiodone() function
H A Duvm_extern.h805 void uvm_aio_aiodone(struct buf *);
H A Duvm_swap.c1986 bp->b_iodone = uvm_aio_aiodone; in uvm_swap_io()
/netbsd-src/sys/ufs/lfs/
H A Dlfs_vfsops.c2128 mbp->b_iodone = uvm_aio_aiodone; in lfs_gop_write()