Searched refs:ForceOpt (Results 1 – 17 of 17) sorted by relevance
| /dflybsd-src/sbin/fsck_hammer2/ |
| H A D | reconstruct.c | 63 static bool ForceOpt = false; variable 169 if (ForceOpt) in modify_volume_header() 173 printf("%s%016jx %s\n", ForceOpt ? "Modified " : "", in modify_volume_header() 181 if (ForceOpt) in modify_volume_header() 185 printf("%s%016jx %s\n", ForceOpt ? "Modified " : "", in modify_volume_header() 193 if (ForceOpt) in modify_volume_header() 197 printf("%s%016jx %s\n", ForceOpt ? "Modified " : "", in modify_volume_header() 201 if (found && ForceOpt) { in modify_volume_header() 391 if (ForceOpt) in modify_blockref() 459 if (ForceOpt) in modify_check() [all …]
|
| H A D | destroy.c | 67 static bool ForceOpt = false; variable 289 if (ForceOpt) { in modify_inode() 295 printf("%sinode# 0x%016jx -> 0x%016jx\n", ForceOpt ? "Modified " : "", in modify_inode() 332 if (ForceOpt) { in modify_dirent_embedded() 342 ForceOpt ? "Modified " : "", in modify_dirent_embedded() 391 if (ForceOpt) { in modify_dirent() 408 ForceOpt ? "Modified " : "", in modify_dirent() 486 ForceOpt = true; in main()
|
| H A D | fsck_hammer2.c | 47 int ForceOpt; variable 119 ForceOpt = 1; in main()
|
| H A D | fsck_hammer2.h | 41 extern int ForceOpt;
|
| H A D | test.c | 959 if (ForceOpt) in verify_blockref() 1291 if (!ForceOpt) in test_hammer2() 1298 if (!ForceOpt) in test_hammer2() 1305 if (!ForceOpt) in test_hammer2() 1311 if (!ForceOpt) in test_hammer2()
|
| /dflybsd-src/sbin/newfs_hammer/ |
| H A D | newfs_hammer.c | 53 static int ForceOpt; variable 91 ForceOpt = 1; in main() 197 if (trim_volume(volume) == -1 && ForceOpt == 0) { in main() 325 if (ForceOpt == 0) { in test_header_junk_size() 345 if (ForceOpt == 0) { in test_boot_area_size() 365 if (ForceOpt == 0) { in test_memory_log_size() 390 if (ForceOpt == 0) { in test_undo_buffer_size() 609 if (freebytes < 10*GIG && ForceOpt == 0) { in format_volume()
|
| /dflybsd-src/bin/cpdup/ |
| H A D | cpdup.c | 142 int ForceOpt; variable 209 ForceOpt = 1; in main() 628 if (ForceOpt || ValidateOpt) { in checkHLPath() 816 if (ForceOpt == 0 && in DoCopy() 1034 if (ForceOpt || !OwnerMatch(stat1, &st2)) in DoCopy() 1042 if (ForceOpt || mtimecmp(stat1, &st2) != 0) { in DoCopy() 1239 if (ForceOpt || n1 != n2 || bcmp(link1, link2, n1) != 0 || in DoCopy() 1321 if (ForceOpt || in DoCopy()
|
| H A D | cpdup.h | 75 extern int ForceOpt;
|
| /dflybsd-src/sbin/hammer2/ |
| H A D | main.c | 41 int ForceOpt; variable 78 ForceOpt = 1; in main()
|
| H A D | hammer2.h | 121 extern int ForceOpt;
|
| /dflybsd-src/sbin/hammer/ |
| H A D | hammer.c | 55 int ForceOpt; variable 209 ForceOpt = 1; in main()
|
| H A D | hammer.h | 64 extern int ForceOpt;
|
| H A D | cmd_volume.c | 131 if (ForceOpt) in hammer_cmd_volume_del()
|
| H A D | cmd_cleanup.c | 777 if (ForceOpt) in check_period()
|
| /dflybsd-src/usr.bin/dsynth/ |
| H A D | dsynth.c | 45 int ForceOpt; variable 115 ++ForceOpt; in main()
|
| H A D | dsynth.h | 533 extern int ForceOpt;
|
| H A D | pkglist.c | 532 if (ForceOpt) { in processPackageListBulk()
|