Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A Dcheck29 def get_default_path(follow_link=False): argument
35 if follow_link:
133 default=get_default_path(follow_link=True),
/openbmc/linux/fs/hostfs/
H A Dhostfs_kern.c144 static char *follow_link(char *link) in follow_link() function
958 name = follow_link(host_root_path); in hostfs_fill_sb_common()
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst110 2) follow_link and readdir code does not follow dfs junctions
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst239 had ->revalidate()) add calls in ->follow_link()/->readlink().
545 from ->follow_link for normal symlinks, or nd_jump_link for magic
598 symlink body is and use simple_follow_link() as ->follow_link().
604 calling conventions for ->follow_link() have changed. Instead of returning
635 ->follow_link() is replaced with ->get_link(); same API, except that
H A Dautofs-mount-control.rst69 use the follow_link inode operation to trigger the mount.
/openbmc/linux/drivers/pcmcia/
H A Dcistpl.c474 static int follow_link(struct pcmcia_socket *s, tuple_t *tuple) in follow_link() function
552 ofs = follow_link(s, tuple); in pccard_get_next_tuple()