1PATH_HAS_SUBMOUNTS(9) The Linux VFS PATH_HAS_SUBMOUNTS(9)
23
4
NAME
6path_has_submounts - check for mounts over a dentry in the current
7namespace.
8
SYNOPSIS
10int path_has_submounts(const struct path * parent);
11
ARGUMENTS
13parent
14path to check.
15
DESCRIPTION
17Return true if the parent or its subdirectories contain a mount point
18in the current namespace.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 PATH_HAS_SUBMOUNTS(9)