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_inode49fs/ext2/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode55fs/ext2/symlink.c*res_inode = NULL;
res_inode66fs/ext2/symlink.c*res_inode = inode;
res_inode84fs/ext2/symlink.cerror = open_namei (link, flag, mode, res_inode, dir);
res_inode45fs/isofs/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode56fs/isofs/symlink.c*res_inode = NULL;
res_inode61fs/isofs/symlink.c*res_inode = inode;
res_inode68fs/isofs/symlink.c*res_inode = NULL;
res_inode73fs/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_inode138fs/namei.cint flag, int mode, struct inode ** res_inode)
res_inode143fs/namei.c*res_inode = NULL;
res_inode148fs/namei.c*res_inode = inode;
res_inode151fs/namei.creturn inode->i_op->follow_link(dir,inode,flag,mode,res_inode);
res_inode161fs/namei.cstruct inode * base, struct inode ** res_inode)
res_inode168fs/namei.c*res_inode = NULL;
res_inode201fs/namei.c*res_inode = base;
res_inode206fs/namei.cint follow_links, struct inode ** res_inode)
res_inode212fs/namei.c*res_inode = NULL;
res_inode228fs/namei.c*res_inode = inode;
res_inode232fs/namei.cint lnamei(const char * pathname, struct inode ** res_inode)
res_inode239fs/namei.cerror = _namei(tmp,NULL,0,res_inode);
res_inode252fs/namei.cint namei(const char * pathname, struct inode ** res_inode)
res_inode259fs/namei.cerror = _namei(tmp,NULL,1,res_inode);
res_inode279fs/namei.cstruct inode ** res_inode, struct inode * base)
res_inode301fs/namei.c*res_inode=dir;
res_inode326fs/namei.cerror = dir->i_op->create(dir,basename,namelen,mode,res_inode);
res_inode377fs/namei.c*res_inode = inode;
res_inode43fs/nfs/symlink.cint flag, int mode, struct inode **res_inode)
res_inode48fs/nfs/symlink.c*res_inode = NULL;
res_inode59fs/nfs/symlink.c*res_inode = inode;
res_inode77fs/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_inode88fs/proc/link.c*res_inode = inode;
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_inode351include/linux/fs.hextern int namei(const char * pathname, struct inode ** res_inode);
res_inode352include/linux/fs.hextern int lnamei(const char * pathname, struct inode ** res_inode);
res_inode355include/linux/fs.hstruct inode ** res_inode, struct inode * base);