Searched refs:checkfilesys (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sbin/fsck_msdos/
H A Dmain.c129 erg = checkfilesys(*argv);
131 erg = checkfilesys(snap_dev);
136 erg = checkfilesys(*argv++);
H A Dext.h57 int checkfilesys(const char *);
H A Dcheck.c45 checkfilesys(const char *filename) function
/netbsd-current/sbin/fsck_lfs/
H A Dmain.c59 static int checkfilesys(const char *, char *, long, int);
179 int nret = checkfilesys(blockcheck(*argv++), 0, 0L, 0);
205 checkfilesys(const char *filesys, char *mntpt, long auxdata, int child) function
/netbsd-current/sbin/fsck_ffs/
H A Dmain.c145 static int checkfilesys(const char *, const char *, int);
330 nret = checkfilesys(blockcheck(snap_dev), path, 0);
335 nret = checkfilesys(path, path, 0);
365 checkfilesys(const char *filesys, const char *origfs, int child) function
/netbsd-current/sbin/fsck_ext2fs/
H A Dmain.c129 static int checkfilesys(const char *, char *, long, int);
208 int nret = checkfilesys(blockcheck(*argv++), 0, 0L, 0);
233 checkfilesys(const char *filesys, char *mntpt, long auxdata, int child) function
/netbsd-current/sbin/fsck_udf/
H A Dmain.c212 static int checkfilesys(char *given_dev);
4187 checkfilesys(char *given_dev) function
4404 erg = checkfilesys(*argv++);

Completed in 197 milliseconds