Home
last modified time | relevance | path

Searched refs:ForceOpt (Results 1 – 17 of 17) sorted by relevance

/dragonfly/sbin/fsck_hammer2/
H A Dreconstruct.c169 if (ForceOpt) in modify_volume_header()
181 if (ForceOpt) in modify_volume_header()
193 if (ForceOpt) in modify_volume_header()
201 if (found && ForceOpt) { in modify_volume_header()
391 if (ForceOpt) in modify_blockref()
459 if (ForceOpt) in modify_check()
467 if (ForceOpt) in modify_check()
481 if (ForceOpt) in modify_check()
492 if (ForceOpt) in modify_check()
500 if (ForceOpt) { in modify_check()
[all …]
H A Ddestroy.c67 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 Dfsck_hammer2.c47 int ForceOpt; variable
119 ForceOpt = 1; in main()
H A Dfsck_hammer2.h41 extern int ForceOpt;
H A Dtest.c993 if (ForceOpt) in verify_blockref()
1325 if (!ForceOpt) in test_hammer2()
1332 if (!ForceOpt) in test_hammer2()
1339 if (!ForceOpt) in test_hammer2()
1345 if (!ForceOpt) in test_hammer2()
/dragonfly/sbin/newfs_hammer/
H A Dnewfs_hammer.c53 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()
/dragonfly/bin/cpdup/
H A Dcpdup.c142 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 Dcpdup.h75 extern int ForceOpt;
/dragonfly/sbin/hammer2/
H A Dmain.c41 int ForceOpt; variable
78 ForceOpt = 1; in main()
H A Dhammer2.h121 extern int ForceOpt;
/dragonfly/sbin/hammer/
H A Dhammer.c55 int ForceOpt; variable
209 ForceOpt = 1; in main()
H A Dhammer.h64 extern int ForceOpt;
H A Dcmd_volume.c131 if (ForceOpt) in hammer_cmd_volume_del()
H A Dcmd_cleanup.c777 if (ForceOpt) in check_period()
/dragonfly/usr.bin/dsynth/
H A Ddsynth.c45 int ForceOpt; variable
115 ++ForceOpt; in main()
H A Ddsynth.h533 extern int ForceOpt;
H A Dpkglist.c532 if (ForceOpt) { in processPackageListBulk()