Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dnamei.h89 extern int follow_up(struct path *);
Dieee80211.h1399 u8 follow_up; member
1413 u8 follow_up; member
/Linux-v6.6/fs/devpts/
Dinode.c162 if (follow_up(&path) == 0) in devpts_mntget()
/Linux-v6.6/fs/autofs/
Ddev-ioctl.c204 if (!follow_up(&path)) in find_autofs_mount()
/Linux-v6.6/security/landlock/
Dfs.c608 if (follow_up(&walker_path)) { in is_access_to_paths_allowed()
/Linux-v6.6/fs/nfsd/
Dvfs.c184 while (path->dentry == path->mnt->mnt_root && follow_up(path)) in follow_to_parent()
Dnfs4xdr.c2705 if (follow_up(&cur)) in nfsd4_encode_path()
2897 while (follow_up(&path)) { in nfsd4_get_mounted_on_ino()
/Linux-v6.6/fs/
Dnamei.c1274 int follow_up(struct path *path) in follow_up() function
1295 EXPORT_SYMBOL(follow_up);