Searched refs:to_name (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | link.c | 437 const char *from_name, *to_name; local 462 to_name = build_path_from_dentry(direntry, page2); 463 if (IS_ERR(to_name)) { 464 rc = PTR_ERR(to_name); 470 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name, 483 from_name, to_name, cifs_sb);
|
| H A D | smb2proto.h | 90 const char *to_name, struct cifs_sb_info *cifs_sb); 93 const char *to_name, struct cifs_sb_info *cifs_sb);
|
| H A D | cifsglob.h | 459 const char *from_name, const char *to_name, 465 const char *from_name, const char *to_name,
|