| /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/drivers/char/tpm/ |
| H A D | tpm_tis_core.h | 132 int (*write_bytes)(struct tpm_tis_data *data, u32 addr, u16 len, member 181 return data->phy_ops->write_bytes(data, addr, len, value, in tpm_tis_write_bytes() 187 return data->phy_ops->write_bytes(data, addr, 1, &value, in tpm_tis_write8() 198 rc = data->phy_ops->write_bytes(data, addr, sizeof(u32), in tpm_tis_write32()
|
| 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/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()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | hugepage-mmap.c | 28 static void write_bytes(char *addr) in write_bytes() function 69 write_bytes(addr); in main()
|
| H A D | map_hugetlb.c | 24 static void write_bytes(char *addr, size_t length) in write_bytes() function 80 write_bytes(addr, length); in main()
|
| H A D | hugepage-vmemmap.c | 28 static void write_bytes(char *addr, size_t length) in write_bytes() function 110 write_bytes(addr, maplength); in main()
|
| H A D | hugepage-mremap.c | 41 static void write_bytes(char *addr, size_t len) in write_bytes() function 165 write_bytes(addr, length); in main()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-stm.c | 140 u32 write_bytes; member 302 static bool stm_addr_unaligned(const void *addr, u8 write_bytes) in stm_addr_unaligned() argument 304 return ((unsigned long)addr & (write_bytes - 1)); in stm_addr_unaligned() 308 u32 size, u8 write_bytes) in stm_send() argument 312 if (stm_addr_unaligned(data, write_bytes)) { in stm_send() 433 if (size > drvdata->write_bytes) in stm_generic_packet() 434 size = drvdata->write_bytes; in stm_generic_packet() 447 stm_send(ch_addr, payload, 1, drvdata->write_bytes); in stm_generic_packet() 455 drvdata->write_bytes); in stm_generic_packet() 865 drvdata->write_bytes = stm_fundamental_data_size(drvdata); in __stm_probe()
|
| /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);
|
| /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 | 1082 unsigned int write_bytes; in cqspi_indirect_write_execute() local 1121 write_bytes = remaining; in cqspi_indirect_write_execute() 1122 write_words = write_bytes / 4; in cqspi_indirect_write_execute() 1123 mod_bytes = write_bytes % 4; in cqspi_indirect_write_execute() 1144 remaining -= write_bytes; in cqspi_indirect_write_execute()
|
| /linux/rust/pin-init/internal/src/ |
| H A D | init.rs | 135 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 | 469 (unsigned long long)t->write_bytes, in main()
|
| /linux/drivers/android/binder/ |
| H A D | rust_binder_main.rs | 77 ::core::ptr::write_bytes(s.as_mut_ptr(), 0, 1); in default()
|
| H A D | page_range.rs | 73 self.list_lru.get().write_bytes(0, 1); in register()
|
| /linux/rust/pin-init/src/ |
| H A D | lib.rs | 1556 slot.write_bytes(0, 1);
|