Searched defs:snap_getchunk (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c165 static int snap_getchunk(struct snapshot_id *sidp, chunknumber_t chunk,
653 * snap_getchunk() on each chunk to retrieve it from the appropriate
720 if ((error = snap_getchunk(sidp, chunk, off, len, buf)) != 0) {
728 "calling snap_getchunk, chunk = %llu, "
751 * snap_getchunk() - helper function for snap_strategy()
772 snap_getchunk(struct snapshot_id *sidp, chunknumber_t chunk, int offset, function

Completed in 48 milliseconds