Home
last modified time | relevance | path

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

/fs/smb/client/
A Dlink.c470 const char *from_name, *to_name; local
490 from_name = build_path_from_dentry(old_file, page1);
491 if (IS_ERR(from_name)) {
492 rc = PTR_ERR(from_name);
503 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name,
516 from_name, to_name, cifs_sb);
A Dsmb2inode.c1193 const char *from_name, const char *to_name, in smb2_set_path_attr() argument
1211 oparms = CIFS_OPARMS(cifs_sb, tcon, from_name, access, FILE_OPEN, in smb2_set_path_attr()
1213 rc = smb2_compound_op(xid, tcon, cifs_sb, from_name, in smb2_set_path_attr()
1224 const char *from_name, const char *to_name, in smb2_rename_path() argument
1230 drop_cached_dir_by_name(xid, tcon, from_name, cifs_sb); in smb2_rename_path()
1231 cifs_get_writable_path(tcon, from_name, FIND_WR_WITH_DELETE, &cfile); in smb2_rename_path()
1233 int rc = smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_rename_path()
1237 cifs_get_writable_path(tcon, from_name, in smb2_rename_path()
1239 rc = smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_rename_path()
1248 const char *from_name, const char *to_name, in smb2_create_hardlink() argument
[all …]
A Dsmb2proto.h100 const char *from_name, const char *to_name,
105 const char *from_name, const char *to_name,
A Dinode.c2472 const char *from_name, *to_name; local
2513 from_name = build_path_from_dentry(source_dentry, page1);
2514 if (IS_ERR(from_name)) {
2515 rc = PTR_ERR(from_name);
2525 cifs_close_deferred_file_under_dentry(tcon, from_name);
2531 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2537 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry,
2568 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, from_name,
2603 rc = cifs_do_rename(xid, source_dentry, from_name,
A Dcifsproto.h471 const char *from_name, const char *to_name,
480 const char *from_name, const char *to_name,
A Dcifsglob.h460 const char *from_name, const char *to_name,
466 const char *from_name, const char *to_name,
A Dcifssmb.c2252 const char *from_name, const char *to_name, in CIFSSMBRename() argument
2277 from_name, PATH_MAX, in CIFSSMBRename()
2291 name_len = copy_path_name(pSMB->OldFileName, from_name); in CIFSSMBRename()
2571 const char *from_name, const char *to_name, in CIFSCreateHardLink() argument
2600 cifsConvertToUTF16((__le16 *) pSMB->OldFileName, from_name, in CIFSCreateHardLink()
2615 name_len = copy_path_name(pSMB->OldFileName, from_name); in CIFSCreateHardLink()
/fs/hostfs/
A Dhostfs_kern.c644 char *from_name, *to_name; in hostfs_link() local
647 if ((from_name = dentry_name(from)) == NULL) in hostfs_link()
651 __putname(from_name); in hostfs_link()
654 err = link_file(to_name, from_name); in hostfs_link()
655 __putname(from_name); in hostfs_link()
/fs/
A Dnamespace.c4539 struct filename *from_name __free(putname) = NULL; in SYSCALL_DEFINE5()
4587 from_name = getname_maybe_null(from_pathname, uflags); in SYSCALL_DEFINE5()
4588 if (IS_ERR(from_name)) in SYSCALL_DEFINE5()
4589 return PTR_ERR(from_name); in SYSCALL_DEFINE5()
4591 if (!from_name && from_dfd >= 0) { in SYSCALL_DEFINE5()
4604 ret = filename_lookup(from_dfd, from_name, lflags, &from_path, NULL); in SYSCALL_DEFINE5()

Completed in 48 milliseconds