OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
1187
* If we are cleaning, ensure that we don't write
UNWRITTEN
disk
1193
* XXX By not writing
UNWRITTEN
blocks, we are making the lfs_avail
1212
if (lfs_dino_getdb(fs, cdp, i) ==
UNWRITTEN
) {
1213
DLOG((DLOG_SEG, "lfs_writeinode: wiping
UNWRITTEN
\n"));
1218
if (lfs_dino_getib(fs, cdp, i) ==
UNWRITTEN
) {
1219
DLOG((DLOG_SEG, "lfs_writeinode: wiping
UNWRITTEN
\n"));
1507
#define NOT_ON_DISK(daddr) ((daddr) == 0 || (daddr) == UNASSIGNED || (daddr) ==
UNWRITTEN
)
1577
KASSERT(ooff == 0 || ooff ==
UNWRITTEN
|| ooff == daddr);
2157
* If we are cleaning, check indirect blocks for
UNWRITTEN
, and if
2183
* Check and replace indirect block
UNWRITTEN
bogosity
[
all
...]
lfs.h
520
#define
UNWRITTEN
-2
lfs_vfsops.c
2089
KASSERT(daddr0 ==
UNWRITTEN
||
2091
KASSERT(daddr1 ==
UNWRITTEN
||
/src/sbin/fsck_lfs/
lfs.c
1020
* to disk are given the new special disk address
UNWRITTEN
== -2, so that
1046
* Note, if the daddr is
UNWRITTEN
, the block already exists in
1092
bp->b_blkno =
UNWRITTEN
;
1096
lfs_dino_setdb(fs, ip->i_din, lbn,
UNWRITTEN
);
1140
UNWRITTEN
);
1153
ibp->b_blkno =
UNWRITTEN
;
1161
* If that is the case mark it
UNWRITTEN
to
1167
indirs[i].in_off,
UNWRITTEN
);
1189
* disk address
UNWRITTEN
.
1194
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 45 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026