Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDvfs_cluster.c238 if ((bp->b_flags & B_ASYNC) || bp->b_iodone != NULL) in cluster_read()
291 if ((rbp->b_flags & B_ASYNC) || rbp->b_iodone != NULL) in cluster_read()
363 bp->b_iodone = cluster_callback; in cluster_rbuild()
876 bp->b_iodone = cluster_callback; in cluster_wbuild()
HDvfs_bio.c1475 bp->b_iodone = 0; in buf_alloc()
3994 if (bp->b_iodone != NULL) { in bufdone()
3995 biodone = bp->b_iodone; in bufdone()
3996 bp->b_iodone = NULL; in bufdone()
/NextBSD/sys/vm/
HDvnode_pager.c547 bp->b_iodone = bdone; in vnode_pager_input_smlfs()
985 bp->b_iodone = vnode_pager_generic_getpages_done_async; in vnode_pager_generic_getpages()
991 bp->b_iodone = bdone; in vnode_pager_generic_getpages()
HDvm_pager.c378 bp->b_iodone = NULL; in initpbuf()
HDswap_pager.c1135 bp->b_iodone = swp_pager_async_iodone; in swap_pager_getpages()
1393 bp->b_iodone = swp_pager_async_iodone; in swap_pager_putpages()
1404 bp->b_iodone = bdone; in swap_pager_putpages()
/NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/
HDkernel.c1167 if (bp->b_iodone != NULL) { in biodone()
1168 (*(bp->b_iodone))(bp); in biodone()
/NextBSD/sys/sys/
HDbuf.h105 void (*b_iodone)(struct buf *); member
/NextBSD/sys/ufs/ffs/
HDffs_rawread.c218 bp->b_iodone = bdone; in ffs_rawread_readahead()
HDffs_vfsops.c2087 KASSERT(bp->b_iodone == NULL, in ffs_bufwrite()
2088 ("bufwrite: needs chained iodone (%p)", bp->b_iodone)); in ffs_bufwrite()
2104 newbp->b_iodone = ffs_backgroundwritedone; in ffs_bufwrite()
/NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/sys/
HDzfs_context.h807 int (*b_iodone)(struct buf *); member
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev_disk.c815 bp->b_iodone = (int (*)())vdev_disk_io_intr; in vdev_disk_io_start()
/NextBSD/tools/debugscripts/
HDgdbinit.kernel90 output $bp->b_iodone