| /Linux-v5.4/include/linux/ |
| 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()
|
| D | task_io_accounting.h | 35 u64 write_bytes; member
|
| D | nfs_xdr.h | 360 __u64 write_bytes; member
|
| /Linux-v5.4/tools/testing/selftests/vm/ |
| D | hugepage-mmap.c | 44 static void write_bytes(char *addr) in write_bytes() function 85 write_bytes(addr); in main()
|
| D | map_hugetlb.c | 48 static void write_bytes(char *addr) in write_bytes() function 99 write_bytes(addr); in main()
|
| /Linux-v5.4/drivers/char/tpm/ |
| D | tpm_tis_core.h | 104 int (*write_bytes)(struct tpm_tis_data *data, u32 addr, u16 len, member 137 return data->phy_ops->write_bytes(data, addr, len, value); in tpm_tis_write_bytes() 142 return data->phy_ops->write_bytes(data, addr, 1, &value); in tpm_tis_write8()
|
| D | tpm_tis_spi.c | 181 rc = data->phy_ops->write_bytes(data, addr, sizeof(u32), in tpm_tis_spi_write32() 189 .write_bytes = tpm_tis_spi_write_bytes,
|
| D | tpm_tis.c | 183 .write_bytes = tpm_tcg_write_bytes,
|
| /Linux-v5.4/drivers/hwtracing/coresight/ |
| D | coresight-stm.c | 140 u32 write_bytes; member 299 static inline bool stm_addr_unaligned(const void *addr, u8 write_bytes) in stm_addr_unaligned() argument 301 return ((unsigned long)addr & (write_bytes - 1)); in stm_addr_unaligned() 305 u32 size, u8 write_bytes) in stm_send() argument 309 if (stm_addr_unaligned(data, write_bytes)) { in stm_send() 428 if (size > drvdata->write_bytes) in stm_generic_packet() 429 size = drvdata->write_bytes; in stm_generic_packet() 442 stm_send(ch_addr, payload, 1, drvdata->write_bytes); in stm_generic_packet() 449 drvdata->write_bytes); in stm_generic_packet() 897 drvdata->write_bytes = stm_fundamental_data_size(drvdata); in stm_probe()
|
| /Linux-v5.4/kernel/ |
| D | tsacct.c | 105 stats->write_bytes = p->ioac.write_bytes & KB_MASK; in xacct_add_tsk() 109 stats->write_bytes = 0; in xacct_add_tsk()
|
| /Linux-v5.4/fs/btrfs/ |
| D | file.c | 396 static noinline int btrfs_copy_from_user(loff_t pos, size_t write_bytes, in btrfs_copy_from_user() argument 405 while (write_bytes > 0) { in btrfs_copy_from_user() 407 PAGE_SIZE - offset, write_bytes); in btrfs_copy_from_user() 430 write_bytes -= copied; in btrfs_copy_from_user() 516 size_t num_pages, loff_t pos, size_t write_bytes, in btrfs_dirty_pages() argument 525 u64 end_pos = pos + write_bytes; in btrfs_dirty_pages() 530 num_bytes = round_up(write_bytes + pos - start_pos, in btrfs_dirty_pages() 1423 size_t write_bytes, bool force_uptodate) in prepare_pages() argument 1446 pos + write_bytes, false); in prepare_pages() 1483 size_t write_bytes, in lock_and_cleanup_extent_if_need() argument [all …]
|
| D | ctree.h | 2950 size_t num_pages, loff_t pos, size_t write_bytes,
|
| /Linux-v5.4/include/uapi/linux/ |
| D | taskstats.h | 153 __u64 write_bytes; /* bytes of write I/O */ member
|
| /Linux-v5.4/drivers/spi/ |
| 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()
|
| /Linux-v5.4/drivers/mtd/spi-nor/ |
| D | cadence-quadspi.c | 624 unsigned int write_bytes; in cqspi_indirect_write_execute() local 651 write_bytes = remaining > page_size ? page_size : remaining; in cqspi_indirect_write_execute() 652 write_words = write_bytes / 4; in cqspi_indirect_write_execute() 653 mod_bytes = write_bytes % 4; in cqspi_indirect_write_execute() 674 remaining -= write_bytes; in cqspi_indirect_write_execute()
|
| /Linux-v5.4/include/target/ |
| D | target_core_base.h | 649 atomic_long_t write_bytes; member 782 atomic_long_t write_bytes; member
|
| /Linux-v5.4/drivers/tty/ipwireless/ |
| 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-v5.4/tools/accounting/ |
| D | getdelays.c | 258 (unsigned long long)t->write_bytes, in print_ioacct()
|
| /Linux-v5.4/drivers/target/ |
| D | target_core_device.c | 63 &deve->write_bytes); in transport_lookup_cmd_lun() 138 &se_cmd->se_dev->write_bytes); in transport_lookup_cmd_lun()
|
| D | target_core_stat.c | 309 atomic_long_read(&dev->write_bytes) >> 20); in target_stat_lu_write_mbytes_show() 1079 (u32)(atomic_long_read(&deve->write_bytes) >> 20)); in target_stat_auth_write_mbytes_show()
|
| /Linux-v5.4/drivers/staging/exfat/ |
| D | exfat_super.c | 818 u64 oneblkwrite, write_bytes; in ffsWriteFile() local 863 write_bytes = 0; in ffsWriteFile() 963 (char *)buffer + write_bytes, (s32)oneblkwrite); in ffsWriteFile() 982 (char *)buffer + write_bytes, (s32)oneblkwrite); in ffsWriteFile() 991 write_bytes += oneblkwrite; in ffsWriteFile() 1051 *wcount = write_bytes; in ffsWriteFile()
|
| /Linux-v5.4/fs/nfs/ |
| D | nfs42xdr.c | 228 p = xdr_encode_hyper(p, devinfo->write_bytes); in encode_layoutstats()
|
| /Linux-v5.4/fs/nfs/flexfilelayout/ |
| D | flexfilelayout.c | 2047 p = xdr_encode_hyper(p, devinfo->write_bytes); in ff_layout_encode_ff_iostat_head() 2442 devinfo->write_bytes = mirror->write_stat.io_stat.bytes_completed; in ff_layout_mirror_prepare_stats()
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | proc.txt | 1602 write_bytes: 323932160 1654 write_bytes 1671 for (in its write_bytes) will not be happening. We _could_ just subtract that 1672 from the truncating task's write_bytes, but there is information loss in doing
|
| /Linux-v5.4/fs/proc/ |
| D | base.c | 2804 (unsigned long long)acct.write_bytes, in do_io_accounting()
|