Home
last modified time | relevance | path

Searched refs:ret_bytes (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/ocfs2/cluster/
Dheartbeat.c1484 unsigned long *ret_bytes, in o2hb_read_block_input() argument
1500 if (ret_bytes) in o2hb_read_block_input()
1501 *ret_bytes = bytes; in o2hb_read_block_input()
/linux-4.1.27/sound/pci/hda/
Dpatch_ca0132.c1397 unsigned int ret_bytes, send_size, ret_size; in dspio_scp() local
1424 ret_bytes = 0; in dspio_scp()
1428 sizeof(scp_reply), &ret_bytes); in dspio_scp()
1446 ret_size = (ret_bytes - sizeof(scp_reply.hdr)) in dspio_scp()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c1789 size_t num_bytes, ret_bytes; in ll_ioctl_fiemap() local
1832 ret_bytes = sizeof(struct ll_user_fiemap); in ll_ioctl_fiemap()
1835 ret_bytes += (fiemap_s->fm_mapped_extents * in ll_ioctl_fiemap()
1838 if (copy_to_user((void *)arg, fiemap_s, ret_bytes)) in ll_ioctl_fiemap()