table of contents
PATH_HAS_SUBMOUNTS(9) | The Linux VFS | PATH_HAS_SUBMOUNTS(9) |
NAME¶
path_has_submounts - check for mounts over a dentry in the current namespace.
SYNOPSIS¶
int path_has_submounts(const struct path * parent);
ARGUMENTS¶
parent
path to check.
DESCRIPTION¶
Return true if the parent or its subdirectories contain a mount point in the current namespace.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |