Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dlink.c517 char *to_name = NULL; in cifs_hardlink() local
532 to_name = build_path_from_dentry(direntry); in cifs_hardlink()
533 if ((from_name == NULL) || (to_name == NULL)) { in cifs_hardlink()
539 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name, in cifs_hardlink()
548 rc = server->ops->create_hardlink(xid, tcon, from_name, to_name, in cifs_hardlink()
594 kfree(to_name); in cifs_hardlink()
H A Dsmb2inode.c676 const char *from_name, const char *to_name, in smb2_set_path_attr() argument
683 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
698 const char *from_name, const char *to_name, in smb2_rename_path() argument
705 return smb2_set_path_attr(xid, tcon, from_name, to_name, in smb2_rename_path()
711 const char *from_name, const char *to_name, in smb2_create_hardlink() argument
714 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_create_hardlink()
H A Dsmb2proto.h107 const char *from_name, const char *to_name,
110 const char *from_name, const char *to_name,
H A Dinode.c2071 char *to_name = NULL; local
2101 to_name = build_path_from_dentry(target_dentry);
2102 if (to_name == NULL) {
2108 to_name);
2137 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2164 target_dentry, to_name);
2176 kfree(to_name);
H A Dcifsproto.h408 const char *from_name, const char *to_name,
415 const char *from_name, const char *to_name,
H A Dcifssmb.c2690 const char *from_name, const char *to_name, in CIFSSMBRename() argument
2724 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSSMBRename()
2730 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSSMBRename()
3068 const char *from_name, const char *to_name, in CIFSCreateHardLink() argument
3107 to_name, PATH_MAX, cifs_sb->local_nls, in CIFSCreateHardLink()
3114 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name); in CIFSCreateHardLink()
/OK3568_Linux_fs/kernel/fs/hostfs/
H A Dhostfs_kern.c624 char *from_name, *to_name; in hostfs_link() local
629 to_name = dentry_name(to); in hostfs_link()
630 if (to_name == NULL) { in hostfs_link()
634 err = link_file(to_name, from_name); in hostfs_link()
636 __putname(to_name); in hostfs_link()
/OK3568_Linux_fs/kernel/drivers/acpi/nfit/
H A Dcore.c660 static const char *to_name[] = { in spa_type_name() local
675 return to_name[type]; in spa_type_name()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...