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

  /src/sys/ufs/lfs/
lfs_balloc.c 110 * written to disk are given the new special disk address UNWRITTEN ==
162 * Note, if the daddr is UNWRITTEN, the block already exists in
222 bp->b_blkno = UNWRITTEN;
240 lfs_dino_setdb(fs, ip->i_din, lbn, UNWRITTEN);
307 * to UNWRITTEN to indicate that it exists but doesn't
313 lfs_dino_setib(fs, ip->i_din, indirs[0].in_off, UNWRITTEN);
345 * UNWRITTEN.
348 ibp->b_blkno = UNWRITTEN;
362 * so, set it to UNWRITTEN. This keeps
367 UNWRITTEN);
    [all...]
ulfs_bmap.c 73 * contain the magic value UNWRITTEN, which is -2. This is mishandled
81 if (val == (uint32_t)UNWRITTEN) {
82 return (uint64_t)(int64_t)UNWRITTEN;
lfs_segment.c 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
    [all...]
lfs.h 520 #define UNWRITTEN -2
lfs_vfsops.c 2031 KASSERT(daddr0 == UNWRITTEN ||
2033 KASSERT(daddr1 == UNWRITTEN ||
  /src/sbin/fsck_lfs/
lfs.c 1026 * to disk are given the new special disk address UNWRITTEN == -2, so that
1052 * Note, if the daddr is UNWRITTEN, the block already exists in
1098 bp->b_blkno = UNWRITTEN;
1102 lfs_dino_setdb(fs, ip->i_din, lbn, UNWRITTEN);
1146 UNWRITTEN);
1159 ibp->b_blkno = UNWRITTEN;
1167 * If that is the case mark it UNWRITTEN to
1173 indirs[i].in_off, UNWRITTEN);
1195 * disk address UNWRITTEN.
1200 bp->b_blkno = UNWRITTEN;
    [all...]
segwrite.c 477 if (ooff == UNWRITTEN)
490 if (ooff == UNWRITTEN)
502 if (ooff == UNWRITTEN)
pass6.c 288 if (idesc->id_blkno == UNWRITTEN)

Completed in 19 milliseconds