Home
last modified time | relevance | path

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

/Linux-v4.19/fs/hfs/
Dcatalog.c281 struct inode *dst_dir, const struct qstr *dst_name) in hfs_cat_move() argument
291 dst_dir->i_ino, dst_name->name); in hfs_cat_move()
312 hfs_cat_build_key(sb, dst_fd.search_key, dst_dir->i_ino, dst_name); in hfs_cat_move()
355 dst_dir->i_ino, dst_name); in hfs_cat_move()
/Linux-v4.19/fs/hfsplus/
Dcatalog.c420 struct inode *dst_dir, const struct qstr *dst_name) in hfsplus_rename_cat() argument
430 dst_dir->i_ino, dst_name->name); in hfsplus_rename_cat()
456 dst_dir->i_ino, dst_name); in hfsplus_rename_cat()
505 dst_dir->i_ino, dst_name); in hfsplus_rename_cat()
Dhfsplus_fs.h458 struct inode *dst_dir, const struct qstr *dst_name);
/Linux-v4.19/net/iucv/
Daf_iucv.c343 memcpy(phs_hdr->destAppName, iucv->dst_name, 8); in afiucv_hs_send()
457 high_nmcpy(user_data, iucv->dst_name); in iucv_sever_path()
897 memcpy(iucv->dst_name, sa->siucv_name, 8); in iucv_sock_connect()
1013 memcpy(siucv->siucv_name, iucv->dst_name, 8); in iucv_sock_getname()
1232 memcpy(appl_id, iucv->dst_name, 8); in iucv_sock_sendmsg()
1759 high_nmcpy(user_data, iucv->dst_name); in iucv_callback_connreq()
1786 memcpy(niucv->dst_name, ipuser + 8, 8); in iucv_callback_connreq()
1787 EBCASC(niucv->dst_name, 8); in iucv_callback_connreq()
2007 memcpy(niucv->dst_name, trans_hdr->srcAppName, 8); in afiucv_hs_callback_syn()
2203 (!memcmp(&iucv_sk(sk)->dst_name, nullstring, 8)) && in afiucv_hs_rcv()
[all …]
/Linux-v4.19/include/net/iucv/
Daf_iucv.h113 char dst_name[8]; member