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

/linux-4.4.14/fs/cifs/
H A Dsmb2inode.c213 const char *from_name, const char *to_name, smb2_set_path_attr()
219 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); smb2_set_path_attr()
234 const char *from_name, const char *to_name, smb2_rename_path()
237 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, smb2_rename_path()
243 const char *from_name, const char *to_name, smb2_create_hardlink()
246 return smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, smb2_create_hardlink()
212 smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb, __u32 access, int command) smb2_set_path_attr() argument
233 smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) smb2_rename_path() argument
242 smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) smb2_create_hardlink() argument
H A Dlink.c546 char *to_name = NULL; cifs_hardlink() local
561 to_name = build_path_from_dentry(direntry); cifs_hardlink()
562 if ((from_name == NULL) || (to_name == NULL)) { cifs_hardlink()
568 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name, cifs_hardlink()
577 rc = server->ops->create_hardlink(xid, tcon, from_name, to_name, cifs_hardlink()
623 kfree(to_name); cifs_hardlink()
H A Dsmb2proto.h80 const char *from_name, const char *to_name,
83 const char *from_name, const char *to_name,
H A Dinode.c1669 char *to_name = NULL; cifs_rename2() local
1699 to_name = build_path_from_dentry(target_dentry); cifs_rename2()
1700 if (to_name == NULL) { cifs_rename2()
1706 to_name); cifs_rename2()
1735 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name, cifs_rename2()
1762 target_dentry, to_name); cifs_rename2()
1774 kfree(to_name); cifs_rename2()
H A Dcifsproto.h347 const char *from_name, const char *to_name,
354 const char *from_name, const char *to_name,
H A Dcifssmb.c2587 const char *from_name, const char *to_name, CIFSSMBRename()
2621 to_name, PATH_MAX, cifs_sb->local_nls, CIFSSMBRename()
2629 name_len2 = strnlen(to_name, PATH_MAX); CIFSSMBRename()
2632 strncpy(&pSMB->OldFileName[name_len + 1], to_name, name_len2); CIFSSMBRename()
2983 const char *from_name, const char *to_name, CIFSCreateHardLink()
3022 to_name, PATH_MAX, cifs_sb->local_nls, CIFSCreateHardLink()
3030 name_len2 = strnlen(to_name, PATH_MAX); CIFSCreateHardLink()
3033 strncpy(&pSMB->OldFileName[name_len + 1], to_name, name_len2); CIFSCreateHardLink()
2586 CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) CIFSSMBRename() argument
2982 CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) CIFSCreateHardLink() argument
/linux-4.4.14/fs/hostfs/
H A Dhostfs_kern.c645 char *from_name, *to_name; hostfs_link() local
650 to_name = dentry_name(to); hostfs_link()
651 if (to_name == NULL) { hostfs_link()
655 err = link_file(to_name, from_name); hostfs_link()
657 __putname(to_name); hostfs_link()
/linux-4.4.14/drivers/acpi/
H A Dnfit.c204 static const char *to_name[] = { spa_type_name() local
219 return to_name[type]; spa_type_name()

Completed in 599 milliseconds