Searched refs:from_name (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | link.c | 437 const char *from_name, *to_name; local 457 from_name = build_path_from_dentry(old_file, page1); 458 if (IS_ERR(from_name)) { 459 rc = PTR_ERR(from_name); 470 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name, 483 from_name, to_name, cifs_sb);
|
| H A D | smb2proto.h | 89 struct dentry *source_dentry, const char *from_name, 92 struct dentry *source_dentry, const char *from_name,
|
| H A D | cifsglob.h | 459 const char *from_name, const char *to_name, 465 const char *from_name, const char *to_name,
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_keyboard.py | 158 usage = hut[0x07].from_name[k].usage
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 1411 char from_name[IPSET_MAXNAMELEN]; in ip_set_swap() local 1443 strscpy_pad(from_name, from->name, IPSET_MAXNAMELEN); in ip_set_swap() 1445 strscpy_pad(to->name, from_name, IPSET_MAXNAMELEN); in ip_set_swap()
|