Searched defs:follow_link (Results 1 - 2 of 2) sorted by relevance

/fs/hostfs/
H A Dhostfs_kern.c133 static char *follow_link(char *link) function
918 .follow_link = hostfs_follow_link,
956 char *name = follow_link(host_root_path);
/fs/
H A Dnamei.c52 * As a side effect, dir_namei(), _namei() and follow_link() are now
686 * Helper to directly jump to a known parsed path from ->follow_link,
747 audit_log_link_denied("follow_link", link);
823 follow_link(struct path *link, struct nameidata *nd, void **p) function
849 *p = dentry->d_inode->i_op->follow_link(dentry, nd);
1526 * so we keep a cache of "no, this doesn't need follow_link"
1607 res = follow_link(&link, nd, &cookie);
1968 err = follow_link(&link, nd, &cookie);
2321 err = follow_link(&link, &nd, &cookie);
3225 error = follow_link(
[all...]

Completed in 76 milliseconds