Home
last modified time | relevance | path

Searched refs:follow_up (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dnamei.h86 extern int follow_up(struct path *);
H A Dieee80211.h1548 u8 follow_up; member
1562 u8 follow_up; member
/linux/fs/autofs/
H A Ddev-ioctl.c209 if (!follow_up(&path)) in find_autofs_mount()
/linux/security/landlock/
H A Dfs.c901 if (follow_up(&walker_path)) { in is_access_to_paths_allowed()
/linux/fs/nfsd/
H A Dvfs.c185 while (path->dentry == path->mnt->mnt_root && follow_up(path)) in follow_to_parent()
H A Dnfs4xdr.c2733 if (follow_up(&cur)) in nfsd4_encode_pathname4()
2890 while (follow_up(&path)) { in nfsd4_get_mounted_on_ino()
/linux/fs/
H A Dnamei.c1350 * follow_up - Find the mountpoint of path's vfsmount
1359 int follow_up(struct path *path) in follow_up() function
1380 EXPORT_SYMBOL(follow_up);