Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dstat.c411 error = vfs_readlink(path.dentry, buf, bufsiz); in do_readlinkat()
Dnamei.c4707 int vfs_readlink(struct dentry *dentry, char __user *buffer, int buflen) in vfs_readlink() function
4736 EXPORT_SYMBOL(vfs_readlink);
/Linux-v5.4/fs/xfs/
Dxfs_ioctl.c286 error = vfs_readlink(dentry, hreq->ohandle, olen); in xfs_readlink_by_handle()
/Linux-v5.4/include/linux/
Dfs.h3263 extern int vfs_readlink(struct dentry *, char __user *, int);