Searched refs:to_name (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/fs/cifs/ |
| D | link.c | 473 const char *from_name, *to_name; local 498 to_name = build_path_from_dentry(direntry, page2); 499 if (IS_ERR(to_name)) { 500 rc = PTR_ERR(to_name); 506 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name, 518 rc = server->ops->create_hardlink(xid, tcon, from_name, to_name,
|
| D | smb2inode.c | 675 const char *from_name, const char *to_name, in smb2_set_path_attr() argument 682 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr() 697 const char *from_name, const char *to_name, in smb2_rename_path() argument 705 return smb2_set_path_attr(xid, tcon, from_name, to_name, in smb2_rename_path() 711 const char *from_name, const char *to_name, in smb2_create_hardlink() argument 714 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_create_hardlink()
|
| D | smb2proto.h | 82 const char *from_name, const char *to_name, 85 const char *from_name, const char *to_name,
|
| D | inode.c | 2146 const char *from_name, *to_name; local 2181 to_name = build_path_from_dentry(target_dentry, page2); 2182 if (IS_ERR(to_name)) { 2183 rc = PTR_ERR(to_name); 2189 cifs_close_deferred_file_under_dentry(tcon, to_name); 2192 to_name); 2198 to_name); 2233 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name, 2262 target_dentry, to_name);
|
| D | cifsproto.h | 423 const char *from_name, const char *to_name, 430 const char *from_name, const char *to_name,
|
| D | cifssmb.c | 2187 const char *from_name, const char *to_name, in CIFSSMBRename() argument 2221 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSSMBRename() 2227 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSSMBRename() 2568 const char *from_name, const char *to_name, in CIFSCreateHardLink() argument 2607 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSCreateHardLink() 2614 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSCreateHardLink()
|
| /Linux-v6.1/fs/hostfs/ |
| D | hostfs_kern.c | 629 char *from_name, *to_name; in hostfs_link() local 634 to_name = dentry_name(to); in hostfs_link() 635 if (to_name == NULL) { in hostfs_link() 639 err = link_file(to_name, from_name); in hostfs_link() 641 __putname(to_name); in hostfs_link()
|
| /Linux-v6.1/drivers/acpi/nfit/ |
| D | core.c | 661 static const char *to_name[] = { in spa_type_name() local 676 return to_name[type]; in spa_type_name()
|