Home
last modified time | relevance | path

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

/linux-4.19.296/fs/overlayfs/
Dcopy_up.c800 ctx.link = vfs_get_link(ctx.lowerpath.dentry, &done); in ovl_copy_up_one()
Dinode.c319 p = vfs_get_link(ovl_dentry_real(dentry), done); in ovl_get_link()
/linux-4.19.296/fs/ecryptfs/
Dinode.c641 link = vfs_get_link(lower_dentry, &done); in ecryptfs_readlink_lower()
/linux-4.19.296/fs/nfsd/
Dvfs.c1524 link = vfs_get_link(path.dentry, &done); in nfsd_readlink()
/linux-4.19.296/fs/
Dnamei.c4781 const char *vfs_get_link(struct dentry *dentry, struct delayed_call *done) in vfs_get_link() function
4793 EXPORT_SYMBOL(vfs_get_link);
/linux-4.19.296/include/linux/
Dfs.h3154 extern const char *vfs_get_link(struct dentry *, struct delayed_call *);