Searched refs:UFS_NOHASHFAIL (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_subr.c | 290 if ((flags & (UFS_NOMSG | UFS_NOHASHFAIL)) == in readsuper() 291 (UFS_NOMSG | UFS_NOHASHFAIL)) in readsuper() 299 (flags & UFS_NOHASHFAIL) != 0 ? " (Ignored)" : ""); in readsuper() 311 (flags & UFS_NOHASHFAIL) ? " (Ignored)" : ""); in readsuper() 312 if ((flags & UFS_NOHASHFAIL) != 0) in readsuper() 833 flags |= UFS_NOHASHFAIL; in ffs_sbsearch() 844 flags = UFS_FSRONLY | UFS_NOHASHFAIL | UFS_NOCSUM | UFS_NOMSG; in ffs_sbsearch()
|
H A D | fs.h | 94 * UFS_NOHASHFAIL will note that the check hash is wrong but will still 100 * superblock. It includes UFS_NOHASHFAIL. UFS_NOWARNFAIL is used by 109 #define UFS_NOHASHFAIL 0x0001 /* Ignore check-hash failure */ macro
|
/freebsd/sys/geom/label/ |
H A D | g_label_ufs.c | 141 UFS_NOHASHFAIL | UFS_NOCSUM | UFS_NOMSG, M_GEOM, g_use_g_read_data) in g_label_ufs_taste_common()
|
/freebsd/sbin/fsck_ffs/ |
H A D | setup.c | 436 if (sbget(fsreadfd, &fs, UFS_STDSB, UFS_NOMSG | UFS_NOHASHFAIL) == 0) { in readsb()
|
/freebsd/stand/libsa/ |
H A D | ufs.c | 529 if ((rc = ffs_sbget(f, &fs, UFS_STDSB, UFS_NOHASHFAIL, "stand", in ufs_open()
|