Searched refs:BLK_NOCOPY (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_snapshot.c | 378 * pointers to BLK_SNAP and BLK_NOCOPY in cgaccount, we have to in ffs_snapshot() 614 BLK_NOCOPY, 1); in ffs_snapshot() 617 BLK_NOCOPY, 1); in ffs_snapshot() 640 BLK_NOCOPY, 0); in ffs_snapshot() 643 BLK_NOCOPY, 0); in ffs_snapshot() 910 * BLK_NOCOPY so that the snapshot knows that it need not copy them 960 DIP_SET(ip, i_db[loc], BLK_NOCOPY); in cgaccount() 961 else if (passno == 2 && DIP(ip, i_db[loc])== BLK_NOCOPY) in cgaccount() 963 else if (passno == 1 && DIP(ip, i_db[loc])== BLK_NOCOPY) in cgaccount() 989 BLK_NOCOPY; in cgaccount() [all...] |
H A D | fs.h | 232 * BLK_NOCOPY - A block that was unallocated at the time the snapshot 236 * are converted to BLK_NOCOPY. These are needed to allow fsck to 240 #define BLK_NOCOPY ((ufs2_daddr_t)(1)) macro
|
/freebsd/tools/diag/prtblknos/ |
H A D | prtblknos.c | 251 (firstblk == BLK_NOCOPY && blkno == BLK_NOCOPY) || 265 firstblk == BLK_NOCOPY ? "nocopy" : 271 firstblk == BLK_NOCOPY ? "nocopy" :
|
/freebsd/sbin/fsck_ffs/ |
H A D | pass1.c | 525 if (blkno == BLK_NOCOPY) in pass1check()
|
H A D | inode.c | 799 if (blkno == BLK_NOCOPY || blkno == BLK_SNAP) { in snapclean() 878 IBLK_SET(snapbp, snapbp->b_index, BLK_NOCOPY); in snapblkfree()
|