Home
last modified time | relevance | path

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

/linux-6.6.21/fs/overlayfs/
Dcopy_up.c1079 ctx.link = vfs_get_link(ctx.lowerpath.dentry, &done); in ovl_copy_up_one()
Dinode.c337 p = vfs_get_link(ovl_dentry_real(dentry), done); in ovl_get_link()
/linux-6.6.21/fs/ecryptfs/
Dinode.c656 link = vfs_get_link(lower_dentry, &done); in ecryptfs_readlink_lower()
/linux-6.6.21/fs/nfsd/
Dvfs.c1570 link = vfs_get_link(path.dentry, &done); in nfsd_readlink()
/linux-6.6.21/fs/
Dnamei.c5144 const char *vfs_get_link(struct dentry *dentry, struct delayed_call *done) in vfs_get_link() function
5156 EXPORT_SYMBOL(vfs_get_link);
/linux-6.6.21/include/linux/
Dfs.h3110 extern const char *vfs_get_link(struct dentry *, struct delayed_call *);