Home
last modified time | relevance | path

Searched refs:hostfs_do_readlink (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/hostfs/
Dhostfs.h95 extern int hostfs_do_readlink(char *file, char *buf, int size);
Dhostfs_user.c337 int hostfs_do_readlink(char *file, char *buf, int size) in hostfs_do_readlink() function
Dhostfs_kern.c151 n = hostfs_do_readlink(link, name, PATH_MAX); in follow_link()
887 err = hostfs_do_readlink(path, link, PATH_MAX); in hostfs_get_link()