Home
last modified time | relevance | path

Searched refs:write_bytes (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v5.15/include/linux/
Dtask_io_accounting_ops.h27 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()
Dtask_io_accounting.h35 u64 write_bytes; member
Dnfs_xdr.h367 __u64 write_bytes; member
/Linux-v5.15/tools/testing/selftests/vm/
Dhugepage-mmap.c44 static void write_bytes(char *addr) in write_bytes() function
85 write_bytes(addr); in main()
Dmap_hugetlb.c48 static void write_bytes(char *addr, size_t length) in write_bytes() function
99 write_bytes(addr, length); in main()
/Linux-v5.15/drivers/char/tpm/
Dtpm_tis_core.h106 int (*write_bytes)(struct tpm_tis_data *data, u32 addr, u16 len, member
139 return data->phy_ops->write_bytes(data, addr, len, value); in tpm_tis_write_bytes()
144 return data->phy_ops->write_bytes(data, addr, 1, &value); in tpm_tis_write8()
Dtpm_tis_spi_main.c187 rc = data->phy_ops->write_bytes(data, addr, sizeof(u32), in tpm_tis_spi_write32()
207 .write_bytes = tpm_tis_spi_write_bytes,
Dtpm_tis_synquacer.c110 .write_bytes = tpm_tis_synquacer_write_bytes,
Dtpm_tis_spi_cr50.c222 .write_bytes = tpm_tis_spi_cr50_write_bytes,
Dtpm_tis.c206 .write_bytes = tpm_tcg_write_bytes,
/Linux-v5.15/drivers/hwtracing/coresight/
Dcoresight-stm.c140 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-v5.15/kernel/
Dtsacct.c108 stats->write_bytes = p->ioac.write_bytes & KB_MASK; in xacct_add_tsk()
112 stats->write_bytes = 0; in xacct_add_tsk()
/Linux-v5.15/fs/btrfs/
Dfile.c387 static noinline int btrfs_copy_from_user(loff_t pos, size_t write_bytes, in btrfs_copy_from_user() argument
396 while (write_bytes > 0) { in btrfs_copy_from_user()
398 PAGE_SIZE - offset, write_bytes); in btrfs_copy_from_user()
426 write_bytes -= copied; in btrfs_copy_from_user()
464 size_t num_pages, loff_t pos, size_t write_bytes, in btrfs_dirty_pages() argument
473 u64 end_pos = pos + write_bytes; in btrfs_dirty_pages()
477 if (write_bytes == 0) in btrfs_dirty_pages()
484 num_bytes = round_up(write_bytes + pos - start_pos, in btrfs_dirty_pages()
1367 size_t write_bytes, bool force_uptodate) in prepare_pages() argument
1396 pos + write_bytes, false); in prepare_pages()
[all …]
/Linux-v5.15/include/uapi/linux/
Dtaskstats.h154 __u64 write_bytes; /* bytes of write I/O */ member
/Linux-v5.15/drivers/spi/
Dspi-tegra210-quad.c289 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()
Dspi-tegra114.c322 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()
Dspi-cadence-quadspi.c841 unsigned int write_bytes; in cqspi_indirect_write_execute() local
868 write_bytes = remaining; in cqspi_indirect_write_execute()
869 write_words = write_bytes / 4; in cqspi_indirect_write_execute()
870 mod_bytes = write_bytes % 4; in cqspi_indirect_write_execute()
891 remaining -= write_bytes; in cqspi_indirect_write_execute()
/Linux-v5.15/include/target/
Dtarget_core_base.h664 atomic_long_t write_bytes; member
813 atomic_long_t write_bytes; member
/Linux-v5.15/drivers/tty/ipwireless/
Dhardware.c49 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.15/tools/accounting/
Dgetdelays.c258 (unsigned long long)t->write_bytes, in print_ioacct()
/Linux-v5.15/drivers/target/
Dtarget_core_device.c63 &deve->write_bytes); in transport_lookup_cmd_lun()
134 &se_cmd->se_dev->write_bytes); in transport_lookup_cmd_lun()
Dtarget_core_stat.c306 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-v5.15/fs/nfs/flexfilelayout/
Dflexfilelayout.c2040 p = xdr_encode_hyper(p, devinfo->write_bytes); in ff_layout_encode_ff_iostat_head()
2430 devinfo->write_bytes = mirror->write_stat.io_stat.bytes_completed; in ff_layout_mirror_prepare_stats()
/Linux-v5.15/fs/nfs/
Dnfs42xdr.c380 p = xdr_encode_hyper(p, devinfo->write_bytes); in encode_layoutstats()
/Linux-v5.15/Documentation/filesystems/
Dproc.rst1723 write_bytes: 323932160
1775 write_bytes subsubsection
1792 for (in its write_bytes) will not be happening. We _could_ just subtract that
1793 from the truncating task's write_bytes, but there is information loss in doing

12