Home
last modified time | relevance | path

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

/src/usr.sbin/makefs/
H A Dffs.h69 int softupdates; /* soft updates */ member
H A Dffs.c180 { 's', "softupdates", &ffs_opts->softupdates, OPT_INT32, in ffs_prep_opts()
197 ffs_opts->softupdates = 0; in ffs_prep_opts()
/src/release/
H A DMakefile.firecracker58 makefs -s ${FCROOTFSSZ} -o label=rootfs -o version=2 -o softupdates=1 \
/src/release/tools/
H A Dvmimage.subr328 cd ${DESTDIR} && ${MAKEFS} ${MAKEFSARGS} -o label=rootfs -o version=2 -o softupdates=1 \
/src/contrib/sendmail/src/
H A DTUNING63 using softupdates or turning on the noatime mount option. If this
/src/usr.sbin/makefs/ffs/
H A Dmkfs.c302 if (ffs_opts->softupdates == 1) in ffs_mkfs()
/src/sys/ufs/ffs/
H A Dffs_softdep.c575 FEATURE(softupdates, "FFS soft-updates support");