Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnamei.h75 extern int follow_up(struct path *);
Dieee80211.h1290 u8 follow_up; member
/Linux-v5.15/security/landlock/
Dfs.c281 if (follow_up(&walker_path)) { in check_access_path()
/Linux-v5.15/fs/devpts/
Dinode.c180 if (follow_up(&path) == 0) in devpts_mntget()
/Linux-v5.15/fs/autofs/
Ddev-ioctl.c204 if (!follow_up(&path)) in find_autofs_mount()
/Linux-v5.15/fs/nfsd/
Dvfs.c117 while (path->dentry == path->mnt->mnt_root && follow_up(path)) in follow_to_parent()
Dnfs4xdr.c2587 if (follow_up(&cur)) in nfsd4_encode_path()
2778 while (follow_up(&path)) { in get_parent_attributes()
/Linux-v5.15/fs/
Dnamei.c1215 int follow_up(struct path *path) in follow_up() function
1236 EXPORT_SYMBOL(follow_up);