Home
last modified time | relevance | path

Searched refs:vfs_readlink (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/
Dstat.c406 error = vfs_readlink(path.dentry, buf, bufsiz); in do_readlinkat()
Dnamei.c4715 int vfs_readlink(struct dentry *dentry, char __user *buffer, int buflen) in vfs_readlink() function
4744 EXPORT_SYMBOL(vfs_readlink);
/Linux-v4.19/fs/xfs/
Dxfs_ioctl.c292 error = vfs_readlink(dentry, hreq->ohandle, olen); in xfs_readlink_by_handle()
/Linux-v4.19/include/linux/
Dfs.h3134 extern int vfs_readlink(struct dentry *, char __user *, int);