Searched refs:recursive_forced_unmount (Results 1 – 1 of 1) sorted by relevance
89 static bool recursive_forced_unmount = false; variable 90 SYSCTL_BOOL(_vfs, OID_AUTO, recursive_forced_unmount, CTLFLAG_RW,91 &recursive_forced_unmount, 0, "Recursively unmount stacked upper mounts"2193 if (recursive_forced_unmount && ((flags & MNT_FORCE) != 0)) in dounmount()