Home
last modified time | relevance | path

Searched refs:softupdates (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/usr.sbin/sade/
Dlabel.c381 pi->newfs_data.newfs_ufs.softupdates = strcmp(mpoint, "/"); in new_part()
503 NEWFS_UFS_CMD, p->newfs_data.newfs_ufs.softupdates ? "-U" : "", in getNewfsCmd()
747 if (pi->newfs_data.newfs_ufs.softupdates) in print_label_chunks()
1211 pi->newfs_data.newfs_ufs.softupdates = in diskLabel()
1212 !pi->newfs_data.newfs_ufs.softupdates; in diskLabel()
1666 pi->newfs_data.newfs_ufs.softupdates = soft; in diskLabelNonInteractive()
Dinstall.c88 pi->newfs_data.newfs_ufs.softupdates ? "-U" : "", in performNewfs()
Dsade.h232 Boolean softupdates; member
/freebsd-9-stable/usr.sbin/sysinstall/
Dlabel.c386 pi->newfs_data.newfs_ufs.softupdates = strcmp(mpoint, "/"); in new_part()
504 NEWFS_UFS_CMD, p->newfs_data.newfs_ufs.softupdates ? "-U" : "", in getNewfsCmd()
748 if (pi->newfs_data.newfs_ufs.softupdates) in print_label_chunks()
1197 pi->newfs_data.newfs_ufs.softupdates = in diskLabel()
1198 !pi->newfs_data.newfs_ufs.softupdates; in diskLabel()
1655 pi->newfs_data.newfs_ufs.softupdates = soft; in diskLabelNonInteractive()
Dinstall.cfg62 # and with softupdates enabled (non-zero arg following mountpoint).
Dinstall.c1002 pi->newfs_data.newfs_ufs.softupdates ? "-U" : "",
1115 root->newfs_data.newfs_ufs.softupdates) {
Dsysinstall.h333 Boolean softupdates; member
/freebsd-9-stable/usr.sbin/sade/help/
Dpartition.hlp121 to later turn the softupdates policy back off, use the command
/freebsd-9-stable/usr.sbin/sysinstall/help/
Dpartition.hlp121 to later turn the softupdates policy back off, use the command
/freebsd-9-stable/contrib/sendmail/src/
DTUNING63 using softupdates or turning on the noatime mount option. If this
/freebsd-9-stable/sys/ufs/ffs/
Dffs_softdep.c623 FEATURE(softupdates, "FFS soft-updates support");