OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldhead
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_alloc.c
126
ino_t
oldhead
, maxino, tail;
local
174
LFS_GET_HEADFREE(fs, cip, cbp, &
oldhead
);
177
DLOG((DLOG_ALLOC, "
oldhead
=%jd, i=%jd, xmax=%jd, oldtail=%jd\n",
178
(intmax_t)
oldhead
, (intmax_t)i, (intmax_t)xmax,
203
ifp64->if_nextfree =
oldhead
;
212
ifp32->if_nextfree =
oldhead
;
221
ifp_v1->if_nextfree =
oldhead
;
/src/sbin/fsck_lfs/
pass6.c
470
ino_t ino, nextfree,
oldhead
;
local
493
LFS_GET_HEADFREE(fs, cip, cbp, &
oldhead
);
494
if (
oldhead
== thisino) {
502
ino =
oldhead
;
Completed in 15 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026