Home
last modified time | relevance | path

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

/openbsd/src/sbin/fsck_msdos/
Dfat.c51 return (FSOK); in checkclnum()
55 return (FSOK); in checkclnum()
69 return (FSOK); in checkclnum()
82 int ret = FSOK; in readfat()
279 int ret = FSOK; in comparefat()
437 int ret = FSOK; in writefat()
515 int mod = FSOK; in checklost()
Dext.h62 #define FSOK 0 /* Check was OK */ macro
Ddir.c214 int ret = FSOK; in resetDosDirSection()
317 return (FSOK); in delete()
402 return (FSOK); in checksize()
423 int mod = FSOK; in readDosDirSection()
431 return (FSOK); in readDosDirSection()
Dcheck.c87 if (readboot(dosfs, &boot) != FSOK) { in checkfilesys()
Dboot.c46 int ret = FSOK, secsize = lab.d_secsize, fsinfosz; in readboot()