| /linux/sound/usb/line6/ |
| H A D | midibuf.c | 126 int bytes_used; in line6_midibuf_read() local 140 bytes_used = line6_midibuf_bytes_used(this); in line6_midibuf_read() 142 if (length > bytes_used) in line6_midibuf_read() 143 length = bytes_used; in line6_midibuf_read() 243 int bytes_used = line6_midibuf_bytes_used(this); in line6_midibuf_ignore() local 245 if (length > bytes_used) in line6_midibuf_ignore() 246 length = bytes_used; in line6_midibuf_ignore()
|
| /linux/drivers/iio/buffer/ |
| H A D | industrialio-buffer-dmaengine.c | 55 block->bytes_used -= result->residue; in iio_dmaengine_buffer_block_done() 84 nents = sg_nents_for_len(sgl, block->bytes_used); in iio_dmaengine_buffer_submit_block() 92 len_total = block->bytes_used; in iio_dmaengine_buffer_submit_block() 111 block->bytes_used = max_size; in iio_dmaengine_buffer_submit_block() 113 if (!block->bytes_used || block->bytes_used > max_size) in iio_dmaengine_buffer_submit_block() 118 block->bytes_used, in iio_dmaengine_buffer_submit_block()
|
| H A D | industrialio-buffer-dma.c | 268 block->bytes_used = 0; in iio_dma_buffer_block_list_abort() 395 block->bytes_used = block->size; in iio_dma_buffer_request_update() 578 if (n > block->bytes_used - queue->fileio.pos) in iio_dma_buffer_io() 579 n = block->bytes_used - queue->fileio.pos; in iio_dma_buffer_io() 591 if (queue->fileio.pos == block->bytes_used) { in iio_dma_buffer_io() 745 block->bytes_used = size; in iio_dma_buffer_enqueue_dmabuf()
|
| /linux/fs/squashfs/ |
| H A D | super.c | 220 msblk->bytes_used = sizeof(*sblk); in squashfs_fill_super() 258 msblk->bytes_used = le64_to_cpu(sblk->bytes_used); in squashfs_fill_super() 259 if (msblk->bytes_used < 0 || in squashfs_fill_super() 260 msblk->bytes_used > bdev_nr_bytes(sb->s_bdev)) in squashfs_fill_super() 304 TRACE("Filesystem size %lld bytes\n", msblk->bytes_used); in squashfs_fill_super() 364 next_table = msblk->bytes_used; in squashfs_fill_super() 580 buf->f_blocks = ((msblk->bytes_used - 1) >> msblk->block_log) + 1; in squashfs_statfs()
|
| H A D | squashfs_fs_sb.h | 64 long long bytes_used; member
|
| H A D | block.c | 315 if (index + 2 > msblk->bytes_used) { in squashfs_read_data() 352 (index + length) > msblk->bytes_used) { in squashfs_read_data()
|
| H A D | xattr_id.c | 90 end = msblk->bytes_used; in squashfs_read_xattr_id_table()
|
| /linux/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_mock_wmfw.c | 28 size_t bytes_used; member 83 fw->size = builder->bytes_used; in cs_dsp_mock_wmfw_get_firmware() 116 builder->bytes_used += bytes_needed; in cs_dsp_mock_wmfw_add_raw_block() 260 builder->bytes_used += bytes_needed; in cs_dsp_mock_wmfw_start_alg_info_block() 353 builder->bytes_used += bytes_needed; in cs_dsp_mock_wmfw_add_coeff_desc() 425 builder->bytes_used += sizeof(*hdr); in cs_dsp_init_adsp2_halo_wmfw()
|
| /linux/fs/btrfs/ |
| H A D | space-info.h | 117 u64 bytes_used; /* total bytes used, member 266 return s_info->bytes_used + s_info->bytes_reserved + in btrfs_space_info_used()
|
| H A D | dev-replace.c | 204 dev_replace->tgtdev->bytes_used = in btrfs_init_dev_replace() 205 dev_replace->srcdev->bytes_used; in btrfs_init_dev_replace() 302 device->bytes_used = btrfs_device_get_bytes_used(srcdev); in btrfs_init_dev_replace_tgtdev() 304 device->commit_bytes_used = device->bytes_used; in btrfs_init_dev_replace_tgtdev() 976 btrfs_device_set_bytes_used(tgt_device, src_device->bytes_used); in btrfs_dev_replace_finishing() 977 tgt_device->commit_bytes_used = src_device->bytes_used; in btrfs_dev_replace_finishing()
|
| H A D | accessors.h | 116 BTRFS_SETGET_FUNCS(device_bytes_used, struct btrfs_dev_item, bytes_used, 64); 131 bytes_used, 64); 733 BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64); 789 bytes_used, 64); 860 bytes_used, 64);
|
| H A D | volumes.h | 154 u64 bytes_used; member 308 BTRFS_DEVICE_GETSET_FUNCS(bytes_used);
|
| /linux/include/uapi/linux/ |
| H A D | btrfs_tree.h | 536 __le64 bytes_used; member 596 __le64 bytes_used; member 697 __le64 bytes_used; member 936 __le64 bytes_used; member
|
| /linux/include/uapi/linux/iio/ |
| H A D | buffer.h | 24 __u64 bytes_used; member
|
| /linux/drivers/md/dm-vdo/ |
| H A D | memory-alloc.c | 397 void vdo_get_memory_stats(u64 *bytes_used, u64 *peak_bytes_used) in vdo_get_memory_stats() argument 402 *bytes_used = memory_stats.kmalloc_bytes + memory_stats.vmalloc_bytes; in vdo_get_memory_stats()
|
| H A D | memory-alloc.h | 158 void vdo_get_memory_stats(u64 *bytes_used, u64 *peak_bytes_used);
|
| H A D | statistics.h | 173 u64 bytes_used; member
|
| /linux/drivers/media/usb/cx231xx/ |
| H A D | cx231xx-video.c | 332 u32 bytes_used = 0; in cx231xx_isoc_copy() local 337 &bytes_used);/* bytes used to get SAV/EAV */ in cx231xx_isoc_copy() 339 bytes_parsed += bytes_used; in cx231xx_isoc_copy() 411 u32 bytes_used = 0; in cx231xx_bulk_copy() local 416 &bytes_used);/* bytes used to get SAV/EAV */ in cx231xx_bulk_copy() 418 bytes_parsed += bytes_used; in cx231xx_bulk_copy() 442 u32 bytes_used; in cx231xx_find_boundary_SAV_EAV() local 456 &bytes_used); in cx231xx_find_boundary_SAV_EAV() 461 *p_bytes_used = bytes_used - 4; in cx231xx_find_boundary_SAV_EAV()
|
| H A D | cx231xx-vbi.c | 125 u32 bytes_used = 0; in cx231xx_isoc_vbi_copy() local 130 &bytes_used); /* bytes used to get SAV/EAV */ in cx231xx_isoc_vbi_copy() 132 bytes_parsed += bytes_used; in cx231xx_isoc_vbi_copy()
|
| /linux/fs/smb/client/ |
| H A D | cached_dir.c | 743 if (cfid->dirents.bytes_used) { in free_cached_dir() 744 atomic64_sub((long long)cfid->dirents.bytes_used, in free_cached_dir() 746 atomic64_sub((long long)cfid->dirents.bytes_used, in free_cached_dir() 751 cfid->dirents.bytes_used = 0; in free_cached_dir()
|
| H A D | cached_dir.h | 32 unsigned long bytes_used; member
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_mpu.h | 23 u8 bytes_used; /* 0x01 - Bytes used in eeprom (160 ?) */ member
|
| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-mailbox.c | 173 offset = vb_buf->bytes_used; in cx18_mdl_send_to_vb2() 181 vb_buf->bytes_used += buf->bytesused; in cx18_mdl_send_to_vb2() 186 if (vb_buf->bytes_used >= s->vb_bytes_per_frame) { in cx18_mdl_send_to_vb2() 188 vb_buf->bytes_used = 0; in cx18_mdl_send_to_vb2()
|
| /linux/include/linux/iio/ |
| H A D | buffer-dma.h | 56 size_t bytes_used; member
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | gr_udc.c | 479 u16 bytes_used; /* Bytes accommodated for */ in gr_setup_out_desc_list() local 484 bytes_used = 0; in gr_setup_out_desc_list() 486 dma_addr_t start = req->req.dma + bytes_used; in gr_setup_out_desc_list() 500 bytes_used += size; in gr_setup_out_desc_list() 532 u16 bytes_used; /* Bytes in req accommodated for */ in gr_setup_in_desc_list() local 537 bytes_used = 0; in gr_setup_in_desc_list() 539 dma_addr_t start = req->req.dma + bytes_used; in gr_setup_in_desc_list() 547 bytes_used += size; in gr_setup_in_desc_list()
|