taglinefilesource code
path182arch/alpha/kernel/osf_sys.casmlinkage int osf_statfs(char * path, struct statfs * buffer, unsigned long bufsiz)
path192arch/alpha/kernel/osf_sys.cretval = namei(path, &inode);
path368arch/alpha/kernel/osf_sys.casmlinkage int osf_mount(unsigned long typenr, char * path, int flag, void * data)
path375arch/alpha/kernel/osf_sys.cretval = osf_ufs_mount(path, (struct ufs_args *) data, flag);
path378arch/alpha/kernel/osf_sys.cretval = osf_cdfs_mount(path, (struct cdfs_args *) data, flag);
path381arch/alpha/kernel/osf_sys.cretval = osf_procfs_mount(path, (struct procfs_args *) data, flag);
path389arch/alpha/kernel/osf_sys.casmlinkage int osf_umount(char * path, int flag)
path391arch/alpha/kernel/osf_sys.creturn sys_umount(path);
path444arch/alpha/kernel/osf_sys.casmlinkage int osf_swapon(const char * path, int flags, int lowat, int hiwat)
path447arch/alpha/kernel/osf_sys.creturn sys_swapon(path, flags);
path537arch/alpha/kernel/osf_sys.cchar *path;
path548arch/alpha/kernel/osf_sys.cchar *path;
path563arch/alpha/kernel/osf_sys.cchar *path;
path345drivers/sound/configure.cchar            path[512];
path349drivers/sound/configure.cscanf ("%s", path);
path350drivers/sound/configure.cfprintf (stderr, "including LD file %s\n", path);
path360drivers/sound/configure.cif ((fd = open (path, 0)) > 0)
path384drivers/sound/configure.cpath);
path617fs/nfs/proc.cconst char *name, const char *path, struct nfs_sattr *sattr)
path623fs/nfs/proc.cPRINTK("NFS call  symlink %s -> %s\n", name, path);
path630fs/nfs/proc.cp = xdr_encode_string(p, path);
path30fs/open.casmlinkage int sys_statfs(const char * path, struct statfs * buf)
path38fs/open.cerror = namei(path,&inode);
path69fs/open.casmlinkage int sys_truncate(const char * path, unsigned int length)
path75fs/open.cerror = namei(path,&inode);
path191fs/stat.casmlinkage int sys_readlink(const char * path, char * buf, int bufsiz)
path201fs/stat.cerror = lnamei(path,&inode);
path509fs/umsdos/dir.cchar *path)
path553fs/umsdos/dir.cstrcpy (path,ptbpath);
path708fs/umsdos/dir.cchar *path = (char*)kmalloc(PATH_MAX,GFP_KERNEL);
path710fs/umsdos/dir.cif (path == NULL){
path718fs/umsdos/dir.cif (umsdos_file_read_kmem (hlink,&filp,path,hlink->i_size)
path721fs/umsdos/dir.cchar *pt = path;
path723fs/umsdos/dir.cpath[hlink->i_size] = '\0';
path749fs/umsdos/dir.ckfree (path);
path606fs/umsdos/namei.cchar *path = (char*)kmalloc(PATH_MAX,GFP_KERNEL);
path607fs/umsdos/namei.cif (path == NULL){
path611fs/umsdos/namei.cret = umsdos_locate_path (oldinode,path);
path617fs/umsdos/namei.c,entry.name_len,path
path622fs/umsdos/namei.c,path
path626fs/umsdos/namei.ckfree (path);
path631fs/umsdos/namei.cchar *path = (char*)kmalloc(PATH_MAX,GFP_KERNEL);
path632fs/umsdos/namei.cif (path == NULL){
path635fs/umsdos/namei.cret = umsdos_locate_path (oldinode,path);
path638fs/umsdos/namei.cret = umsdos_symlink_x (dir,name,len,path
path641fs/umsdos/namei.ckfree (path);
path63fs/umsdos/symlink.cchar *path = (char*)kmalloc(PATH_MAX,GFP_KERNEL);
path64fs/umsdos/symlink.cif (path == NULL){
path80fs/umsdos/symlink.cret = umsdos_readlink_x (inode,path
path83fs/umsdos/symlink.cpath[ret] = '\0';
path84fs/umsdos/symlink.cPRINTK (("follow :%s: %d ",path,ret));
path88fs/umsdos/symlink.cret = open_namei(path,flag,mode,res_inode,dir);
path95fs/umsdos/symlink.ckfree (path);
path79include/linux/nfs_fs.hconst char *name, const char *path, struct nfs_sattr *sattr);