Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dnamei.h85 extern int follow_up(struct path *);
Dieee80211.h1499 u8 follow_up; member
1513 u8 follow_up; member
/linux-6.12.1/fs/devpts/
Dinode.c161 if (follow_up(&path) == 0) in devpts_mntget()
/linux-6.12.1/fs/autofs/
Ddev-ioctl.c209 if (!follow_up(&path)) in find_autofs_mount()
/linux-6.12.1/security/landlock/
Dfs.c881 if (follow_up(&walker_path)) { in is_access_to_paths_allowed()
/linux-6.12.1/fs/nfsd/
Dvfs.c184 while (path->dentry == path->mnt->mnt_root && follow_up(path)) in follow_to_parent()
Dnfs4xdr.c2717 if (follow_up(&cur)) in nfsd4_encode_pathname4()
2879 while (follow_up(&path)) { in nfsd4_get_mounted_on_ino()
/linux-6.12.1/fs/
Dnamei.c1298 int follow_up(struct path *path) in follow_up() function
1319 EXPORT_SYMBOL(follow_up);