taglinefilesource code
res_inode47fs/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_inode81fs/ext/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
res_inode44fs/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_inode69fs/isofs/symlink.c*res_inode = NULL;
res_inode75fs/isofs/symlink.cerror = open_namei(pnt,flag,mode,res_inode,dir);
res_inode41fs/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_inode75fs/minix/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
res_inode91fs/namei.cint flag, int mode, struct inode ** res_inode)
res_inode96fs/namei.c*res_inode = NULL;
res_inode101fs/namei.c*res_inode = inode;
res_inode104fs/namei.creturn inode->i_op->follow_link(dir,inode,flag,mode,res_inode);
res_inode114fs/namei.cstruct inode * base, struct inode ** res_inode)
res_inode121fs/namei.c*res_inode = NULL;
res_inode154fs/namei.c*res_inode = base;
res_inode159fs/namei.cint follow_links, struct inode ** res_inode)
res_inode165fs/namei.c*res_inode = NULL;
res_inode181fs/namei.c*res_inode = inode;
res_inode185fs/namei.cint lnamei(const char * pathname, struct inode ** res_inode)
res_inode187fs/namei.creturn _namei(pathname,NULL,0,res_inode);
res_inode197fs/namei.cint namei(const char * pathname, struct inode ** res_inode)
res_inode199fs/namei.creturn _namei(pathname,NULL,1,res_inode);
res_inode216fs/namei.cstruct inode ** res_inode, struct inode * base)
res_inode238fs/namei.c*res_inode=dir;
res_inode260fs/namei.creturn dir->i_op->create(dir,basename,namelen,mode,res_inode);
res_inode303fs/namei.c*res_inode = inode;
res_inode42fs/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_inode79fs/nfs/symlink.cerror = open_namei(res, flag, mode, res_inode, dir);
res_inode41fs/proc/link.cint flag, int mode, struct inode ** res_inode)
res_inode47fs/proc/link.c*res_inode = NULL;
res_inode87fs/proc/link.c*res_inode = inode;
res_inode307include/linux/fs.hextern int namei(const char * pathname, struct inode ** res_inode);
res_inode308include/linux/fs.hextern int lnamei(const char * pathname, struct inode ** res_inode);
res_inode311include/linux/fs.hstruct inode ** res_inode, struct inode * base);