Searched refs:compute_summary_at_mount (Results 1 – 1 of 1) sorted by relevance
1333 static int compute_summary_at_mount = 0; variable 1334 SYSCTL_INT(_vfs_ffs, OID_AUTO, compute_summary_at_mount, CTLFLAG_RW,1335 &compute_summary_at_mount, 0, "Recompute summary at mount");2668 * by setting vfs.ffs.compute_summary_at_mount to one. in softdep_mount() 2670 if (compute_summary_at_mount == 0 || fs->fs_clean != 0) in softdep_mount()