Searched refs:UNWRITTEN (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/ufs/lfs/
H A Dlfs_balloc.c110 * 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...]
H A Dulfs_bmap.c73 * contain the magic value UNWRITTEN, which is -2. This is mishandled
81 if (val == (uint32_t)UNWRITTEN) {
82 return (uint64_t)(int64_t)UNWRITTEN;
H A Dlfs_segment.c1201 * If we are cleaning, ensure that we don't write UNWRITTEN disk
1207 * XXX By not writing UNWRITTEN blocks, we are making the lfs_avail
1226 if (lfs_dino_getdb(fs, cdp, i) == UNWRITTEN) {
1227 DLOG((DLOG_SEG, "lfs_writeinode: wiping UNWRITTEN\n"));
1232 if (lfs_dino_getib(fs, cdp, i) == UNWRITTEN) {
1233 DLOG((DLOG_SEG, "lfs_writeinode: wiping UNWRITTEN\n"));
1496 if (ooff == UNWRITTEN)
1510 if (ooff == UNWRITTEN)
1524 if (ooff == UNWRITTEN)
1531 KASSERT(ooff == 0 || ooff == UNWRITTEN || oof
[all...]
H A Dlfs.h520 #define UNWRITTEN -2 macro
H A Dlfs_vfsops.c1932 KASSERT(daddr0 == UNWRITTEN ||
1934 KASSERT(daddr1 == UNWRITTEN ||
/netbsd-current/sbin/fsck_lfs/
H A Dlfs.c1001 * to disk are given the new special disk address UNWRITTEN == -2, so that
1027 * Note, if the daddr is UNWRITTEN, the block already exists in
1073 bp->b_blkno = UNWRITTEN;
1077 lfs_dino_setdb(fs, ip->i_din, lbn, UNWRITTEN);
1121 UNWRITTEN);
1134 ibp->b_blkno = UNWRITTEN;
1142 * If that is the case mark it UNWRITTEN to
1148 indirs[i].in_off, UNWRITTEN);
1170 * disk address UNWRITTEN.
1175 bp->b_blkno = UNWRITTEN;
[all...]
H A Dsegwrite.c477 if (ooff == UNWRITTEN)
490 if (ooff == UNWRITTEN)
502 if (ooff == UNWRITTEN)
H A Dpass6.c288 if (idesc->id_blkno == UNWRITTEN)

Completed in 272 milliseconds