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_inode50fs/isofs/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode61fs/isofs/symlink.c*res_inode = NULL;
res_inode66fs/isofs/symlink.c*res_inode = inode;
res_inode73fs/isofs/symlink.c*res_inode = NULL;
res_inode78fs/isofs/symlink.cerror = open_namei(pnt,flag,mode,res_inode,dir);
res_inode46fs/minix/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode51fs/minix/symlink.c*res_inode = NULL;
res_inode62fs/minix/symlink.c*res_inode = inode;
res_inode77fs/minix/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
res_inode193fs/namei.cint flag, int mode, struct inode ** res_inode)
res_inode198fs/namei.c*res_inode = NULL;
res_inode203fs/namei.c*res_inode = inode;
res_inode206fs/namei.creturn inode->i_op->follow_link(dir,inode,flag,mode,res_inode);
res_inode216fs/namei.cstruct inode * base, struct inode ** res_inode)
res_inode223fs/namei.c*res_inode = NULL;
res_inode256fs/namei.c*res_inode = base;
res_inode261fs/namei.cint follow_links, struct inode ** res_inode)
res_inode267fs/namei.c*res_inode = NULL;
res_inode283fs/namei.c*res_inode = inode;
res_inode287fs/namei.cint lnamei(const char * pathname, struct inode ** res_inode)
res_inode294fs/namei.cerror = _namei(tmp,NULL,0,res_inode);
res_inode307fs/namei.cint namei(const char * pathname, struct inode ** res_inode)
res_inode314fs/namei.cerror = _namei(tmp,NULL,1,res_inode);
res_inode334fs/namei.cstruct inode ** res_inode, struct inode * base)
res_inode355fs/namei.c*res_inode=dir;
res_inode375fs/namei.cerror = dir->i_op->create(dir,basename,namelen,mode,res_inode);
res_inode437fs/namei.c*res_inode = inode;
res_inode51fs/nfs/symlink.cint flag, int mode, struct inode **res_inode)
res_inode57fs/nfs/symlink.c*res_inode = NULL;
res_inode68fs/nfs/symlink.c*res_inode = inode;
res_inode92fs/nfs/symlink.cerror = open_namei(res2, flag, mode, res_inode, dir);
res_inode102fs/proc/link.cint flag, int mode, struct inode ** res_inode)
res_inode109fs/proc/link.c*res_inode = NULL;
res_inode154fs/proc/link.c*res_inode = inode;
res_inode166fs/proc/link.c*res_inode = new_inode;
res_inode52fs/sysv/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode57fs/sysv/symlink.c*res_inode = NULL;
res_inode68fs/sysv/symlink.c*res_inode = inode;
res_inode83fs/sysv/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
res_inode58fs/umsdos/symlink.cstruct inode ** res_inode)
res_inode61fs/umsdos/symlink.c*res_inode = NULL;
res_inode76fs/umsdos/symlink.c*res_inode = inode;
res_inode88fs/umsdos/symlink.cret = open_namei(path,flag,mode,res_inode,dir);
res_inode80fs/xiafs/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode85fs/xiafs/symlink.c*res_inode = NULL;
res_inode96fs/xiafs/symlink.c*res_inode = inode;
res_inode115fs/xiafs/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
res_inode469include/linux/fs.hextern int namei(const char * pathname, struct inode ** res_inode);
res_inode470include/linux/fs.hextern int lnamei(const char * pathname, struct inode ** res_inode);
res_inode475include/linux/fs.hstruct inode ** res_inode, struct inode * base);