Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Dfat.c137 return FSOK; in bitmap_ctor()
368 return (FSOK); in fat_flush_fat32_cache_entry()
380 return (FSOK); in fat_flush_fat32_cache_entry()
419 if (fat_flush_fat32_cache_entry(fat, entry) != FSOK) { in fat_get_fat32_cache_entry()
487 return FSOK; in fat_set_fat32_cached_next()
682 ret = FSOK; in cleardirty()
811 int ret = FSOK; in readfat()
857 true) != FSOK) { in readfat()
1088 return FSOK; in checkchain()
1158 ret = FSOK; in copyfat()
[all …]
H A Ddir.c223 int ret = FSOK; in resetDosDirSection()
344 return FSOK; in delete()
388 int ret = FSOK; in checksize()
463 return FSOK; in checksize()
480 int retval = FSOK; in check_subdirectory()
559 int mod = FSOK; in readDosDirSection()
571 return FSOK; in readDosDirSection()
H A Dext.h70 #define FSOK 0 /* Check was OK */ macro
H A Dboot.c50 int ret = FSOK; in readboot()