Searched refs:dst_name (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | conctl.c | 728 char *dst_name = NULL; in lst_test_add_ioctl() local 766 LIBCFS_ALLOC(dst_name, args->lstio_tes_dgrp_nmlen + 1); in lst_test_add_ioctl() 767 if (dst_name == NULL) in lst_test_add_ioctl() 781 copy_from_user(dst_name, args->lstio_tes_dgrp_name, in lst_test_add_ioctl() 792 src_name, dst_name, param, in lst_test_add_ioctl() 806 if (dst_name != NULL) in lst_test_add_ioctl() 807 LIBCFS_FREE(dst_name, args->lstio_tes_dgrp_nmlen + 1); in lst_test_add_ioctl()
|
D | console.h | 232 char *src_name, char *dst_name,
|
D | console.c | 1276 char *src_name, char *dst_name, in lstcon_test_add() argument 1299 rc = lstcon_verify_group(dst_name, &dst_grp); in lstcon_test_add()
|
/linux-4.1.27/fs/hfs/ |
D | catalog.c | 280 struct inode *dst_dir, struct qstr *dst_name) in hfs_cat_move() argument 290 dst_dir->i_ino, dst_name->name); in hfs_cat_move() 311 hfs_cat_build_key(sb, dst_fd.search_key, dst_dir->i_ino, dst_name); in hfs_cat_move() 354 dst_dir->i_ino, dst_name); in hfs_cat_move()
|
/linux-4.1.27/fs/hfsplus/ |
D | catalog.c | 416 struct inode *dst_dir, struct qstr *dst_name) in hfsplus_rename_cat() argument 426 dst_dir->i_ino, dst_name->name); in hfsplus_rename_cat() 452 dst_dir->i_ino, dst_name); in hfsplus_rename_cat() 501 dst_dir->i_ino, dst_name); in hfsplus_rename_cat()
|
D | hfsplus_fs.h | 457 struct inode *dst_dir, struct qstr *dst_name);
|
/linux-4.1.27/include/net/iucv/ |
D | af_iucv.h | 112 char dst_name[8]; member
|
/linux-4.1.27/net/iucv/ |
D | af_iucv.c | 345 memcpy(phs_hdr->destAppName, iucv->dst_name, 8); in afiucv_hs_send() 447 high_nmcpy(user_data, iucv->dst_name); in iucv_sever_path() 879 memcpy(iucv->dst_name, sa->siucv_name, 8); in iucv_sock_connect() 996 memcpy(siucv->siucv_name, iucv->dst_name, 8); in iucv_sock_getname() 1183 memcpy(appl_id, iucv->dst_name, 8); in iucv_sock_sendmsg() 1713 high_nmcpy(user_data, iucv->dst_name); in iucv_callback_connreq() 1740 memcpy(niucv->dst_name, ipuser + 8, 8); in iucv_callback_connreq() 1741 EBCASC(niucv->dst_name, 8); in iucv_callback_connreq() 1961 memcpy(niucv->dst_name, trans_hdr->srcAppName, 8); in afiucv_hs_callback_syn() 2142 (!memcmp(&iucv_sk(sk)->dst_name, nullstring, 8)) && in afiucv_hs_rcv() [all …]
|