Searched refs:readlink_copy (Results 1 - 4 of 4) sorted by path

/linux-master/fs/
H A Dnamei.c5095 int readlink_copy(char __user *buffer, int buflen, const char *link) function
5145 res = readlink_copy(buffer, buflen, link);
5215 int res = readlink_copy(buffer, buflen,
/linux-master/fs/proc/
H A Dnamespaces.c86 res = readlink_copy(buffer, buflen, name);
/linux-master/include/linux/
H A Dfs.h3241 extern int readlink_copy(char __user *, int, const char *);
/linux-master/security/apparmor/
H A Dapparmorfs.c2610 res = readlink_copy(buffer, buflen, name);

Completed in 227 milliseconds