Home
last modified time | relevance | path

Searched refs:NOFIX (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c1041 idesc.id_fix = NOFIX; in cleardirentry()
1459 idesc.id_fix = NOFIX; in lookup_dotdot_ino()
1481 idesc.id_fix = NOFIX; in lookup_named_ino()
1524 idelayed.id_fix = NOFIX; in mark_delayed_inodes()
H A Dutilities.c706 idesc.id_fix = NOFIX; in getpathname()
731 idesc.id_fix = NOFIX; in getpathname()
751 idesc.id_fix = NOFIX; in getpathname()
865 idesc->id_fix = NOFIX; in dofix()
876 case NOFIX: in dofix()
H A Dfsck.h136 DONTKNOW, NOFIX, FIX, IGNORE enumerator
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c485 idesc->id_fix = NOFIX; in dofix()
494 case NOFIX: in dofix()
H A Dfsck.h111 enum fixstate {DONTKNOW, NOFIX, FIX}; enumerator