Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dlink.c469 const char *from_name, *to_name; local
494 to_name = build_path_from_dentry(direntry, page2);
495 if (IS_ERR(to_name)) {
496 rc = PTR_ERR(to_name);
502 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name,
515 from_name, to_name, cifs_sb);
H A Dsmb2inode.c1192 const char *from_name, const char *to_name, in smb2_set_path_attr() argument
1203 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
1223 const char *from_name, const char *to_name, in smb2_rename_path() argument
1232 int rc = smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_rename_path()
1238 rc = smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_rename_path()
1247 const char *from_name, const char *to_name, in smb2_create_hardlink() argument
1252 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.c2460 const char *from_name, *to_name; local
2495 to_name = build_path_from_dentry(target_dentry, page2);
2496 if (IS_ERR(to_name)) {
2497 rc = PTR_ERR(to_name);
2504 cifs_close_deferred_file_under_dentry(tcon, to_name);
2508 to_name);
2514 to_name);
2549 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2578 target_dentry, to_name);
H A Dcifsproto.h456 const char *from_name, const char *to_name,
465 const char *from_name, const char *to_name,
H A Dcifsglob.h460 const char *from_name, const char *to_name,
466 const char *from_name, const char *to_name,
H A Dcifssmb.c2229 const char *from_name, const char *to_name, in CIFSSMBRename() argument
2263 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSSMBRename()
2269 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSSMBRename()
2548 const char *from_name, const char *to_name, in CIFSCreateHardLink() argument
2587 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSCreateHardLink()
2594 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSCreateHardLink()
/linux-6.15/fs/hostfs/
H A Dhostfs_kern.c642 char *from_name, *to_name; in hostfs_link() local
647 to_name = dentry_name(to); in hostfs_link()
648 if (to_name == NULL) { in hostfs_link()
652 err = link_file(to_name, from_name); in hostfs_link()
654 __putname(to_name); in hostfs_link()
/linux-6.15/fs/
H A Dnamespace.c4623 struct filename *to_name __free(putname) = NULL; in SYSCALL_DEFINE5()
4656 to_name = getname_maybe_null(to_pathname, uflags); in SYSCALL_DEFINE5()
4657 if (IS_ERR(to_name)) in SYSCALL_DEFINE5()
4658 return PTR_ERR(to_name); in SYSCALL_DEFINE5()
4660 if (!to_name && to_dfd >= 0) { in SYSCALL_DEFINE5()
4668 ret = filename_lookup(to_dfd, to_name, lflags, &to_path, NULL); in SYSCALL_DEFINE5()
/linux-6.15/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()