Lines Matching refs:BLK_NOCOPY
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 */)
1245 int expungetype /* BLK_SNAP or BLK_NOCOPY */)
1261 if (blkno == 0 || blkno == BLK_NOCOPY || blkno == BLK_SNAP)
1277 * find a block marked BLK_NOCOPY, then it is
1281 if (expungetype == BLK_SNAP && blkno == BLK_NOCOPY) {
1331 if (blkno == 0 || blkno == BLK_NOCOPY)
1478 * Clear all BLK_NOCOPY fields. Pass any block claims to other
1483 if (dblk == BLK_NOCOPY || dblk == BLK_SNAP)
1504 if (dblk == BLK_NOCOPY || dblk == BLK_SNAP)
1535 * either a BLK_NOCOPY or has already been copied in all of the snapshots.
1546 * must always have been allocated from a BLK_NOCOPY location.
1606 * so it will be freed and become a BLK_NOCOPY
1612 db_assign(ip, lbn, BLK_NOCOPY);
1616 BLK_NOCOPY);
1627 } else /* BLK_NOCOPY or default */ {