| /linux/fs/smb/client/ |
| H A D | link.c | 447 const char *from_name, *to_name; local 472 to_name = build_path_from_dentry(direntry, page2); 473 if (IS_ERR(to_name)) { 474 rc = PTR_ERR(to_name); 480 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name, 493 from_name, to_name, cifs_sb);
|
| H A D | smb2inode.c | 1286 const char *from_name, const char *to_name, in smb2_set_path_attr() argument 1297 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr() 1319 const char *from_name, const char *to_name, in smb2_rename_path() argument 1328 int rc = smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_rename_path() 1334 rc = smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_rename_path() 1343 const char *from_name, const char *to_name, in smb2_create_hardlink() argument 1348 return smb2_set_path_attr(xid, tcon, from_name, to_name, in smb2_create_hardlink() 1567 char *to_name __free(kfree) = NULL; in smb2_rename_pending_delete() 1594 to_name = kmalloc(len, GFP_KERNEL); in smb2_rename_pending_delete() 1595 if (!to_name) { in smb2_rename_pending_delete() [all …]
|
| H A D | smb2proto.h | 92 const char *from_name, const char *to_name, 97 const char *from_name, const char *to_name,
|
| H A D | inode.c | 2499 const char *from_name, *to_name; local 2548 to_name = build_path_from_dentry(target_dentry, page2); 2549 if (IS_ERR(to_name)) { 2550 rc = PTR_ERR(to_name); 2561 to_name); 2567 to_name); 2604 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name, 2632 drop_cached_dir_by_name(xid, tcon, to_name, cifs_sb); 2666 target_dentry, to_name);
|
| H A D | cifsproto.h | 461 const char *from_name, const char *to_name, 470 const char *from_name, const char *to_name,
|
| H A D | cifsglob.h | 461 const char *from_name, const char *to_name, 467 const char *from_name, const char *to_name,
|
| H A D | cifssmb.c | 2323 const char *from_name, const char *to_name, in CIFSSMBRename() argument 2359 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSSMBRename() 2365 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSSMBRename() 2647 const char *from_name, const char *to_name, in CIFSCreateHardLink() argument 2688 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSCreateHardLink() 2695 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSCreateHardLink()
|
| /linux/fs/hostfs/ |
| H A D | hostfs_kern.c | 644 char *from_name, *to_name; in hostfs_link() local 649 to_name = dentry_name(to); in hostfs_link() 650 if (to_name == NULL) { in hostfs_link() 654 err = link_file(to_name, from_name); in hostfs_link() 656 __putname(to_name); in hostfs_link()
|
| /linux/drivers/acpi/nfit/ |
| H A D | core.c | 666 static const char *to_name[] = { in spa_type_name() local 681 return to_name[type]; in spa_type_name()
|