Home
last modified time | relevance | path

Searched refs:newname (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/fs/ncpfs/
Dioctl.c407 void* newname; in ncp_ioctl() local
419 newname = ncp_kmalloc(user.object_name_len, GFP_USER); in ncp_ioctl()
420 if (!newname) return -ENOMEM; in ncp_ioctl()
421 if (copy_from_user(newname, user.object_name, user.object_name_len)) { in ncp_ioctl()
422 ncp_kfree_s(newname, user.object_name_len); in ncp_ioctl()
426 newname = NULL; in ncp_ioctl()
437 server->auth.object_name = newname; in ncp_ioctl()
/linux-2.4.37.9/fs/
Dnamei.c1594 asmlinkage long sys_symlink(const char * oldname, const char * newname) in sys_symlink() argument
1603 to = getname(newname); in sys_symlink()
1678 asmlinkage long sys_link(const char * oldname, const char * newname) in sys_link() argument
1683 to = getname(newname); in sys_link()
1881 static inline int do_rename(const char * oldname, const char * newname) in do_rename() argument
1892 error = path_lookup(newname, LOOKUP_PARENT, &newnd); in do_rename()
1950 asmlinkage long sys_rename(const char * oldname, const char * newname) in sys_rename() argument
1959 to = getname(newname); in sys_rename()
Dnamespace.c53 char * newname = kmalloc(size, GFP_KERNEL); in alloc_vfsmnt() local
54 if (newname) { in alloc_vfsmnt()
55 memcpy(newname, name, size); in alloc_vfsmnt()
56 mnt->mnt_devname = newname; in alloc_vfsmnt()
/linux-2.4.37.9/fs/intermezzo/
Dvfs.c840 int lento_link(const char * oldname, const char * newname, in lento_link() argument
851 to = getname(newname); in lento_link()
1200 int lento_symlink(const char *oldname, const char *newname, in lento_symlink() argument
1219 to = getname(newname); in lento_symlink()
1965 int lento_do_rename(const char *oldname, const char *newname, in lento_do_rename() argument
1982 if (path_init(newname, LOOKUP_PARENT, &newnd)) in lento_do_rename()
1983 error = path_walk(newname, &newnd); in lento_do_rename()
2048 int lento_rename(const char * oldname, const char * newname, in lento_rename() argument
2058 to = getname(newname); in lento_rename()
Djournal.c633 char *newname) in do_truncate_rename() argument
648 newpath = izo_make_path(fset, newname); in do_truncate_rename()
/linux-2.4.37.9/include/linux/
Dintermezzo_fs.h536 int lento_link(const char *oldname, const char *newname,
539 int lento_symlink(const char *oldname,const char *newname,
545 int lento_rename(const char *oldname, const char *newname,
/linux-2.4.37.9/drivers/isdn/
Disdn_net.c2682 char newname[10]; in isdn_net_newslave() local
2688 strcpy(newname, p + 1); in isdn_net_newslave()
2699 return (isdn_net_new(newname, &(n->dev))); in isdn_net_newslave()