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_inode52fs/ext2/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode58fs/ext2/symlink.c*res_inode = NULL;
res_inode69fs/ext2/symlink.c*res_inode = inode;
res_inode87fs/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_inode197fs/namei.cint flag, int mode, struct inode ** res_inode)
res_inode202fs/namei.c*res_inode = NULL;
res_inode207fs/namei.c*res_inode = inode;
res_inode210fs/namei.creturn inode->i_op->follow_link(dir,inode,flag,mode,res_inode);
res_inode220fs/namei.cstruct inode * base, struct inode ** res_inode)
res_inode227fs/namei.c*res_inode = NULL;
res_inode260fs/namei.c*res_inode = base;
res_inode265fs/namei.cint follow_links, struct inode ** res_inode)
res_inode271fs/namei.c*res_inode = NULL;
res_inode287fs/namei.c*res_inode = inode;
res_inode291fs/namei.cint lnamei(const char * pathname, struct inode ** res_inode)
res_inode298fs/namei.cerror = _namei(tmp,NULL,0,res_inode);
res_inode311fs/namei.cint namei(const char * pathname, struct inode ** res_inode)
res_inode318fs/namei.cerror = _namei(tmp,NULL,1,res_inode);
res_inode338fs/namei.cstruct inode ** res_inode, struct inode * base)
res_inode359fs/namei.c*res_inode=dir;
res_inode379fs/namei.cerror = dir->i_op->create(dir,basename,namelen,mode,res_inode);
res_inode441fs/namei.c*res_inode = inode;
res_inode47fs/nfs/symlink.cint flag, int mode, struct inode **res_inode)
res_inode53fs/nfs/symlink.c*res_inode = NULL;
res_inode64fs/nfs/symlink.c*res_inode = inode;
res_inode88fs/nfs/symlink.cerror = open_namei(res2, flag, mode, res_inode, dir);
res_inode101fs/proc/link.cint flag, int mode, struct inode ** res_inode)
res_inode108fs/proc/link.c*res_inode = NULL;
res_inode153fs/proc/link.c*res_inode = inode;
res_inode165fs/proc/link.c*res_inode = new_inode;
res_inode48fs/sysv/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode53fs/sysv/symlink.c*res_inode = NULL;
res_inode64fs/sysv/symlink.c*res_inode = inode;
res_inode79fs/sysv/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
res_inode55fs/umsdos/symlink.cstruct inode ** res_inode)
res_inode58fs/umsdos/symlink.c*res_inode = NULL;
res_inode73fs/umsdos/symlink.c*res_inode = inode;
res_inode85fs/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_inode465include/linux/fs.hextern int namei(const char * pathname, struct inode ** res_inode);
res_inode466include/linux/fs.hextern int lnamei(const char * pathname, struct inode ** res_inode);
res_inode471include/linux/fs.hstruct inode ** res_inode, struct inode * base);