Home
last modified time | relevance | path

Searched refs:vfs_get_link (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/fs/overlayfs/
Dcopy_up.c999 ctx.link = vfs_get_link(ctx.lowerpath.dentry, &done); in ovl_copy_up_one()
Dinode.c328 p = vfs_get_link(ovl_dentry_real(dentry), done); in ovl_get_link()
/linux-6.1.9/fs/ecryptfs/
Dinode.c646 link = vfs_get_link(lower_dentry, &done); in ecryptfs_readlink_lower()
/linux-6.1.9/fs/nfsd/
Dvfs.c1436 link = vfs_get_link(path.dentry, &done); in nfsd_readlink()
/linux-6.1.9/fs/
Dnamei.c5047 const char *vfs_get_link(struct dentry *dentry, struct delayed_call *done) in vfs_get_link() function
5059 EXPORT_SYMBOL(vfs_get_link);
/linux-6.1.9/include/linux/
Dfs.h3313 extern const char *vfs_get_link(struct dentry *, struct delayed_call *);