Home
last modified time | relevance | path

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

/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()
/fs/
Dnamei.c4614 int readlink_copy(char __user *buffer, int buflen, const char *link) in readlink_copy() function
4628 EXPORT_SYMBOL(readlink_copy);
4647 res = readlink_copy(buffer, buflen, link); in generic_readlink()
4672 int res = readlink_copy(buffer, buflen, page_getlink(dentry, &page)); in page_readlink()
/fs/xfs/
Dxfs_ioctl.c310 error = readlink_copy(hreq->ohandle, olen, link); in xfs_readlink_by_handle()