Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dlink.c437 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 Dsmb2proto.h89 struct dentry *source_dentry, const char *from_name,
92 struct dentry *source_dentry, const char *from_name,
H A Dcifsglob.h459 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 Dtest_keyboard.py158 usage = hut[0x07].from_name[k].usage
/linux/net/netfilter/ipset/
H A Dip_set_core.c1411 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()