Searched refs:to_name (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | link.c | 514 char *to_name = NULL; in cifs_hardlink() local 529 to_name = build_path_from_dentry(direntry); in cifs_hardlink() 530 if ((from_name == NULL) || (to_name == NULL)) { in cifs_hardlink() 536 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name, in cifs_hardlink() 545 rc = server->ops->create_hardlink(xid, tcon, from_name, to_name, in cifs_hardlink() 591 kfree(to_name); in cifs_hardlink()
|
D | smb2inode.c | 678 const char *from_name, const char *to_name, in smb2_set_path_attr() argument 685 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr() 700 const char *from_name, const char *to_name, in smb2_rename_path() argument 707 return smb2_set_path_attr(xid, tcon, from_name, to_name, in smb2_rename_path() 713 const char *from_name, const char *to_name, in smb2_create_hardlink() argument 716 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_create_hardlink()
|
D | smb2proto.h | 107 const char *from_name, const char *to_name, 110 const char *from_name, const char *to_name,
|
D | inode.c | 2068 char *to_name = NULL; local 2098 to_name = build_path_from_dentry(target_dentry); 2099 if (to_name == NULL) { 2105 to_name); 2134 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name, 2161 target_dentry, to_name); 2173 kfree(to_name);
|
D | cifsproto.h | 406 const char *from_name, const char *to_name, 413 const char *from_name, const char *to_name,
|
D | cifssmb.c | 2690 const char *from_name, const char *to_name, in CIFSSMBRename() argument 2724 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSSMBRename() 2730 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSSMBRename() 3068 const char *from_name, const char *to_name, in CIFSCreateHardLink() argument 3107 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSCreateHardLink() 3114 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSCreateHardLink()
|
/kernel/linux/linux-5.10/fs/hostfs/ |
D | hostfs_kern.c | 624 char *from_name, *to_name; in hostfs_link() local 629 to_name = dentry_name(to); in hostfs_link() 630 if (to_name == NULL) { in hostfs_link() 634 err = link_file(to_name, from_name); in hostfs_link() 636 __putname(to_name); in hostfs_link()
|
/kernel/linux/linux-5.10/drivers/acpi/nfit/ |
D | core.c | 660 static const char *to_name[] = { in spa_type_name() local 675 return to_name[type]; in spa_type_name()
|