taglinefilesource code
res_inode48fs/ext/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode54fs/ext/symlink.c*res_inode = NULL;
res_inode65fs/ext/symlink.c*res_inode = inode;
res_inode82fs/ext/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
res_inode45fs/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_inode70fs/isofs/symlink.c*res_inode = NULL;
res_inode76fs/isofs/symlink.cerror = open_namei(pnt,flag,mode,res_inode,dir);
res_inode42fs/minix/symlink.cint flag, int mode, struct inode ** res_inode)
res_inode48fs/minix/symlink.c*res_inode = NULL;
res_inode59fs/minix/symlink.c*res_inode = inode;
res_inode76fs/minix/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
res_inode93fs/namei.cint flag, int mode, struct inode ** res_inode)
res_inode98fs/namei.c*res_inode = NULL;
res_inode103fs/namei.c*res_inode = inode;
res_inode106fs/namei.creturn inode->i_op->follow_link(dir,inode,flag,mode,res_inode);
res_inode116fs/namei.cstruct inode * base, struct inode ** res_inode)
res_inode123fs/namei.c*res_inode = NULL;
res_inode156fs/namei.c*res_inode = base;
res_inode161fs/namei.cint follow_links, struct inode ** res_inode)
res_inode167fs/namei.c*res_inode = NULL;
res_inode183fs/namei.c*res_inode = inode;
res_inode187fs/namei.cint lnamei(const char * pathname, struct inode ** res_inode)
res_inode189fs/namei.creturn _namei(pathname,NULL,0,res_inode);
res_inode199fs/namei.cint namei(const char * pathname, struct inode ** res_inode)
res_inode201fs/namei.creturn _namei(pathname,NULL,1,res_inode);
res_inode218fs/namei.cstruct inode ** res_inode, struct inode * base)
res_inode240fs/namei.c*res_inode=dir;
res_inode262fs/namei.creturn dir->i_op->create(dir,basename,namelen,mode,res_inode);
res_inode305fs/namei.c*res_inode = inode;
res_inode43fs/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_inode80fs/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_inode308include/linux/fs.hextern int namei(const char * pathname, struct inode ** res_inode);
res_inode309include/linux/fs.hextern int lnamei(const char * pathname, struct inode ** res_inode);
res_inode312include/linux/fs.hstruct inode ** res_inode, struct inode * base);