Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dlink.c446 const char *from_name, *to_name; local
471 to_name = build_path_from_dentry(direntry, page2);
472 if (IS_ERR(to_name)) {
473 rc = PTR_ERR(to_name);
479 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name,
492 from_name, to_name, cifs_sb);
H A Dsmb2inode.c1188 const char *from_name, const char *to_name, in smb2_set_path_attr() argument
1199 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
1221 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()
1261 const char *from_name, const char *to_name, in smb2_create_hardlink() argument
1277 return smb2_set_path_attr(xid, tcon, from_name, to_name, in smb2_create_hardlink()
1499 char *to_name __free(kfree) = NULL; in smb2_rename_pending_delete()
1513 to_name = cifs_silly_fullpath(dentry); in smb2_rename_pending_delete()
1514 if (IS_ERR(to_name)) { in smb2_rename_pending_delete()
[all …]
H A Dsmb2proto.h90 const char *to_name, struct cifs_sb_info *cifs_sb);
93 const char *to_name, struct cifs_sb_info *cifs_sb);
H A Dinode.c2520 const char *from_name, *to_name;
2569 to_name = build_path_from_dentry(target_dentry, page2);
2570 if (IS_ERR(to_name)) {
2571 rc = PTR_ERR(to_name);
2582 to_name);
2588 to_name);
2624 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2652 drop_cached_dir_by_name(xid, tcon, to_name, cifs_sb);
2686 target_dentry, to_name);
2498 const char *from_name, *to_name; global() local
H A Dcifsglob.h458 const char *from_name, const char *to_name,
464 const char *from_name, const char *to_name,
H A Dcifssmb.c2465 const char *from_name, const char *to_name, in CIFSSMBRename() argument
2501 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSSMBRename()
2507 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSSMBRename()
2789 const char *from_name, const char *to_name, in CIFSCreateHardLink() argument
2830 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSCreateHardLink()
2837 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSCreateHardLink()
/linux/fs/hostfs/
H A Dhostfs_kern.c644 char *from_name, *to_name; in hostfs_link() local
649 to_name = dentry_name(to); in hostfs_link()
650 if (to_name == NULL) { in hostfs_link()
654 err = link_file(to_name, from_name); in hostfs_link()
656 __putname(to_name); in hostfs_link()
/linux/drivers/acpi/nfit/
H A Dcore.c676 static const char *to_name[] = { in spa_type_name()
691 return to_name[type];
674 static const char *to_name[] = { spa_type_name() local
/linux/fs/
H A Dnamespace.c4605 CLASS(filename_maybe_null,to_name)(to_pathname, uflags); in SYSCALL_DEFINE5()
4606 if (!to_name && to_dfd >= 0) { in SYSCALL_DEFINE5()
4619 ret = filename_lookup(to_dfd, to_name, lflags, &to_path, NULL); in SYSCALL_DEFINE5()