Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dlink.c480 const char *from_name, *to_name; local
505 to_name = build_path_from_dentry(direntry, page2);
506 if (IS_ERR(to_name)) {
507 rc = PTR_ERR(to_name);
513 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name,
525 rc = server->ops->create_hardlink(xid, tcon, from_name, to_name,
Dsmb2inode.c786 const char *from_name, const char *to_name, in smb2_set_path_attr() argument
793 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
808 const char *from_name, const char *to_name, in smb2_rename_path() argument
816 return smb2_set_path_attr(xid, tcon, from_name, to_name, in smb2_rename_path()
822 const char *from_name, const char *to_name, in smb2_create_hardlink() argument
825 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_create_hardlink()
Dsmb2proto.h84 const char *from_name, const char *to_name,
87 const char *from_name, const char *to_name,
Dinode.c2218 const char *from_name, *to_name; local
2253 to_name = build_path_from_dentry(target_dentry, page2);
2254 if (IS_ERR(to_name)) {
2255 rc = PTR_ERR(to_name);
2261 cifs_close_deferred_file_under_dentry(tcon, to_name);
2264 to_name);
2270 to_name);
2305 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2334 target_dentry, to_name);
Dcifsproto.h438 const char *from_name, const char *to_name,
445 const char *from_name, const char *to_name,
Dcifssmb.c2152 const char *from_name, const char *to_name, in CIFSSMBRename() argument
2186 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSSMBRename()
2192 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSSMBRename()
2533 const char *from_name, const char *to_name, in CIFSCreateHardLink() argument
2572 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSCreateHardLink()
2579 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSCreateHardLink()
/Linux-v6.6/fs/hostfs/
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()
/Linux-v6.6/drivers/acpi/nfit/
Dcore.c661 static const char *to_name[] = { in spa_type_name() local
676 return to_name[type]; in spa_type_name()