Home
last modified time | relevance | path

Searched refs:FSOK (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sbin/fsck_msdosfs/
Dfat.c139 return FSOK; in bitmap_ctor()
370 return (FSOK); in fat_flush_fat32_cache_entry()
382 return (FSOK); in fat_flush_fat32_cache_entry()
421 if (fat_flush_fat32_cache_entry(fat, entry) != FSOK) { in fat_get_fat32_cache_entry()
489 return FSOK; in fat_set_fat32_cached_next()
684 ret = FSOK; in cleardirty()
813 int ret = FSOK; in readfat()
859 true) != FSOK) { in readfat()
1079 return FSOK; in checkchain()
1149 ret = FSOK; in copyfat()
[all …]
Ddir.c225 int ret = FSOK; in resetDosDirSection()
346 return FSOK; in delete()
390 int ret = FSOK; in checksize()
452 return FSOK; in checksize()
469 int retval = FSOK; in check_subdirectory()
548 int mod = FSOK; in readDosDirSection()
560 return FSOK; in readDosDirSection()
Dext.h71 #define FSOK 0 /* Check was OK */ macro
Dboot.c52 int ret = FSOK; in readboot()