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

/linux-master/fs/overlayfs/
H A Dinode.c337 p = vfs_get_link(ovl_dentry_real(dentry), done);
H A Dcopy_up.c1156 ctx.link = vfs_get_link(ctx.lowerpath.dentry, &done);
/linux-master/fs/ecryptfs/
H A Dinode.c658 link = vfs_get_link(lower_dentry, &done);
/linux-master/fs/
H A Dnamei.c5145 * vfs_get_link - get symlink body
5155 const char *vfs_get_link(struct dentry *dentry, struct delayed_call *done) function
5167 EXPORT_SYMBOL(vfs_get_link); variable
/linux-master/fs/nfsd/
H A Dvfs.c1627 link = vfs_get_link(path.dentry, &done);
/linux-master/include/linux/
H A Dfs.h3270 extern const char *vfs_get_link(struct dentry *, struct delayed_call *);

Completed in 140 milliseconds