| /linux-6.15/fs/smb/client/ |
| H A D | link.c | 469 const char *from_name, *to_name; local 489 from_name = build_path_from_dentry(old_file, page1); 490 if (IS_ERR(from_name)) { 491 rc = PTR_ERR(from_name); 502 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name, 515 from_name, to_name, cifs_sb);
|
| H A D | smb2inode.c | 1192 const char *from_name, const char *to_name, in smb2_set_path_attr() argument 1210 oparms = CIFS_OPARMS(cifs_sb, tcon, from_name, access, FILE_OPEN, in smb2_set_path_attr() 1212 rc = smb2_compound_op(xid, tcon, cifs_sb, from_name, in smb2_set_path_attr() 1223 const char *from_name, const char *to_name, in smb2_rename_path() argument 1229 drop_cached_dir_by_name(xid, tcon, from_name, cifs_sb); in smb2_rename_path() 1230 cifs_get_writable_path(tcon, from_name, FIND_WR_WITH_DELETE, &cfile); in smb2_rename_path() 1232 int rc = smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_rename_path() 1236 cifs_get_writable_path(tcon, from_name, in smb2_rename_path() 1238 rc = smb2_set_path_attr(xid, tcon, from_name, to_name, cifs_sb, in smb2_rename_path() 1247 const char *from_name, const char *to_name, in smb2_create_hardlink() argument [all …]
|
| H A D | smb2proto.h | 100 const char *from_name, const char *to_name, 105 const char *from_name, const char *to_name,
|
| H A D | inode.c | 2460 const char *from_name, *to_name; local 2489 from_name = build_path_from_dentry(source_dentry, page1); 2490 if (IS_ERR(from_name)) { 2491 rc = PTR_ERR(from_name); 2501 cifs_close_deferred_file_under_dentry(tcon, from_name); 2507 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, 2513 rc = cifs_do_rename(xid, source_dentry, from_name, target_dentry, 2542 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, from_name, 2577 rc = cifs_do_rename(xid, source_dentry, from_name,
|
| H A D | cifsproto.h | 456 const char *from_name, const char *to_name, 465 const char *from_name, const char *to_name,
|
| H A D | cifsglob.h | 460 const char *from_name, const char *to_name, 466 const char *from_name, const char *to_name,
|
| H A D | cifssmb.c | 2229 const char *from_name, const char *to_name, in CIFSSMBRename() argument 2254 from_name, PATH_MAX, in CIFSSMBRename() 2268 name_len = copy_path_name(pSMB->OldFileName, from_name); in CIFSSMBRename() 2548 const char *from_name, const char *to_name, in CIFSCreateHardLink() argument 2577 cifsConvertToUTF16((__le16 *) pSMB->OldFileName, from_name, in CIFSCreateHardLink() 2592 name_len = copy_path_name(pSMB->OldFileName, from_name); in CIFSCreateHardLink()
|
| /linux-6.15/fs/hostfs/ |
| H A D | hostfs_kern.c | 642 char *from_name, *to_name; in hostfs_link() local 645 if ((from_name = dentry_name(from)) == NULL) in hostfs_link() 649 __putname(from_name); in hostfs_link() 652 err = link_file(to_name, from_name); in hostfs_link() 653 __putname(from_name); in hostfs_link()
|
| /linux-6.15/tools/testing/selftests/hid/tests/ |
| H A D | test_keyboard.py | 158 usage = hut[0x07].from_name[k].usage
|
| /linux-6.15/fs/ |
| H A D | namespace.c | 4624 struct filename *from_name __free(putname) = NULL; in SYSCALL_DEFINE5() 4647 from_name = getname_maybe_null(from_pathname, uflags); in SYSCALL_DEFINE5() 4648 if (IS_ERR(from_name)) in SYSCALL_DEFINE5() 4649 return PTR_ERR(from_name); in SYSCALL_DEFINE5() 4673 if (!from_name && from_dfd >= 0) { in SYSCALL_DEFINE5() 4681 ret = filename_lookup(from_dfd, from_name, lflags, &from_path, NULL); in SYSCALL_DEFINE5()
|
| /linux-6.15/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 1398 char from_name[IPSET_MAXNAMELEN]; in ip_set_swap() local 1430 strscpy_pad(from_name, from->name, IPSET_MAXNAMELEN); in ip_set_swap() 1432 strscpy_pad(to->name, from_name, IPSET_MAXNAMELEN); in ip_set_swap()
|