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.c1114 const char *from_name, const char *to_name, in smb2_set_path_attr() argument
1125 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
1145 const char *from_name, const char *to_name, in smb2_rename_path() argument
1154 int rc = smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_rename_path()
1160 rc = smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_rename_path()
1169 const char *from_name, const char *to_name, in smb2_create_hardlink() argument
1174 return smb2_set_path_attr(xid, tcon, from_name, to_name, in smb2_create_hardlink()
H A Dsmb2proto.h100 const char *from_name, const char *to_name,
105 const char *from_name, const char *to_name,
H A Dinode.c2342 const char *from_name, *to_name; local
2377 to_name = build_path_from_dentry(target_dentry, page2);
2378 if (IS_ERR(to_name)) {
2379 rc = PTR_ERR(to_name);
2385 cifs_close_deferred_file_under_dentry(tcon, to_name);
2388 to_name);
2394 to_name);
2429 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2458 target_dentry, to_name);
H A Dcifsproto.h450 const char *from_name, const char *to_name,
459 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.c651 char *from_name, *to_name; in hostfs_link() local
656 to_name = dentry_name(to); in hostfs_link()
657 if (to_name == NULL) { in hostfs_link()
661 err = link_file(to_name, from_name); in hostfs_link()
663 __putname(to_name); in hostfs_link()
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py156 def MoveNode(self, from_name, to_name): argument
158 Mode existing from_name node to become child of to_name node.
161 from_name Name of node to make a child of to_name
162 to_name Name of node to make parent of from_name
167 to_node = self.GetNode(to_name)
/openbmc/linux/drivers/acpi/nfit/
H A Dcore.c666 static const char *to_name[] = { in spa_type_name() local
681 return to_name[type]; in spa_type_name()