Searched refs:filesys (Results 1 – 8 of 8) sorted by relevance
63 static int checkfilesys(char *filesys);64 static int setup_bkgrdchk(struct statfs *mntp, int sbrdfailed, char **filesys);225 checkfilesys(char *filesys) in checkfilesys() argument237 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()[all …]
63 gjournal_check(const char *filesys) in gjournal_check() argument
510 void gjournal_check(const char *filesys);548 int suj_check(const char *filesys);
2377 suj_check(const char *filesys) in suj_check() argument2451 printf("** SU+J Recovering %s\n", filesys); in suj_check()
7 filesys
252 atf_check -s exit:0 ugidfw set 1 subject uid $uidrange object filesys / mode rasx256 atf_check -s exit:0 ugidfw set 1 subject uid $uidrange object filesys mnt mode rasx
1426 typeset filesys="$1"1428 if ! $ZDB -ivv $filesys | $GREP "ZIL header"; then1442 typeset filesys="$2"1450 log_note "Calling $ZDB to verify filesystem '$filesys'"1461 $ZDB -cudi $filesys > $zdbout 2>&11463 log_note "Output: $ZDB -cudi $filesys"1465 log_fail "$ZDB detected errors with: '$filesys'"
1789 typeset filesys="$2"1797 log_note "Calling zdb to verify filesystem '$filesys'"1809 if ! zdb -cudi $filesys > $zdbout 2>&1; then1810 log_note "Output: zdb -cudi $filesys"1813 log_fail "zdb detected errors with: '$filesys'"