| /src/sbin/fsck_ffs/ | 
| main.c | 310 		int nret;  local in function:main 330 			nret = checkfilesys(blockcheck(snap_dev), path, 0);
 331 			if (ret < nret)
 332 				ret = nret;
 335 			nret = checkfilesys(path, path, 0);
 336 			if (ret < nret)
 337 				ret = nret;
 
 | 
| /src/sbin/fsck_lfs/ | 
| main.c | 183 		int nret = checkfilesys(blockcheck(*argv++), 0, 0L, 0);  local in function:main 184 		if (ret < nret)
 185 			ret = nret;
 
 | 
| /src/sbin/fsck_ext2fs/ | 
| main.c | 208 		int nret = checkfilesys(blockcheck(*argv++), 0, 0L, 0);  local in function:main 209 		if (ret < nret)
 210 			ret = nret;
 
 |