Searched refs:from_name (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | link.c | 446 const char *from_name, *to_name; local 466 from_name = build_path_from_dentry(old_file, page1); 467 if (IS_ERR(from_name)) { 468 rc = PTR_ERR(from_name); 479 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name, 492 from_name, to_name, cifs_sb);
|
| H A D | smb2proto.h | 89 struct dentry *source_dentry, const char *from_name, 92 struct dentry *source_dentry, const char *from_name,
|
| H A D | inode.c | 2498 const char *from_name, *to_name; local 2541 from_name = build_path_from_dentry(source_dentry, page1); 2542 if (IS_ERR(from_name)) { 2543 rc = PTR_ERR(from_name); 2559 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, 2565 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, 2595 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, from_name, 2663 rc = cifs_do_rename(xid, source_dentry, from_name,
|
| H A D | cifsglob.h | 458 const char *from_name, const char *to_name, 464 const char *from_name, const char *to_name,
|
| /linux/fs/hostfs/ |
| H A D | hostfs_kern.c | 644 char *from_name, *to_name; in hostfs_link() local 647 if ((from_name = dentry_name(from)) == NULL) in hostfs_link() 651 __putname(from_name); in hostfs_link() 654 err = link_file(to_name, from_name); in hostfs_link() 655 __putname(from_name); in hostfs_link()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_keyboard.py | 158 usage = hut[0x07].from_name[k].usage
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 1398 char from_name[IPSET_MAXNAMELEN]; in ip_set_swap() local 1430 strscpy_pad(from_name, from->name, IPSET_MAXNAMELEN); in ip_set_swap() 1432 strscpy_pad(to->name, from_name, IPSET_MAXNAMELEN); in ip_set_swap()
|
| /linux/fs/ |
| H A D | namespace.c | 4617 CLASS(filename_maybe_null,from_name)(from_pathname, uflags); in SYSCALL_DEFINE5() 4618 if (!from_name && from_dfd >= 0) { in SYSCALL_DEFINE5() 4631 ret = filename_lookup(from_dfd, from_name, lflags, &from_path, NULL); in SYSCALL_DEFINE5()
|