/linux/include/linux/ |
H A D | task_io_accounting_ops.h | 27 current->ioac.write_bytes += bytes; in task_io_account_write() 36 return p->ioac.write_bytes >> 9; in task_io_get_oublock() 53 dst->write_bytes += src->write_bytes; in task_blk_io_accounting_add()
|
H A D | task_io_accounting.h | 35 u64 write_bytes; member 40 * (in its write_bytes) will not be happening. We _could_ just 41 * subtract that from the truncating task's write_bytes, but there is
|
/linux/drivers/char/tpm/ |
H A D | tpm_tis_core.h | 119 * tpm_tis_phy_ops read_bytes/write_bytes calls. Use TPM_TIS_PHYS_8 to 132 int (*write_bytes)(struct tpm_tis_data *data, u32 addr, u16 len, member 181 return data->phy_ops->write_bytes(data, addr, len, value, in tpm_tis_write_bytes() 187 return data->phy_ops->write_bytes(data, addr, 1, &value, in tpm_tis_write8() 198 rc = data->phy_ops->write_bytes(data, addr, sizeof(u32), in tpm_tis_write32()
|
H A D | tpm_tis_synquacer.c | 90 .write_bytes = tpm_tis_synquacer_write_bytes,
|
H A D | tpm_tis_spi_cr50.c | 238 .write_bytes = tpm_tis_spi_cr50_write_bytes,
|
H A D | tpm_tis.c | 218 .write_bytes = tpm_tcg_write_bytes,
|
/linux/tools/testing/selftests/mm/ |
H A D | map_hugetlb.c | 24 static void write_bytes(char *addr, size_t length) in write_bytes() function 80 write_bytes(addr, length); in main()
|
H A D | hugepage-vmemmap.c | 28 static void write_bytes(char *addr, size_t length) in write_bytes() function 110 write_bytes(addr, maplength); in main()
|
H A D | hugepage-mremap.c | 41 static void write_bytes(char *addr, size_t len) in write_bytes() function 155 write_bytes(addr, length); in main()
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-stm.c | 125 * @write_bytes: Maximus bytes this STM can write at a time. 142 u32 write_bytes; member 304 static bool stm_addr_unaligned(const void *addr, u8 write_bytes) in stm_addr_unaligned() argument 306 return ((unsigned long)addr & (write_bytes - 1)); in stm_addr_unaligned() 310 u32 size, u8 write_bytes) in stm_send() argument 314 if (stm_addr_unaligned(data, write_bytes)) { in stm_send() 435 if (size > drvdata->write_bytes) in stm_generic_packet() 436 size = drvdata->write_bytes; in stm_generic_packet() 449 stm_send(ch_addr, payload, 1, drvdata->write_bytes); in stm_generic_packet() 457 drvdata->write_bytes); in stm_generic_packet() [all...] |
/linux/fs/btrfs/ |
H A D | file.h | 40 size_t write_bytes, struct extent_state **cached, bool noreserve); 43 size_t *write_bytes, bool nowait);
|
H A D | file.c | 71 size_t write_bytes, struct extent_state **cached, bool noreserve) in btrfs_dirty_folio() argument 78 u64 end_pos = pos + write_bytes; in btrfs_dirty_folio() 82 if (write_bytes == 0) in btrfs_dirty_folio() 89 num_bytes = round_up(write_bytes + pos - start_pos, in btrfs_dirty_folio() 92 ASSERT(folio_pos(folio) <= pos && folio_end(folio) >= pos + write_bytes); in btrfs_dirty_folio() 856 loff_t pos, size_t write_bytes, in prepare_one_folio() argument 862 fgf_set_order(write_bytes); in prepare_one_folio() 877 ret = prepare_uptodate_folio(inode, folio, pos, write_bytes); in prepare_one_folio() 902 loff_t pos, size_t write_bytes, in lock_and_cleanup_extent_if_need() argument 912 last_pos = round_up(pos + write_bytes, fs_inf in lock_and_cleanup_extent_if_need() 981 btrfs_check_nocow_lock(struct btrfs_inode * inode,loff_t pos,size_t * write_bytes,bool nowait) btrfs_check_nocow_lock() argument 1208 size_t write_bytes = calc_write_bytes(inode, iter, start); copy_one_range() local 1891 size_t write_bytes = reserved_space; btrfs_page_mkwrite() local [all...] |
/linux/kernel/ |
H A D | tsacct.c | 113 stats->write_bytes = p->ioac.write_bytes & KB_MASK; in xacct_add_tsk() 117 stats->write_bytes = 0; in xacct_add_tsk()
|
/linux/rust/kernel/alloc/ |
H A D | allocator_test.rs | 91 unsafe { dst.as_ptr().write_bytes(0, layout.size()) }; in realloc()
|
/linux/rust/kernel/ |
H A D | page.rs | 222 unsafe { ptr::write_bytes(dst, 0u8, len) }; in fill_zero_raw()
|
/linux/include/uapi/linux/ |
H A D | taskstats.h | 155 __u64 write_bytes; /* bytes of write I/O */ member
|
/linux/drivers/spi/ |
H A D | spi-tegra114.c | 321 unsigned int write_bytes; in tegra_spi_fill_tx_fifo_from_client_txbuf() local 327 write_bytes = nbytes; in tegra_spi_fill_tx_fifo_from_client_txbuf() 337 tspi->cur_tx_pos += write_bytes; in tegra_spi_fill_tx_fifo_from_client_txbuf() 404 unsigned int write_bytes; in tegra_spi_copy_client_txbuf_to_spi_txbuf() local 408 write_bytes = consume; in tegra_spi_copy_client_txbuf_to_spi_txbuf() 418 tspi->cur_tx_pos += write_bytes; in tegra_spi_copy_client_txbuf_to_spi_txbuf()
|
/linux/drivers/tty/ipwireless/ |
H A D | hardware.c | 49 unsigned long write_bytes; member 68 timing_stats.write_bytes += length + 2; in end_write_timing() 87 timing_stats.write_bytes, in report_timing() 93 timing_stats.write_bytes = 0; in report_timing()
|
/linux/drivers/infiniband/hw/efa/ |
H A D | efa_com_cmd.h | 281 u64 write_bytes; member
|
H A D | efa_admin_cmds_defs.h | 648 u64 write_bytes; member
|
H A D | efa_com_cmd.c | 823 result->rdma_write_stats.write_bytes = rws->write_bytes; in efa_com_get_stats()
|
/linux/include/target/ |
H A D | target_core_base.h | 676 u32 write_bytes; member 811 u32 write_bytes; member
|
/linux/tools/accounting/ |
H A D | getdelays.c | 325 (unsigned long long)t->write_bytes, in print_ioacct()
|
/linux/drivers/target/ |
H A D | target_core_device.c | 61 this_cpu_add(deve->stats->write_bytes, in transport_lookup_cmd_lun() 132 this_cpu_add(se_cmd->se_dev->stats->write_bytes, in transport_lookup_cmd_lun()
|
/linux/rust/pin-init/src/ |
H A D | lib.rs | 1568 slot.write_bytes(0, 1); in init_zeroed()
|