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

/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c158 static int snap_strategy(struct buf *bp);
201 snap_strategy,
630 * reads data from the snapshot by calling snap_strategy() through physio()
646 return (physio(snap_strategy, NULL, dev, B_READ, minphys, uiop));
650 * snap_strategy() - snapshot driver strategy(9E) routine
658 snap_strategy(struct buf *bp) function
681 "snap_strategy: could not find state for snapshot %d.",
727 cmn_err(CE_WARN, "snap_strategy: error "
751 * snap_getchunk() - helper function for snap_strategy()

Completed in 230 milliseconds