1. NAME

have_submounts - check for mounts over a dentry

2. SYNOPSIS

int have_submounts(struct dentry *  parent );

3. ARGUMENTS

parent
    dentry to check.

4. DESCRIPTION

Return true if the parent or its subdirectories contain a mount point

5. COPYRIGHT