Searched refs:path_connected (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/
H A Dnamei.c645 * path_connected - Verify that a dentry is below mnt.mnt_root
650 * mount, path_connected allows those cases to be detected.
652 static bool path_connected(struct vfsmount *mnt, struct dentry *dentry) function
1905 if (unlikely(!path_connected(nd->path.mnt, parent)))
1937 if (unlikely(!path_connected(nd->path.mnt, parent))) {
2900 if (unlikely(!path_connected(path->mnt, parent))) {

Completed in 367 milliseconds