Searched refs:compute_summary_at_mount (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c1393 static int compute_summary_at_mount = 0; /* Whether to recompute the summary at mount time */ variable
1394 SYSCTL_INT(_vfs_ffs, OID_AUTO, compute_summary_at_mount, CTLFLAG_RW,
1395 &compute_summary_at_mount, 0, "Recompute summary at mount");
2474 * by setting vfs.ffs.compute_summary_at_mount to one.
2476 if (compute_summary_at_mount == 0 || fs->fs_clean != 0)

Completed in 204 milliseconds