Home
last modified time | relevance | path

Searched refs:to_name (Results 1 – 7 of 7) sorted by relevance

/linux/fs/smb/client/
H A Dlink.c446 const char *from_name, *to_name; local
471 to_name = build_path_from_dentry(direntry, page2);
472 if (IS_ERR(to_name)) {
473 rc = PTR_ERR(to_name);
479 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name,
492 from_name, to_name, cifs_sb);
H A Dsmb2proto.h90 const char *to_name, struct cifs_sb_info *cifs_sb);
93 const char *to_name, struct cifs_sb_info *cifs_sb);
H A Dinode.c2498 const char *from_name, *to_name; local
2547 to_name = build_path_from_dentry(target_dentry, page2);
2548 if (IS_ERR(to_name)) {
2549 rc = PTR_ERR(to_name);
2560 to_name);
2566 to_name);
2602 tmprc = CIFSSMBUnixQPathInfo(xid, tcon, to_name,
2630 drop_cached_dir_by_name(xid, tcon, to_name, cifs_sb);
2664 target_dentry, to_name);
H A Dcifsglob.h458 const char *from_name, const char *to_name,
464 const char *from_name, const char *to_name,
/linux/fs/hostfs/
H A Dhostfs_kern.c644 char *from_name, *to_name; in hostfs_link() local
649 to_name = dentry_name(to); in hostfs_link()
650 if (to_name == NULL) { in hostfs_link()
654 err = link_file(to_name, from_name); in hostfs_link()
656 __putname(to_name); in hostfs_link()
/linux/drivers/acpi/nfit/
H A Dcore.c674 static const char *to_name[] = { in spa_type_name() local
689 return to_name[type]; in spa_type_name()
/linux/fs/
H A Dnamespace.c4594 CLASS(filename_maybe_null,to_name)(to_pathname, uflags); in SYSCALL_DEFINE5()
4595 if (!to_name && to_dfd >= 0) { in SYSCALL_DEFINE5()
4608 ret = filename_lookup(to_dfd, to_name, lflags, &to_path, NULL); in SYSCALL_DEFINE5()