Home
last modified time | relevance | path

Searched refs:filesys (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/fsck_ffs/
H A Dmain.c63 static int checkfilesys(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()
270 if (suj_check(filesys) == 0) in checkfilesys()
304 gjournal_check(filesys); in checkfilesys()
328 switch (setup(filesys)) { in checkfilesys()
350 if (suj_check(filesys) == 0) { in checkfilesys()
[all …]
H A Dgjournal.c63 gjournal_check(const char *filesys) in gjournal_check() argument
H A Dfsck.h514 void gjournal_check(const char *filesys);
552 int suj_check(const char *filesys);
H A Dsuj.c2377 suj_check(const char *filesys) in suj_check() argument
2451 printf("** SU+J Recovering %s\n", filesys); in suj_check()
/freebsd/etc/mtree/
H A DBSD.release.dist7 filesys
/freebsd/tests/sys/mac/bsdextended/
H A Dmatches_test.sh252 atf_check -s exit:0 ugidfw set 1 subject uid $uidrange object filesys / mode rasx
256 atf_check -s exit:0 ugidfw set 1 subject uid $uidrange object filesys mnt mode rasx
/freebsd/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib1426 typeset filesys="$1"
1428 if ! $ZDB -ivv $filesys | $GREP "ZIL header"; then
1442 typeset filesys="$2"
1450 log_note "Calling $ZDB to verify filesystem '$filesys'"
1461 $ZDB -cudi $filesys > $zdbout 2>&1
1463 log_note "Output: $ZDB -cudi $filesys"
1465 log_fail "$ZDB detected errors with: '$filesys'"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib1759 typeset filesys="$2"
1767 log_note "Calling zdb to verify filesystem '$filesys'"
1779 if ! zdb -cudi $filesys > $zdbout 2>&1; then
1780 log_note "Output: zdb -cudi $filesys"
1783 log_fail "zdb detected errors with: '$filesys'"