OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNASSIGNED
(Results
1 - 6
of
6
) sorted by relevancy
/src/sbin/dump_lfs/
lfs_inode.c
233
up =
UNASSIGNED
; /* XXXGCC -Wuninitialized [sh3] */
236
return
UNASSIGNED
;
266
if(up ==
UNASSIGNED
|| up == LFS_UNUSED_DADDR)
267
return
UNASSIGNED
;
299
if(up ==
UNASSIGNED
|| up == LFS_UNUSED_DADDR)
300
return
UNASSIGNED
;
/src/sys/ufs/lfs/
lfs_balloc.c
106
* the special value
UNASSIGNED
== -1, as in historical FFS-related
278
if (daddr ==
UNASSIGNED
) {
300
if (daddr ==
UNASSIGNED
) {
412
* it is
UNASSIGNED
. Once we allocate it we will assign it the
415
if (daddr ==
UNASSIGNED
) {
lfs.h
518
/*
Unassigned
disk addresses. */
519
#define
UNASSIGNED
-1
lfs_rfw.c
238
if (odaddr ==
UNASSIGNED
) {
lfs_segment.c
1522
#define NOT_ON_DISK(daddr) ((daddr) == 0 || (daddr) ==
UNASSIGNED
|| (daddr) == UNWRITTEN)
2182
* there are any, replace them with copies that have
UNASSIGNED
/src/sbin/fsck_lfs/
lfs.c
1023
*
UNASSIGNED
== -1, as in the historical ULFS.
1132
if (daddr ==
UNASSIGNED
) {
1143
if (daddr ==
UNASSIGNED
) {
1194
* it is
UNASSIGNED
. Once we allocate it we will assign it the
1197
if (daddr ==
UNASSIGNED
) {
Completed in 21 milliseconds
Indexes created Fri Oct 17 22:10:11 GMT 2025