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

  /src/sys/ufs/ffs/
ffs_snapshot.c 715 error = expunge(vp, xp, copy_fs, fullacct, BLK_NOCOPY);
954 * BLK_NOCOPY so that the snapshot knows that it need not copy them
1000 db_assign(ip, loc, BLK_NOCOPY);
1001 else if (db_get(ip, loc) == BLK_NOCOPY) {
1023 idb_assign(ip, ibp->b_data, indiroff, BLK_NOCOPY);
1024 else if (idb_get(ip, ibp->b_data, indiroff) == BLK_NOCOPY) {
1095 if (expungetype == BLK_NOCOPY || cancelip->i_nlink == 0)
1108 if (expungetype == BLK_NOCOPY || cancelip->i_nlink == 0)
1170 if (expungetype == BLK_NOCOPY)
1230 int exptype /* BLK_SNAP or BLK_NOCOPY */)
    [all...]
fs.h 193 * BLK_NOCOPY - A block that was unallocated at the time the snapshot
197 * are converted to BLK_NOCOPY. These are needed to allow fsck to
201 #define BLK_NOCOPY ((daddr_t)(1))
  /src/sbin/fsck_ffs/
pass1.c 510 if (blkno == BLK_NOCOPY || blkno == BLK_SNAP)

Completed in 16 milliseconds