| /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
|
| /linux/fs/ceph/ |
| H A D | subvolume_metrics.c | 29 u64 write_bytes; member 197 entry->write_bytes += size; in ceph_subvolume_metrics_record() 280 snap[idx].write_bytes = entry->write_bytes; in ceph_subvolume_metrics_snapshot() 289 entry->write_bytes = 0; in ceph_subvolume_metrics_snapshot() 361 entry->write_bytes, in ceph_subvolume_metrics_dump()
|
| H A D | metric.h | 162 __le64 write_bytes; member 174 __le64 write_bytes; member
|
| H A D | subvolume_metrics.h | 30 u64 write_bytes; member
|
| H A D | metric.c | 53 dst->write_bytes = cpu_to_le64(src->write_bytes); in ceph_init_subvolume_wire_entry()
|
| H A D | debugfs.c | 518 e->read_bytes, e->write_bytes, in subvolume_metrics_show()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | hugepage-mmap.c | |
| H A D | map_hugetlb.c | |
| H A D | hugepage-vmemmap.c | |
| H A D | hugepage-mremap.c | |
| /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 | 64 size_t write_bytes, struct extent_state **cached, bool noreserve) in btrfs_dirty_folio() argument 71 const u64 end_pos = pos + write_bytes; in btrfs_dirty_folio() 75 if (write_bytes == 0) in btrfs_dirty_folio() 843 loff_t pos, size_t write_bytes, in prepare_one_folio() argument 849 fgf_set_order(write_bytes); in prepare_one_folio() 864 ret = prepare_uptodate_folio(inode, folio, pos, write_bytes); in prepare_one_folio() 886 loff_t pos, size_t write_bytes, in lock_and_cleanup_extent() argument 896 last_pos = round_up(pos + write_bytes, fs_info->sectorsize) - 1; in lock_and_cleanup_extent() 960 size_t *write_bytes, bool nowait) in btrfs_check_nocow_lock() argument 976 lockend = round_up(pos + *write_bytes, in btrfs_check_nocow_lock() [all …]
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_tis_synquacer.c | 90 .write_bytes = tpm_tis_synquacer_write_bytes,
|
| H A D | tpm_tis.c | 218 .write_bytes = tpm_tcg_write_bytes,
|
| H A D | tpm_tis_i2c.c | 326 .write_bytes = tpm_tis_i2c_write_bytes,
|
| H A D | tpm_tis_spi_main.c | 262 .write_bytes = tpm_tis_spi_write_bytes,
|
| /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/spi/ |
| H A D | spi-cadence-quadspi.c | 1086 unsigned int write_bytes; in cqspi_indirect_write_execute() local 1125 write_bytes = remaining; in cqspi_indirect_write_execute() 1126 write_words = write_bytes / 4; in cqspi_indirect_write_execute() 1127 mod_bytes = write_bytes % 4; in cqspi_indirect_write_execute() 1148 remaining -= write_bytes; in cqspi_indirect_write_execute()
|
| /linux/rust/pin-init/internal/src/ |
| H A D | init.rs | 133 unsafe { ::core::ptr::write_bytes(#slot, 0, 1) };
|
| /linux/drivers/target/ |
| H A D | target_core_stat.c | 311 lu_show_per_cpu_stat(lu_write_mbytes, write_bytes, 20); 1025 auth_show_per_cpu_stat(auth_write_mbytes, write_bytes, 20);
|
| /linux/tools/accounting/ |
| H A D | getdelays.c | 463 (unsigned long long)t->write_bytes, in main()
|
| /linux/rust/pin-init/src/ |
| H A D | lib.rs | 1591 slot.write_bytes(0, 1);
|
| H A D | macros.rs | |
| /linux/rust/zerocopy/src/ |
| H A D | lib.rs | 3547 unsafe { ptr::write_bytes(slf.cast::<u8>(), 0, len) }; in zero() 3822 ptr.add(position).write_bytes(0, additional); in insert_vec_zeroed()
|