Searched refs:bd_xfer_alloc (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 996 bd_xfer_alloc(bd_t *bd, struct buf *bp, int (*func)(void *, bd_xfer_t *), in bd_xfer_alloc() function 1350 xi = bd_xfer_alloc(bd, bp, bd->d_ops.o_write, KM_NOSLEEP); in bd_dump() 1512 xi = bd_xfer_alloc(bd, bp, func, KM_NOSLEEP); in bd_strategy() 1514 xi = bd_xfer_alloc(bd, bp, func, KM_PUSHPAGE); in bd_strategy() 1781 xi = bd_xfer_alloc(bd, bp, func, kmflag); in bd_tg_rdwr() 2154 xi = bd_xfer_alloc(bd, bp, bd->d_ops.o_sync_cache, KM_SLEEP); in bd_flush_write_cache() 2203 xi = bd_xfer_alloc(bd, bp, bd->d_ops.o_free_space, kmflag); in bd_free_space_cb()
|