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