OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inostathead
(Results
1 - 8
of
8
) sorted by relevancy
/src/sbin/fsck_ffs/
main.c
93
struct inostatlist *
inostathead
;
variable in typeref:struct:inostatlist *
558
if (
inostathead
[cylno].il_stat != NULL)
559
free(
inostathead
[cylno].il_stat);
560
free(
inostathead
);
561
inostathead
= NULL;
pass1.c
151
inostathead
[c].il_numalloced = inosused;
153
inostathead
[c].il_stat = 0;
169
inostathead
[c].il_stat = info;
193
inostathead
[c].il_numalloced = ninosused;
195
free(
inostathead
[c].il_stat);
196
inostathead
[c].il_stat = 0;
215
inostathead
[c].il_stat = ninfo;
inode.c
734
if ((ino % sblock->fs_ipg) >=
inostathead
[cg].il_numalloced) {
737
MAX(2 *
inostathead
[cg].il_numalloced, 10));
744
memmove(info,
inostathead
[cg].il_stat,
745
inostathead
[cg].il_numalloced * sizeof(*info));
746
for (i =
inostathead
[cg].il_numalloced; i < newalloced; i++) {
749
if (
inostathead
[cg].il_numalloced)
750
free(
inostathead
[cg].il_stat);
751
inostathead
[cg].il_stat = info;
752
inostathead
[cg].il_numalloced = newalloced;
pass4.c
86
for (i = 0; i <
inostathead
[cg].il_numalloced; i++, inumber++) {
fsck.h
102
} *
inostathead
;
variable in typeref:struct:inostatlist *
setup.c
504
inostathead
= calloc((unsigned)(sblock->fs_ncg),
506
if (
inostathead
== NULL) {
507
pwarn("cannot alloc %u bytes for
inostathead
\n",
utilities.c
598
ilp = &
inostathead
[inum / sblock->fs_ipg];
/src/sbin/fsdb/
fsdb.c
85
struct inostatlist *
inostathead
;
variable in typeref:struct:inostatlist *
Completed in 18 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025