Home
last modified time | relevance | path

Searched refs:readlink_copy (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/proc/
H A Dnamespaces.c86 res = readlink_copy(buffer, buflen, name); in proc_ns_readlink()
/openbmc/linux/fs/
H A Dnamei.c5077 int readlink_copy(char __user *buffer, int buflen, const char *link) in readlink_copy() function
5127 res = readlink_copy(buffer, buflen, link); in vfs_readlink()
5197 int res = readlink_copy(buffer, buflen, in page_readlink()
/openbmc/linux/security/apparmor/
H A Dapparmorfs.c2598 res = readlink_copy(buffer, buflen, name); in policy_readlink()
/openbmc/linux/include/linux/
H A Dfs.h3069 extern int readlink_copy(char __user *, int, const char *);