Searched refs:VNOP_STRATEGY (Results 1 – 4 of 4) sorted by relevance
1627 extern errno_t VNOP_STRATEGY(struct buf *bp);
1542 if ((error = VNOP_STRATEGY(io_bp))) { in buf_strategy_fragmented()2434 VNOP_STRATEGY(bp); in bio_doread()2588 VNOP_STRATEGY(bp); in buf_bwrite()
6354 VNOP_STRATEGY(struct buf *bp) in VNOP_STRATEGY() function
2404 (void) VNOP_STRATEGY(cbp); in cluster_io()