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

/linux-master/fs/smb/client/
H A Dlink.c468 const char *from_name, *to_name; local
493 to_name = build_path_from_dentry(direntry, page2);
494 if (IS_ERR(to_name)) {
495 rc = PTR_ERR(to_name);
501 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name,
514 from_name, to_name, cifs_sb);
H A Dsmb2inode.c1062 const char *from_name, const char *to_name,
1073 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb);
1093 const char *from_name, const char *to_name,
1102 int rc = smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb,
1106 rc = smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb,
1115 const char *from_name, const char *to_name,
1120 return smb2_set_path_attr(xid, tcon, from_name, to_name,
1061 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 create_options, __u32 access, int command, struct cifsFileInfo *cfile, struct dentry *dentry) argument
1090 smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon, struct dentry *source_dentry, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) argument
1112 smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon, struct dentry *source_dentry, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) argument
H A Dsmb2proto.h101 const char *from_name, const char *to_name,
106 const char *from_name, const char *to_name,
H A Dinode.c2249 const char *from_name, *to_name; local
2284 to_name = build_path_from_dentry(target_dentry, page2);
2285 if (IS_ERR(to_name)) {
2286 rc = PTR_ERR(to_name);
2292 cifs_close_deferred_file_under_dentry(tcon, to_name);
2295 to_name);
2301 to_name);
2336 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2365 target_dentry, to_name);
H A Dcifsproto.h448 const char *from_name, const char *to_name,
457 const char *from_name, const char *to_name,
H A Dcifsglob.h425 const char *from_name, const char *to_name,
431 const char *from_name, const char *to_name,
H A Dcifssmb.c2154 const char *from_name, const char *to_name,
2188 to_name, PATH_MAX, cifs_sb->local_nls,
2194 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name);
2536 const char *from_name, const char *to_name,
2575 to_name, PATH_MAX, cifs_sb->local_nls,
2582 name_len2 = copy_path_name(pSMB->OldFileName+name_len+1, to_name);
2152 CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon, struct dentry *source_dentry, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) argument
2533 CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon, struct dentry *source_dentry, const char *from_name, const char *to_name, struct cifs_sb_info *cifs_sb) argument
/linux-master/fs/hostfs/
H A Dhostfs_kern.c649 char *from_name, *to_name; local
654 to_name = dentry_name(to);
655 if (to_name == NULL) {
659 err = link_file(to_name, from_name);
661 __putname(to_name);
/linux-master/drivers/acpi/nfit/
H A Dcore.c661 static const char *to_name[] = { local
676 return to_name[type];

Completed in 181 milliseconds