Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dlink.c468 const char *from_name, *to_name; local
493 to_name = build_path_from_dentry(direntry, page2);
494 if (IS_ERR(to_name)) {
495 rc = PTR_ERR(to_name);
501 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name,
514 from_name, to_name, cifs_sb);
H A Dsmb2inode.c1062 const char *from_name, const char *to_name, in smb2_set_path_attr() argument
1073 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
1093 const char *from_name, const char *to_name, in smb2_rename_path() argument
1102 int rc = smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_rename_path()
1106 rc = smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_rename_path()
1115 const char *from_name, const char *to_name, in smb2_create_hardlink() argument
1120 return smb2_set_path_attr(xid, tcon, from_name, to_name, in smb2_create_hardlink()
H A Dsmb2proto.h101 const char *from_name, const char *to_name,
106 const char *from_name, const char *to_name,
H A Dinode.c2249 const char *from_name, *to_name; local
2284 to_name = build_path_from_dentry(target_dentry, page2);
2285 if (IS_ERR(to_name)) {
2286 rc = PTR_ERR(to_name);
2292 cifs_close_deferred_file_under_dentry(tcon, to_name);
2295 to_name);
2301 to_name);
2336 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2365 target_dentry, to_name);
H A Dcifsproto.h448 const char *from_name, const char *to_name,
457 const char *from_name, const char *to_name,
H A Dcifsglob.h425 const char *from_name, const char *to_name,
431 const char *from_name, const char *to_name,
H A Dcifssmb.c2154 const char *from_name, const char *to_name, in CIFSSMBRename() argument
2188 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSSMBRename()
2194 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSSMBRename()
2536 const char *from_name, const char *to_name, in CIFSCreateHardLink() argument
2575 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSCreateHardLink()
2582 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSCreateHardLink()
/openbmc/linux/fs/hostfs/
H A Dhostfs_kern.c649 char *from_name, *to_name; in hostfs_link() local
654 to_name = dentry_name(to); in hostfs_link()
655 if (to_name == NULL) { in hostfs_link()
659 err = link_file(to_name, from_name); in hostfs_link()
661 __putname(to_name); in hostfs_link()
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py156 def MoveNode(self, from_name, to_name): argument
167 to_node = self.GetNode(to_name)
/openbmc/linux/drivers/acpi/nfit/
H A Dcore.c661 static const char *to_name[] = { in spa_type_name() local
676 return to_name[type]; in spa_type_name()