Home | History | Annotate | Download | only in lfs

Lines Matching defs:snap

1873 	struct lfs_segnum_array snap;
2203 snap = *(struct lfs_segnum_array *)ap->a_data;
2204 if (snap.len > LFS_REWRITE_MAXCNT)
2206 sna = lfs_malloc(fs, snap.len * sizeof(int), LFS_NB_BLKIOV);
2207 if ((error = copyin(snap.segments, sna,
2208 snap.len * sizeof(int))) != 0) {
2213 for (i = 0; i < snap.len; i++)
2218 error = lfs_rewrite_segments(fs, sna, snap.len, &direct,
2223 snap.stats.direct = direct;
2224 snap.stats.offset = offset;
2227 = snap.stats;