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);
pathname500fs/namei.cstatic int do_mkdir(const char * pathname, int mode)
pathname506fs/namei.cerror = dir_namei(pathname,&namelen,&basename,NULL,&dir);
pathname533fs/namei.casmlinkage int sys_mkdir(const char * pathname, int mode)
pathname538fs/namei.cerror = getname(pathname,&tmp);
pathname581fs/namei.casmlinkage int sys_rmdir(const char * pathname)
pathname586fs/namei.cerror = getname(pathname,&tmp);
pathname629fs/namei.casmlinkage int sys_unlink(const char * pathname)
pathname634fs/namei.cerror = getname(pathname,&tmp);
pathname541fs/open.casmlinkage int sys_creat(const char * pathname, int mode)
pathname543fs/open.creturn sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);
pathname529fs/smbfs/proc.csmb_proc_open(struct smb_server *server, const char *pathname, int len,
pathname537fs/smbfs/proc.cDPRINTK("smb_proc_open: path=%s\n", pathname);
pathname545fs/smbfs/proc.csmb_encode_ascii(p, pathname, len);
pathname561fs/smbfs/proc.csmb_encode_ascii(p, pathname, len);
pathname510include/linux/fs.hextern int namei(const char * pathname, struct inode ** res_inode);
pathname511include/linux/fs.hextern int lnamei(const char * pathname, struct inode ** res_inode);
pathname515include/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,