Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnamei.h81 extern int follow_up(struct path *);
Dieee80211.h1326 u8 follow_up; member
1340 u8 follow_up; member
/linux-6.1.9/fs/devpts/
Dinode.c180 if (follow_up(&path) == 0) in devpts_mntget()
/linux-6.1.9/fs/autofs/
Ddev-ioctl.c204 if (!follow_up(&path)) in find_autofs_mount()
/linux-6.1.9/security/landlock/
Dfs.c598 if (follow_up(&walker_path)) { in check_access_path_dual()
/linux-6.1.9/fs/nfsd/
Dvfs.c117 while (path->dentry == path->mnt->mnt_root && follow_up(path)) in follow_to_parent()
Dnfs4xdr.c2626 if (follow_up(&cur)) in nfsd4_encode_path()
2818 while (follow_up(&path)) { in nfsd4_get_mounted_on_ino()
/linux-6.1.9/fs/
Dnamei.c1267 int follow_up(struct path *path) in follow_up() function
1288 EXPORT_SYMBOL(follow_up);