Home
last modified time | relevance | path

Searched refs:vfs_follow_link (Results 1 – 5 of 5) sorted by relevance

/fs/ocfs2/
Dsymlink.c150 status = vfs_follow_link(nd, link); in ocfs2_follow_link()
/fs/
Dnamei.c2764 int vfs_follow_link(struct nameidata *nd, const char *link) in vfs_follow_link() function
2882 EXPORT_SYMBOL(vfs_follow_link);
/fs/gfs2/
Dops_inode.c942 error = vfs_follow_link(nd, buf); in gfs2_follow_link()
/fs/yaffs2/
Dyaffs_fs.c424 ret = vfs_follow_link(nd, alias); in yaffs_follow_link()
/fs/proc/
Dbase.c2339 return ERR_PTR(vfs_follow_link(nd,tmp)); in proc_self_follow_link()