Home | History | Annotate | Download | only in lfs

Lines Matching refs:UNWRITTEN

1219 	 * If we are cleaning, ensure that we don't write UNWRITTEN disk
1225 * XXX By not writing UNWRITTEN blocks, we are making the lfs_avail
1244 if (lfs_dino_getdb(fs, cdp, i) == UNWRITTEN) {
1245 DLOG((DLOG_SEG, "lfs_writeinode: wiping UNWRITTEN\n"));
1250 if (lfs_dino_getib(fs, cdp, i) == UNWRITTEN) {
1251 DLOG((DLOG_SEG, "lfs_writeinode: wiping UNWRITTEN\n"));
1522 #define NOT_ON_DISK(daddr) ((daddr) == 0 || (daddr) == UNASSIGNED || (daddr) == UNWRITTEN)
1588 KASSERT(ooff == 0 || ooff == UNWRITTEN || ooff == daddr);
2181 * If we are cleaning, check indirect blocks for UNWRITTEN, and if
2207 * Check and replace indirect block UNWRITTEN bogosity.
2227 if (lfs_iblock_get(fs, newbp->b_data, ibindex) == UNWRITTEN) {
2238 DLOG((DLOG_SEG, "lfs_writeseg: replacing UNWRITTEN(%d):"