Home
last modified time | relevance | path

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

/linux-4.4.14/fs/proc/
Dself.c18 return readlink_copy(buffer, buflen, tmp); in proc_self_readlink()
Dthread_self.c19 return readlink_copy(buffer, buflen, tmp); in proc_thread_self_readlink()
Dnamespaces.c69 res = readlink_copy(buffer, buflen, name); in proc_ns_readlink()
/linux-4.4.14/fs/
Dnamei.c4480 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/
Dxfs_ioctl.c310 error = readlink_copy(hreq->ohandle, olen, link); in xfs_readlink_by_handle()
/linux-4.4.14/include/linux/
Dfs.h2747 extern int readlink_copy(char __user *, int, const char *);