Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_snapshot.c378 * pointers to BLK_SNAP and BLK_NOCOPY in cgaccount, we have to in ffs_snapshot()
754 BLK_SNAP, 0); in ffs_snapshot()
757 BLK_SNAP, 0); in ffs_snapshot()
783 BLK_SNAP, 0); in ffs_snapshot()
786 BLK_SNAP, 0); in ffs_snapshot()
1029 * blocks that it claims with BLK_SNAP so that fsck will
1211 int exptype) /* BLK_SNAP or BLK_NOCOPY */ in fullacct_ufs1()
1229 int expungetype) /* BLK_SNAP or BLK_NOCOPY */ in snapacct_ufs1()
1239 if (blkno == 0 || blkno == BLK_NOCOPY || blkno == BLK_SNAP) in snapacct_ufs1()
1259 if (expungetype == BLK_SNAP in snapacct_ufs1()
[all...]
H A Dfs.h234 * BLK_SNAP - A block held by another snapshot that is not needed by this
235 * snapshot. When the other snapshot is freed, the BLK_SNAP entries
241 #define BLK_SNAP ((ufs2_daddr_t)(2)) macro
H A Dffs_vfsops.c256 * (BLK_NOCOPY or BLK_SNAP). in ffs_check_blkno()
263 if ((uint64_t)daddr <= BLK_SNAP || in ffs_check_blkno()
/freebsd/tools/diag/prtblknos/
H A Dprtblknos.c252 (firstblk == BLK_SNAP && blkno == BLK_SNAP) ||
261 if (firstblk <= BLK_SNAP) {
/freebsd/sbin/fsck_ffs/
H A Dpass1.c530 if (blkno == BLK_SNAP) { in pass1check()
535 if (blkno == BLK_SNAP) in pass1check()
H A Dinode.c799 if (blkno == BLK_NOCOPY || blkno == BLK_SNAP) { in snapclean()
870 } else if (blkno == BLK_SNAP) { in snapblkfree()