Searched refs:b_iodone (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/kern/
H A Dvfs_cluster.c244 if ((bp->b_flags & B_ASYNC) || bp->b_iodone != NULL)
304 if ((rbp->b_flags & B_ASYNC) || rbp->b_iodone != NULL)
392 bp->b_iodone = cluster_callback;
900 bp->b_iodone = cluster_callback;
H A Dvfs_bio.c1766 bp->b_iodone = 0;
4608 if (bp->b_iodone != NULL) {
4609 biodone = bp->b_iodone;
4610 bp->b_iodone = NULL;
/freebsd-current/sys/ufs/ffs/
H A Dffs_rawread.c208 bp->b_iodone = bdone;
H A Dffs_vfsops.c2410 KASSERT(bp->b_iodone == NULL,
2411 ("bufwrite: needs chained iodone (%p)", bp->b_iodone));
2428 newbp->b_iodone = ffs_backgroundwritedone;
H A Dffs_snapshot.c2531 bp->b_iodone = bdone;
H A Dffs_alloc.c2568 bp->b_iodone = ffs_blkfree_trim_completed;
/freebsd-current/sys/vm/
H A Dvm_pager.c471 bp->b_iodone = NULL;
H A Dvnode_pager.c709 bp->b_iodone = vnode_pager_input_bdone;
1180 bp->b_iodone = vnode_pager_generic_getpages_done_async;
1186 bp->b_iodone = bdone;
H A Dswap_pager.c1370 bp->b_iodone = swp_pager_async_iodone;
1594 bp->b_iodone = swp_pager_async_iodone;
1605 bp->b_iodone = bdone;
/freebsd-current/sys/sys/
H A Dbuf.h106 void (*b_iodone)(struct buf *); member in struct:buf

Completed in 144 milliseconds