/linux/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
|
A D | nfs_xdr.h | 367 __u64 write_bytes; member
|
/linux/drivers/hwtracing/coresight/ |
A D | coresight-stm.c | 140 u32 write_bytes; member 300 static inline bool stm_addr_unaligned(const void *addr, u8 write_bytes) in stm_addr_unaligned() argument 302 return ((unsigned long)addr & (write_bytes - 1)); in stm_addr_unaligned() 306 u32 size, u8 write_bytes) in stm_send() argument 310 if (stm_addr_unaligned(data, write_bytes)) { in stm_send() 431 if (size > drvdata->write_bytes) in stm_generic_packet() 432 size = drvdata->write_bytes; in stm_generic_packet() 445 stm_send(ch_addr, payload, 1, drvdata->write_bytes); in stm_generic_packet() 453 drvdata->write_bytes); in stm_generic_packet() 900 drvdata->write_bytes = stm_fundamental_data_size(drvdata); in stm_probe()
|
/linux/drivers/char/tpm/ |
A D | tpm_tis_core.h | 110 int (*write_bytes)(struct tpm_tis_data *data, u32 addr, u16 len, member 143 return data->phy_ops->write_bytes(data, addr, len, value); in tpm_tis_write_bytes() 148 return data->phy_ops->write_bytes(data, addr, 1, &value); in tpm_tis_write8()
|
A D | tpm_tis_spi_main.c | 187 rc = data->phy_ops->write_bytes(data, addr, sizeof(u32), in tpm_tis_spi_write32() 207 .write_bytes = tpm_tis_spi_write_bytes,
|
A D | tpm_tis_synquacer.c | 110 .write_bytes = tpm_tis_synquacer_write_bytes,
|
A D | tpm_tis_spi_cr50.c | 222 .write_bytes = tpm_tis_spi_cr50_write_bytes,
|
A D | tpm_tis.c | 206 .write_bytes = tpm_tcg_write_bytes,
|
/linux/tools/testing/selftests/vm/ |
A D | hugepage-mmap.c | 44 static void write_bytes(char *addr) in write_bytes() function 85 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-mremap.c | 31 static void write_bytes(char *addr) in write_bytes() function 153 write_bytes(addr); in main()
|
/linux/fs/btrfs/ |
A D | file.c | 396 while (write_bytes > 0) { in btrfs_copy_from_user() 426 write_bytes -= copied; in btrfs_copy_from_user() 484 if (write_bytes == 0) in btrfs_dirty_pages() 1442 size_t write_bytes, in lock_and_cleanup_extent_if_need() argument 1538 *write_bytes = min_t(size_t, *write_bytes , in check_can_nocow() 1573 size_t *write_bytes) in btrfs_check_nocow_lock() argument 1732 write_bytes); in btrfs_buffered_write() 1740 &write_bytes) > 0) in btrfs_buffered_write() 1757 write_bytes); in btrfs_buffered_write() 1771 pos, write_bytes, in btrfs_buffered_write() [all …]
|
/linux/kernel/ |
A D | tsacct.c | 108 stats->write_bytes = p->ioac.write_bytes & KB_MASK; in xacct_add_tsk() 112 stats->write_bytes = 0; in xacct_add_tsk()
|
/linux/include/uapi/linux/ |
A D | taskstats.h | 154 __u64 write_bytes; /* bytes of write I/O */ member
|
/linux/drivers/spi/ |
A D | spi-tegra210-quad.c | 289 unsigned int write_bytes; in tegra_qspi_fill_tx_fifo_from_client_txbuf() local 297 write_bytes = len; in tegra_qspi_fill_tx_fifo_from_client_txbuf() 306 tqspi->cur_tx_pos += write_bytes; in tegra_qspi_fill_tx_fifo_from_client_txbuf() 374 unsigned int i, count, consume, write_bytes; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() local 383 write_bytes = consume; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() 392 tqspi->cur_tx_pos += write_bytes; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf()
|
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-cadence-quadspi.c | 1022 unsigned int write_bytes; in cqspi_indirect_write_execute() local 1049 write_bytes = remaining; in cqspi_indirect_write_execute() 1050 write_words = write_bytes / 4; in cqspi_indirect_write_execute() 1051 mod_bytes = write_bytes % 4; in cqspi_indirect_write_execute() 1072 remaining -= write_bytes; in cqspi_indirect_write_execute()
|
/linux/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/include/target/ |
A D | target_core_base.h | 664 atomic_long_t write_bytes; member 813 atomic_long_t write_bytes; member
|
/linux/tools/accounting/ |
A D | getdelays.c | 258 (unsigned long long)t->write_bytes, in print_ioacct()
|
/linux/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()
|
A D | target_core_stat.c | 306 atomic_long_read(&dev->write_bytes) >> 20); in target_stat_lu_write_mbytes_show() 1076 (u32)(atomic_long_read(&deve->write_bytes) >> 20)); in target_stat_auth_write_mbytes_show()
|
/linux/fs/nfs/flexfilelayout/ |
A D | flexfilelayout.c | 2038 p = xdr_encode_hyper(p, devinfo->write_bytes); in ff_layout_encode_ff_iostat_head() 2428 devinfo->write_bytes = mirror->write_stat.io_stat.bytes_completed; in ff_layout_mirror_prepare_stats()
|
/linux/fs/nfs/ |
A D | nfs42xdr.c | 380 p = xdr_encode_hyper(p, devinfo->write_bytes); in encode_layoutstats()
|