Searched refs:to_name (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/fs/cifs/ |
D | link.c | 524 char *to_name = NULL; in cifs_hardlink() local 539 to_name = build_path_from_dentry(direntry); in cifs_hardlink() 540 if ((from_name == NULL) || (to_name == NULL)) { in cifs_hardlink() 546 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name, in cifs_hardlink() 555 rc = server->ops->create_hardlink(xid, tcon, from_name, to_name, in cifs_hardlink() 601 kfree(to_name); in cifs_hardlink()
|
D | smb2inode.c | 557 const char *from_name, const char *to_name, in smb2_set_path_attr() argument 564 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr() 579 const char *from_name, const char *to_name, in smb2_rename_path() argument 586 return smb2_set_path_attr(xid, tcon, from_name, to_name, in smb2_rename_path() 592 const char *from_name, const char *to_name, in smb2_create_hardlink() argument 595 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_create_hardlink()
|
D | smb2proto.h | 98 const char *from_name, const char *to_name, 101 const char *from_name, const char *to_name,
|
D | inode.c | 1786 char *to_name = NULL; local 1816 to_name = build_path_from_dentry(target_dentry); 1817 if (to_name == NULL) { 1823 to_name); 1852 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name, 1879 target_dentry, to_name); 1891 kfree(to_name);
|
D | cifsproto.h | 388 const char *from_name, const char *to_name, 395 const char *from_name, const char *to_name,
|
D | cifssmb.c | 2763 const char *from_name, const char *to_name, in CIFSSMBRename() argument 2797 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSSMBRename() 2803 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSSMBRename() 3141 const char *from_name, const char *to_name, in CIFSCreateHardLink() argument 3180 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSCreateHardLink() 3187 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSCreateHardLink()
|
/Linux-v5.4/fs/hostfs/ |
D | hostfs_kern.c | 627 char *from_name, *to_name; in hostfs_link() local 632 to_name = dentry_name(to); in hostfs_link() 633 if (to_name == NULL) { in hostfs_link() 637 err = link_file(to_name, from_name); in hostfs_link() 639 __putname(to_name); in hostfs_link()
|
/Linux-v5.4/drivers/acpi/nfit/ |
D | core.c | 649 static const char *to_name[] = { in spa_type_name() local 664 return to_name[type]; in spa_type_name()
|