Lines Matching refs:filesys
63 static int checkfilesys(char *filesys);
64 static int setup_bkgrdchk(struct statfs *mntp, int sbrdfailed, char **filesys);
225 checkfilesys(char *filesys) in checkfilesys() argument
237 cdevname = filesys; in checkfilesys()
245 mntp = getmntpoint(filesys); in checkfilesys()
247 filesys = mntp->f_mntfromname; in checkfilesys()
249 filesys = blockcheck(filesys); in checkfilesys()
258 if (openfilesys(filesys) == 0 || readsb() == 0) in checkfilesys()
270 if (suj_check(filesys) == 0) in checkfilesys()
290 (nflag || (fswritefd = open(filesys, O_WRONLY)) < 0)) { in checkfilesys()
304 gjournal_check(filesys); in checkfilesys()
317 switch (setup_bkgrdchk(mntp, sbreadfailed, &filesys)) { in checkfilesys()
328 switch (setup(filesys)) { in checkfilesys()
350 if (suj_check(filesys) == 0) { in checkfilesys()
585 setup_bkgrdchk(struct statfs *mntp, int sbreadfailed, char **filesys) in setup_bkgrdchk() argument
711 *filesys = snapname; in setup_bkgrdchk()