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);
pathname510fs/namei.cstatic int do_mkdir(const char * pathname, int mode)
pathname516fs/namei.cerror = dir_namei(pathname, &namelen, &basename, NULL, &dir);
pathname545fs/namei.casmlinkage int sys_mkdir(const char * pathname, int mode)
pathname550fs/namei.cerror = getname(pathname,&tmp);
pathname595fs/namei.casmlinkage int sys_rmdir(const char * pathname)
pathname600fs/namei.cerror = getname(pathname,&tmp);
pathname645fs/namei.casmlinkage int sys_unlink(const char * pathname)
pathname650fs/namei.cerror = getname(pathname,&tmp);
pathname560fs/open.casmlinkage int sys_creat(const char * pathname, int mode)
pathname562fs/open.creturn sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);
pathname534fs/smbfs/proc.csmb_proc_open(struct smb_server *server, const char *pathname, int len,
pathname542fs/smbfs/proc.cDPRINTK("smb_proc_open: path=%s\n", pathname);
pathname550fs/smbfs/proc.csmb_encode_ascii(p, pathname, len);
pathname566fs/smbfs/proc.csmb_encode_ascii(p, pathname, len);
pathname560include/linux/fs.hextern int namei(const char * pathname, struct inode ** res_inode);
pathname561include/linux/fs.hextern int lnamei(const char * pathname, struct inode ** res_inode);
pathname565include/linux/fs.hextern int open_namei(const char * pathname, int flag, int mode,
pathname125include/linux/smb_fs.hint smb_proc_open(struct smb_server *server, const char *pathname,