Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dfssnap.c158 static int snap_strategy(struct buf *bp);
201 snap_strategy,
646 return (physio(snap_strategy, NULL, dev, B_READ, minphys, uiop)); in snap_read()
658 snap_strategy(struct buf *bp) in snap_strategy() function