HomeSort by: relevance | last modified time | path
    Searched refs:BLK_SNAP (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/ffs/
ffs_snapshot.c 782 error = expunge(vp, xp, fs, snapacct, BLK_SNAP);
808 error = expunge(vp, ip, copy_fs, mapacct, BLK_SNAP);
1037 * blocks that it claims with BLK_SNAP so that fsck will
1230 int exptype /* BLK_SNAP or BLK_NOCOPY */)
1245 int expungetype /* BLK_SNAP or BLK_NOCOPY */)
1261 if (blkno == 0 || blkno == BLK_NOCOPY || blkno == BLK_SNAP)
1281 if (expungetype == BLK_SNAP && blkno == BLK_NOCOPY) {
1333 if (acctit && expungetype == BLK_SNAP && blkno != BLK_SNAP)
1335 if (blkno == BLK_SNAP)
    [all...]
fs.h 195 * BLK_SNAP - A block held by another snapshot that is not needed by this
196 * snapshot. When the other snapshot is freed, the BLK_SNAP entries
202 #define BLK_SNAP ((daddr_t)(2))
  /src/sbin/fsck_ffs/
pass1.c 510 if (blkno == BLK_NOCOPY || blkno == BLK_SNAP)

Completed in 15 milliseconds