Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/cluster/
Dheartbeat.c1459 unsigned long *ret_bytes, in o2hb_read_block_input() argument
1475 if (ret_bytes) in o2hb_read_block_input()
1476 *ret_bytes = bytes; in o2hb_read_block_input()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c1780 size_t num_bytes, ret_bytes; in ll_ioctl_fiemap() local
1823 ret_bytes = sizeof(struct ll_user_fiemap); in ll_ioctl_fiemap()
1826 ret_bytes += (fiemap_s->fm_mapped_extents * in ll_ioctl_fiemap()
1829 if (copy_to_user((void *)arg, fiemap_s, ret_bytes)) in ll_ioctl_fiemap()
/linux-4.4.14/sound/pci/hda/
Dpatch_ca0132.c1426 unsigned int ret_bytes, send_size, ret_size; in dspio_scp() local
1453 ret_bytes = 0; in dspio_scp()
1457 sizeof(scp_reply), &ret_bytes); in dspio_scp()
1475 ret_size = (ret_bytes - sizeof(scp_reply.hdr)) in dspio_scp()