Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Dboot.c54 return FSFATAL; in readboot()
60 return FSFATAL; in readboot()
74 return FSFATAL; in readboot()
81 return FSFATAL; in readboot()
89 return FSFATAL; in readboot()
96 return FSFATAL; in readboot()
111 return FSFATAL; in readboot()
122 return FSFATAL; in readboot()
139 return FSFATAL; in readboot()
142 return FSFATAL; in readboot()
[all …]
H A Dcheck.c79 if (readboot(dosfs, &boot) == FSFATAL) { in checkfilesys()
97 if (mod & FSFATAL) { in checkfilesys()
107 if (mod & FSFATAL) in checkfilesys()
112 if (mod & FSFATAL) in checkfilesys()
119 if (mod & FSFATAL) in checkfilesys()
126 if (mod & FSFATAL) in checkfilesys()
176 if (mod & (FSFATAL | FSERROR)) in checkfilesys()
H A Ddir.c234 return FSFATAL; in resetDosDirSection()
240 return FSFATAL; in resetDosDirSection()
247 return FSFATAL; in resetDosDirSection()
254 return FSFATAL; in resetDosDirSection()
321 return FSFATAL; in delete()
325 return FSFATAL; in delete()
333 return FSFATAL; in delete()
337 return FSFATAL; in delete()
369 endcl == curcl) == FSFATAL) in removede()
370 return FSFATAL; in removede()
[all …]
H A Dfat.c129 return FSFATAL; in bitmap_ctor()
376 return (FSFATAL); in fat_flush_fat32_cache_entry()
489 return FSFATAL; in fat_set_fat32_cached_next()
509 return FSFATAL; in fat_set_cl_next()
514 return FSFATAL; in fat_set_cl_next()
818 return FSFATAL; in readfat()
826 return FSFATAL; in readfat()
853 return FSFATAL; in readfat()
862 return FSFATAL; in readfat()
1006 if (ret & FSFATAL) { in readfat()
[all …]
H A Dext.h75 #define FSFATAL 16 /* Some unrecoverable error occurred */ macro