Home
last modified time | relevance | path

Searched refs:follow_link (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/Documentation/filesystems/
Dporting210 had ->revalidate()) add calls in ->follow_link()/->readlink().
456 from ->follow_link for normal symlinks, or nd_jump_link for magic
489 symlink body is and use simple_follow_link() as ->follow_link().
492 calling conventions for ->follow_link() have changed. Instead of returning
514 ->follow_link() is replaced with ->get_link(); same API, except that
Dautofs-mount-control.txt67 use the follow_link inode operation to trigger the mount.
/Linux-v4.19/Documentation/filesystems/cifs/
DTODO88 2) follow_link and readdir code does not follow dfs junctions
/Linux-v4.19/fs/hostfs/
Dhostfs_kern.c140 static char *follow_link(char *link) in follow_link() function
948 char *name = follow_link(host_root_path); in hostfs_fill_sb_common()
/Linux-v4.19/drivers/pcmcia/
Dcistpl.c475 static int follow_link(struct pcmcia_socket *s, tuple_t *tuple) in follow_link() function
553 ofs = follow_link(s, tuple); in pccard_get_next_tuple()