Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dstat.c419 error = vfs_readlink(path.dentry, buf, bufsiz); in do_readlinkat()
Dnamei.c4531 int vfs_readlink(struct dentry *dentry, char __user *buffer, int buflen) in vfs_readlink() function
4560 EXPORT_SYMBOL(vfs_readlink);
/Linux-v5.10/fs/xfs/
Dxfs_ioctl.c290 error = vfs_readlink(dentry, hreq->ohandle, olen); in xfs_readlink_by_handle()
/Linux-v5.10/include/linux/
Dfs.h3129 extern int vfs_readlink(struct dentry *, char __user *, int);