Home
last modified time | relevance | path

Searched refs:u_data (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/nilfs2/
H A Dbmap.c507 memset(bmap->b_u.u_data, 0, NILFS_BMAP_SIZE); in nilfs_bmap_read()
509 memcpy(bmap->b_u.u_data, raw_inode->i_bmap, NILFS_BMAP_SIZE); in nilfs_bmap_read()
552 memcpy(raw_inode->i_bmap, bmap->b_u.u_data, in nilfs_bmap_write()
575 memcpy(store->data, bmap->b_u.u_data, sizeof(store->data)); in nilfs_bmap_save()
584 memcpy(bmap->b_u.u_data, store->data, sizeof(store->data)); in nilfs_bmap_restore()
H A Dbmap.h102 __le64 u_data[NILFS_BMAP_SIZE / sizeof(__le64)]; member
H A Ddirect.c20 ((struct nilfs_direct_node *)direct->b_u.u_data + 1); in nilfs_direct_dptrs()
H A Dbtree.c413 return (struct nilfs_btree_node *)btree->b_u.u_data; in nilfs_btree_get_root()
/openbmc/qemu/tests/qtest/
H A Dvirtio-blk-test.c348 static void indirect(void *obj, void *u_data, QGuestAllocator *t_alloc) in indirect() argument
463 static void msix(void *obj, void *u_data, QGuestAllocator *t_alloc) in msix() argument
572 static void idx(void *obj, void *u_data, QGuestAllocator *t_alloc) in idx() argument
H A Dvhost-user-blk-test.c457 static void indirect(void *obj, void *u_data, QGuestAllocator *t_alloc) in indirect() argument
542 static void idx(void *obj, void *u_data, QGuestAllocator *t_alloc) in idx() argument
/openbmc/linux/arch/sparc/kernel/
H A Dldc.c70 u8 u_data[LDC_PACKET_SIZE - 8]; member
362 memcpy(p->u.u_data, data, dlen); in handshake_compose_ctrl()
652 vp = (struct ldc_version *) p->u.u_data; in process_version()
1598 p->u.u_data : in write_nonraw()
1868 p->u.u_data : p->u.r.r_data), pkt_len); in read_nonraw()
/openbmc/linux/ipc/
H A Dmqueue.c635 static ssize_t mqueue_read_file(struct file *filp, char __user *u_data, in mqueue_read_file() argument
655 ret = simple_read_from_buffer(u_data, count, off, buffer, in mqueue_read_file()