/linux-6.3-rc2/include/linux/ |
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()
|
A D | task_io_accounting.h | 35 u64 write_bytes; member
|
/linux-6.3-rc2/drivers/char/tpm/ |
A D | tpm_tis_core.h | 123 int (*write_bytes)(struct tpm_tis_data *data, u32 addr, u16 len, member 172 return data->phy_ops->write_bytes(data, addr, len, value, in tpm_tis_write_bytes() 178 return data->phy_ops->write_bytes(data, addr, 1, &value, in tpm_tis_write8() 189 rc = data->phy_ops->write_bytes(data, addr, sizeof(u32), in tpm_tis_write32()
|
A D | tpm_tis_synquacer.c | 91 .write_bytes = tpm_tis_synquacer_write_bytes,
|
A D | tpm_tis_spi_main.c | 169 .write_bytes = tpm_tis_spi_write_bytes,
|
A D | tpm_tis_spi_cr50.c | 238 .write_bytes = tpm_tis_spi_cr50_write_bytes,
|
A D | tpm_tis_i2c.c | 311 .write_bytes = tpm_tis_i2c_write_bytes,
|
A D | tpm_tis.c | 203 .write_bytes = tpm_tcg_write_bytes,
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | hugepage-mmap.c | 43 static void write_bytes(char *addr) in write_bytes() function 84 write_bytes(addr); in main()
|
A D | map_hugetlb.c | 48 static void write_bytes(char *addr, size_t length) in write_bytes() function 99 write_bytes(addr, length); in main()
|
A D | hugepage-vmemmap.c | 46 static void write_bytes(char *addr, size_t length) in write_bytes() function 120 write_bytes(addr, MAP_LENGTH); in main()
|
A D | hugepage-mremap.c | 38 static void write_bytes(char *addr, size_t len) in write_bytes() function 174 write_bytes(addr, length); in main()
|
/linux-6.3-rc2/drivers/hwtracing/coresight/ |
A D | coresight-stm.c | 141 u32 write_bytes; member 293 static inline bool stm_addr_unaligned(const void *addr, u8 write_bytes) in stm_addr_unaligned() argument 295 return ((unsigned long)addr & (write_bytes - 1)); in stm_addr_unaligned() 299 u32 size, u8 write_bytes) in stm_send() argument 303 if (stm_addr_unaligned(data, write_bytes)) { in stm_send() 424 if (size > drvdata->write_bytes) in stm_generic_packet() 425 size = drvdata->write_bytes; in stm_generic_packet() 438 stm_send(ch_addr, payload, 1, drvdata->write_bytes); in stm_generic_packet() 446 drvdata->write_bytes); in stm_generic_packet() 850 drvdata->write_bytes = stm_fundamental_data_size(drvdata); in stm_probe()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | file.h | 23 size_t num_pages, loff_t pos, size_t write_bytes, 27 size_t *write_bytes, bool nowait);
|
A D | file.c | 53 while (write_bytes > 0) { in btrfs_copy_from_user() 83 write_bytes -= copied; in btrfs_copy_from_user() 137 u64 end_pos = pos + write_bytes; in btrfs_dirty_pages() 141 if (write_bytes == 0) in btrfs_dirty_pages() 941 pos + write_bytes, false); in prepare_pages() 978 size_t write_bytes, in lock_and_cleanup_extent_if_need() argument 1097 *write_bytes = min_t(size_t, *write_bytes , in btrfs_check_nocow_lock() 1255 write_bytes, nowait); in btrfs_buffered_write() 1270 &write_bytes, nowait); in btrfs_buffered_write() 1292 write_bytes); in btrfs_buffered_write() [all …]
|
/linux-6.3-rc2/kernel/ |
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-6.3-rc2/include/uapi/linux/ |
A D | taskstats.h | 155 __u64 write_bytes; /* bytes of write I/O */ member
|
/linux-6.3-rc2/drivers/spi/ |
A D | spi-tegra114.c | 322 unsigned int write_bytes; in tegra_spi_fill_tx_fifo_from_client_txbuf() local 328 write_bytes = nbytes; in tegra_spi_fill_tx_fifo_from_client_txbuf() 338 tspi->cur_tx_pos += write_bytes; in tegra_spi_fill_tx_fifo_from_client_txbuf() 405 unsigned int write_bytes; in tegra_spi_copy_client_txbuf_to_spi_txbuf() local 409 write_bytes = consume; in tegra_spi_copy_client_txbuf_to_spi_txbuf() 419 tspi->cur_tx_pos += write_bytes; in tegra_spi_copy_client_txbuf_to_spi_txbuf()
|
A D | spi-tegra210-quad.c | 331 unsigned int write_bytes; in tegra_qspi_fill_tx_fifo_from_client_txbuf() local 339 write_bytes = len; in tegra_qspi_fill_tx_fifo_from_client_txbuf() 348 tqspi->cur_tx_pos += write_bytes; in tegra_qspi_fill_tx_fifo_from_client_txbuf() 416 unsigned int i, count, consume, write_bytes; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() local 425 write_bytes = consume; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() 434 tqspi->cur_tx_pos += write_bytes; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf()
|
A D | spi-cadence-quadspi.c | 983 unsigned int write_bytes; in cqspi_indirect_write_execute() local 1010 write_bytes = remaining; in cqspi_indirect_write_execute() 1011 write_words = write_bytes / 4; in cqspi_indirect_write_execute() 1012 mod_bytes = write_bytes % 4; in cqspi_indirect_write_execute() 1033 remaining -= write_bytes; in cqspi_indirect_write_execute()
|
/linux-6.3-rc2/include/target/ |
A D | target_core_base.h | 666 atomic_long_t write_bytes; member 815 atomic_long_t write_bytes; member
|
/linux-6.3-rc2/drivers/tty/ipwireless/ |
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-6.3-rc2/rust/alloc/ |
A D | alloc.rs | 208 raw_ptr.add(old_size).write_bytes(0, new_size - old_size); in grow_impl()
|
/linux-6.3-rc2/tools/accounting/ |
A D | getdelays.c | 269 (unsigned long long)t->write_bytes, in print_ioacct()
|
/linux-6.3-rc2/drivers/target/ |
A D | target_core_device.c | 63 &deve->write_bytes); in transport_lookup_cmd_lun() 134 &se_cmd->se_dev->write_bytes); in transport_lookup_cmd_lun()
|