Searched refs:readlink_copy (Results 1 – 5 of 5) sorted by relevance
/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()
|
/fs/ |
D | namei.c | 4614 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/ |
D | xfs_ioctl.c | 310 error = readlink_copy(hreq->ohandle, olen, link); in xfs_readlink_by_handle()
|