Searched refs:softupdates (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/makefs/ |
H A D | ffs.h | 69 int softupdates; /* soft updates */ member
|
H A D | ffs.c | 180 { 's', "softupdates", &ffs_opts->softupdates, OPT_INT32, in ffs_prep_opts() 181 0, 1, "enable softupdates" }, in ffs_prep_opts() 197 ffs_opts->softupdates = 0; in ffs_prep_opts()
|
H A D | ffs.c | 180 { 's', "softupdates", &ffs_opts->softupdates, OPT_INT32, in ffs_prep_opts() 181 0, 1, "enable softupdates" }, in ffs_prep_opts() 197 ffs_opts->softupdates = 0; in ffs_prep_opts()
|
/freebsd/release/ |
H A D | Makefile.firecracker | 58 makefs -s ${FCROOTFSSZ} -o label=rootfs -o version=2 -o softupdates=1 \
|
/freebsd/release/tools/ |
H A D | vmimage.subr | 211 cd ${DESTDIR} && makefs ${MAKEFSARGS} -o label=rootfs -o version=2 -o softupdates=1 \
|
/freebsd/contrib/sendmail/src/ |
H A D | TUNING | 63 using softupdates or turning on the noatime mount option. If this
|
/freebsd/usr.sbin/makefs/ffs/ |
H A D | mkfs.c | 302 if (ffs_opts->softupdates == 1) in ffs_mkfs()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_softdep.c | 575 FEATURE(softupdates, "FFS soft-updates support"); 6711 * Contrary to normal softupdates, we must preserve the block pointers in
|