Home
last modified time | relevance | path

Searched refs:to_name (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/fs/cifs/
Dlink.c514 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()
Dsmb2inode.c677 const char *from_name, const char *to_name, in smb2_set_path_attr() argument
684 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
699 const char *from_name, const char *to_name, in smb2_rename_path() argument
706 return smb2_set_path_attr(xid, tcon, from_name, to_name, in smb2_rename_path()
712 const char *from_name, const char *to_name, in smb2_create_hardlink() argument
715 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_create_hardlink()
Dsmb2proto.h107 const char *from_name, const char *to_name,
110 const char *from_name, const char *to_name,
Dinode.c2069 char *to_name = NULL; local
2099 to_name = build_path_from_dentry(target_dentry);
2100 if (to_name == NULL) {
2106 to_name);
2135 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2162 target_dentry, to_name);
2174 kfree(to_name);
Dcifsproto.h406 const char *from_name, const char *to_name,
413 const char *from_name, const char *to_name,
Dcifssmb.c2690 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()
/Linux-v5.10/fs/hostfs/
Dhostfs_kern.c625 char *from_name, *to_name; in hostfs_link() local
630 to_name = dentry_name(to); in hostfs_link()
631 if (to_name == NULL) { in hostfs_link()
635 err = link_file(to_name, from_name); in hostfs_link()
637 __putname(to_name); in hostfs_link()
/Linux-v5.10/drivers/acpi/nfit/
Dcore.c656 static const char *to_name[] = { in spa_type_name() local
671 return to_name[type]; in spa_type_name()