Searched refs:readlink_copy (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/proc/ |
D | self.c | 19 return readlink_copy(buffer, buflen, tmp); in proc_self_readlink()
|
D | thread_self.c | 20 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.1.27/fs/ |
D | namei.c | 4439 int readlink_copy(char __user *buffer, int buflen, const char *link) in readlink_copy() function 4453 EXPORT_SYMBOL(readlink_copy); 4471 res = readlink_copy(buffer, buflen, nd_get_link(&nd)); in generic_readlink() 4496 int res = readlink_copy(buffer, buflen, page_getlink(dentry, &page)); in page_readlink()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_ioctl.c | 309 error = readlink_copy(hreq->ohandle, olen, link); in xfs_readlink_by_handle()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 2715 extern int readlink_copy(char __user *, int, const char *);
|