taglinefilesource code
res_inode48fs/ext/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode53fs/ext/symlink.c*res_inode = NULL;
res_inode64fs/ext/symlink.c*res_inode = inode;
res_inode79fs/ext/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
res_inode51fs/ext2/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode57fs/ext2/symlink.c*res_inode = NULL;
res_inode68fs/ext2/symlink.c*res_inode = inode;
res_inode86fs/ext2/symlink.cerror = open_namei (link, flag, mode, res_inode, dir);
res_inode46fs/isofs/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode57fs/isofs/symlink.c*res_inode = NULL;
res_inode62fs/isofs/symlink.c*res_inode = inode;
res_inode69fs/isofs/symlink.c*res_inode = NULL;
res_inode74fs/isofs/symlink.cerror = open_namei(pnt,flag,mode,res_inode,dir);
res_inode42fs/minix/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode47fs/minix/symlink.c*res_inode = NULL;
res_inode58fs/minix/symlink.c*res_inode = inode;
res_inode73fs/minix/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
res_inode135fs/namei.cint flag, int mode, struct inode ** res_inode)
res_inode140fs/namei.c*res_inode = NULL;
res_inode145fs/namei.c*res_inode = inode;
res_inode148fs/namei.creturn inode->i_op->follow_link(dir,inode,flag,mode,res_inode);
res_inode158fs/namei.cstruct inode * base, struct inode ** res_inode)
res_inode165fs/namei.c*res_inode = NULL;
res_inode198fs/namei.c*res_inode = base;
res_inode203fs/namei.cint follow_links, struct inode ** res_inode)
res_inode209fs/namei.c*res_inode = NULL;
res_inode225fs/namei.c*res_inode = inode;
res_inode229fs/namei.cint lnamei(const char * pathname, struct inode ** res_inode)
res_inode236fs/namei.cerror = _namei(tmp,NULL,0,res_inode);
res_inode249fs/namei.cint namei(const char * pathname, struct inode ** res_inode)
res_inode256fs/namei.cerror = _namei(tmp,NULL,1,res_inode);
res_inode276fs/namei.cstruct inode ** res_inode, struct inode * base)
res_inode298fs/namei.c*res_inode=dir;
res_inode318fs/namei.cerror = dir->i_op->create(dir,basename,namelen,mode,res_inode);
res_inode379fs/namei.c*res_inode = inode;
res_inode44fs/nfs/symlink.cint flag, int mode, struct inode **res_inode)
res_inode49fs/nfs/symlink.c*res_inode = NULL;
res_inode60fs/nfs/symlink.c*res_inode = inode;
res_inode78fs/nfs/symlink.cerror = open_namei(res, flag, mode, res_inode, dir);
res_inode42fs/proc/link.cint flag, int mode, struct inode ** res_inode)
res_inode48fs/proc/link.c*res_inode = NULL;
res_inode96fs/proc/link.c*res_inode = inode;
res_inode48fs/sysv/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode54fs/sysv/symlink.c*res_inode = NULL;
res_inode65fs/sysv/symlink.c*res_inode = inode;
res_inode80fs/sysv/symlink.cerror = open_namei(bh_data,flag,mode,res_inode,dir);
res_inode54fs/umsdos/symlink.cstruct inode ** res_inode)
res_inode57fs/umsdos/symlink.c*res_inode = NULL;
res_inode72fs/umsdos/symlink.c*res_inode = inode;
res_inode84fs/umsdos/symlink.cret = open_namei(path,flag,mode,res_inode,dir);
res_inode76fs/xiafs/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode81fs/xiafs/symlink.c*res_inode = NULL;
res_inode92fs/xiafs/symlink.c*res_inode = inode;
res_inode111fs/xiafs/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
res_inode432include/linux/fs.hextern int namei(const char * pathname, struct inode ** res_inode);
res_inode433include/linux/fs.hextern int lnamei(const char * pathname, struct inode ** res_inode);
res_inode436include/linux/fs.hstruct inode ** res_inode, struct inode * base);