Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Dstat.c480 error = vfs_readlink(path.dentry, buf, bufsiz); in do_readlinkat()
Dnamei.c5005 int vfs_readlink(struct dentry *dentry, char __user *buffer, int buflen) in vfs_readlink() function
5034 EXPORT_SYMBOL(vfs_readlink);
/Linux-v6.1/fs/xfs/
Dxfs_ioctl.c292 error = vfs_readlink(dentry, hreq->ohandle, olen); in xfs_readlink_by_handle()
/Linux-v6.1/include/linux/
Dfs.h3308 extern int vfs_readlink(struct dentry *, char __user *, int);