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

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_snapshot.c710 BLK_SNAP, 0);
713 BLK_SNAP, 0);
739 BLK_SNAP, 0);
742 BLK_SNAP, 0);
983 * blocks that it claims with BLK_SNAP so that fsck will
1167 int exptype; /* BLK_SNAP or BLK_NOCOPY */
1185 int expungetype; /* BLK_SNAP or BLK_NOCOPY */
1195 if (blkno == 0 || blkno == BLK_NOCOPY || blkno == BLK_SNAP)
1215 if (expungetype == BLK_SNAP && *blkp == BLK_NOCOPY) {
1255 if (acctit && expungetype == BLK_SNAP
[all...]
H A Dfs.h194 * BLK_SNAP - A block held by another snapshot that is not needed by this
195 * snapshot. When the other snapshot is freed, the BLK_SNAP entries
201 #define BLK_SNAP ((ufs2_daddr_t)(2)) macro
/freebsd-10.0-release/sbin/fsck_ffs/
H A Dpass1.c446 if (blkno == BLK_SNAP) {
451 if (blkno == BLK_SNAP)

Completed in 127 milliseconds