taglinefilesource code
pathname214fs/namei.cstatic int dir_namei(const char * pathname, int * namelen, const char ** name,
pathname227fs/namei.cif ((c = *pathname) == '/') {
pathname230fs/namei.cpathname++;
pathname234fs/namei.cthisname = pathname;
pathname235fs/namei.cfor(len=0;(c = *(pathname++))&&(c != '/');len++)
pathname259fs/namei.cstatic int _namei(const char * pathname, struct inode * base,
pathname267fs/namei.cerror = dir_namei(pathname,&namelen,&basename,base,&base);
pathname286fs/namei.cint lnamei(const char * pathname, struct inode ** res_inode)
pathname291fs/namei.cerror = getname(pathname,&tmp);
pathname306fs/namei.cint namei(const char * pathname, struct inode ** res_inode)
pathname311fs/namei.cerror = getname(pathname,&tmp);
pathname332fs/namei.cint open_namei(const char * pathname, int flag, int mode,
pathname341fs/namei.cerror = dir_namei(pathname,&namelen,&basename,base,&dir);
pathname498fs/namei.cstatic int do_mkdir(const char * pathname, int mode)
pathname504fs/namei.cerror = dir_namei(pathname,&namelen,&basename,NULL,&dir);
pathname531fs/namei.casmlinkage int sys_mkdir(const char * pathname, int mode)
pathname536fs/namei.cerror = getname(pathname,&tmp);
pathname579fs/namei.casmlinkage int sys_rmdir(const char * pathname)
pathname584fs/namei.cerror = getname(pathname,&tmp);
pathname627fs/namei.casmlinkage int sys_unlink(const char * pathname)
pathname632fs/namei.cerror = getname(pathname,&tmp);
pathname538fs/open.casmlinkage int sys_creat(const char * pathname, int mode)
pathname540fs/open.creturn sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);
pathname536fs/smbfs/proc.csmb_proc_open(struct smb_server *server, const char *pathname, int len,
pathname544fs/smbfs/proc.cDPRINTK("smb_proc_open: path=%s\n", pathname);
pathname552fs/smbfs/proc.csmb_encode_ascii(p, pathname, len);
pathname568fs/smbfs/proc.csmb_encode_ascii(p, pathname, len);
pathname465include/linux/fs.hextern int namei(const char * pathname, struct inode ** res_inode);
pathname466include/linux/fs.hextern int lnamei(const char * pathname, struct inode ** res_inode);
pathname470include/linux/fs.hextern int open_namei(const char * pathname, int flag, int mode,
pathname128include/linux/smb_fs.hint smb_proc_open(struct smb_server *server, const char *pathname,