Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cluster.c257 if ((bp->b_flags & B_ASYNC) || bp->b_iodone != NULL) in cluster_read()
317 if ((rbp->b_flags & B_ASYNC) || rbp->b_iodone != NULL) in cluster_read()
405 bp->b_iodone = cluster_callback; in cluster_rbuild()
907 bp->b_iodone = cluster_callback; in cluster_wbuild()
H A Dvfs_bio.c1699 bp->b_iodone = 0; in buf_alloc()
4471 if (bp->b_iodone != NULL) { in bufdone()
4472 biodone = bp->b_iodone; in bufdone()
4473 bp->b_iodone = NULL; in bufdone()
/f-stack/freebsd/vm/
H A Dvm_pager.c390 bp->b_iodone = NULL; in pbuf_ctor()
H A Dvnode_pager.c611 bp->b_iodone = bdone; in vnode_pager_input_smlfs()
1082 bp->b_iodone = vnode_pager_generic_getpages_done_async; in vnode_pager_generic_getpages()
1088 bp->b_iodone = bdone; in vnode_pager_generic_getpages()
H A Dswap_pager.c1326 bp->b_iodone = swp_pager_async_iodone; in swap_pager_getpages_locked()
1566 bp->b_iodone = swp_pager_async_iodone; in swap_pager_putpages()
1577 bp->b_iodone = bdone; in swap_pager_putpages()
/f-stack/freebsd/sys/
H A Dbuf.h109 void (*b_iodone)(struct buf *); member