Searched refs:readlink_copy (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/proc/ |
D | self.c | 18 return readlink_copy(buffer, buflen, tmp); in proc_self_readlink()
|
D | thread_self.c | 19 return readlink_copy(buffer, buflen, tmp); in proc_thread_self_readlink()
|
D | namespaces.c | 69 res = readlink_copy(buffer, buflen, name); in proc_ns_readlink()
|
/linux-4.4.14/fs/ |
D | namei.c | 4480 int readlink_copy(char __user *buffer, int buflen, const char *link) in readlink_copy() function 4494 EXPORT_SYMBOL(readlink_copy); 4513 res = readlink_copy(buffer, buflen, link); in generic_readlink() 4538 int res = readlink_copy(buffer, buflen, page_getlink(dentry, &page)); in page_readlink()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_ioctl.c | 310 error = readlink_copy(hreq->ohandle, olen, link); in xfs_readlink_by_handle()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 2747 extern int readlink_copy(char __user *, int, const char *);
|