OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:id_fix
(Results
1 - 14
of
14
) sorted by relevancy
/src/sbin/fsck_lfs/
utilities.c
208
idesc.
id_fix
= IGNORE;
251
switch (idesc->
id_fix
) {
260
idesc->
id_fix
= FIX;
264
idesc->
id_fix
= NOFIX;
267
idesc->
id_fix
= FIX;
278
err(EEXIT, "UNKNOWN INODESC FIX MODE %d", idesc->
id_fix
);
fsck.h
91
enum fixstate
id_fix
; /* policy on fixing errors */
member in struct:inodesc
dir.c
189
if (idesc->
id_fix
== IGNORE)
229
if (idesc->
id_fix
== IGNORE)
540
idesc.
id_fix
= DONTKNOW;
567
idesc.
id_fix
= DONTKNOW;
inode.c
135
if (idesc->
id_fix
!= IGNORE)
136
idesc->
id_fix
= DONTKNOW;
/src/sbin/fsck_ext2fs/
utilities.c
428
idesc.
id_fix
= IGNORE;
469
switch (idesc->
id_fix
) {
478
idesc->
id_fix
= FIX;
482
idesc->
id_fix
= NOFIX;
485
idesc->
id_fix
= FIX;
496
errexit("UNKNOWN INODESC FIX MODE %d", idesc->
id_fix
);
fsck.h
119
enum fixstate
id_fix
; /* policy on fixing errors */
member in struct:inodesc
dir.c
211
if (idesc->
id_fix
== IGNORE)
242
if (idesc->
id_fix
== IGNORE)
510
idesc.
id_fix
= DONTKNOW;
535
idesc.
id_fix
= DONTKNOW;
inode.c
176
if (idesc->
id_fix
!= IGNORE)
177
idesc->
id_fix
= DONTKNOW;
/src/sbin/fsck_ffs/
utilities.c
496
idesc.
id_fix
= IGNORE;
537
switch (idesc->
id_fix
) {
546
idesc->
id_fix
= FIX;
550
idesc->
id_fix
= NOFIX;
553
idesc->
id_fix
= FIX;
564
errexit("UNKNOWN INODESC FIX MODE %d", idesc->
id_fix
);
dir.c
256
if (idesc->
id_fix
== IGNORE)
289
if (idesc->
id_fix
== IGNORE)
701
idesc.
id_fix
= DONTKNOW;
728
idesc.
id_fix
= DONTKNOW;
fsck.h
184
enum fixstate
id_fix
; /* policy on fixing errors */
member in struct:inodesc
pass5.c
199
idesc[i].
id_fix
= FIX;
inode.c
83
if (idesc->
id_fix
!= IGNORE)
84
idesc->
id_fix
= DONTKNOW;
/src/sbin/fsdb/
fsdb.c
556
idesc.
id_fix
= IGNORE;
1022
idesc.
id_fix
= IGNORE;
1132
idesc.
id_fix
= IGNORE;
1181
idesc.
id_fix
= IGNORE;
1234
idesc.
id_fix
= IGNORE;
Completed in 18 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025