Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A 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()
H A Dtask_io_accounting.h35 u64 write_bytes; member
/linux/fs/ceph/
H A Dsubvolume_metrics.c29 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 Dmetric.h162 __le64 write_bytes; member
174 __le64 write_bytes; member
H A Dsubvolume_metrics.h30 u64 write_bytes; member
H A Dmetric.c53 dst->write_bytes = cpu_to_le64(src->write_bytes); in ceph_init_subvolume_wire_entry()
H A Ddebugfs.c518 e->read_bytes, e->write_bytes, in subvolume_metrics_show()
/linux/tools/testing/selftests/mm/
H A Dhugepage-mmap.c
H A Dmap_hugetlb.c
H A Dhugepage-vmemmap.c
H A Dhugepage-mremap.c
/linux/fs/btrfs/
H A Dfile.h40 size_t write_bytes, struct extent_state **cached, bool noreserve);
43 size_t *write_bytes, bool nowait);
H A Dfile.c64 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 Dtpm_tis_synquacer.c90 .write_bytes = tpm_tis_synquacer_write_bytes,
H A Dtpm_tis.c218 .write_bytes = tpm_tcg_write_bytes,
H A Dtpm_tis_i2c.c326 .write_bytes = tpm_tis_i2c_write_bytes,
H A Dtpm_tis_spi_main.c262 .write_bytes = tpm_tis_spi_write_bytes,
/linux/drivers/tty/ipwireless/
H A 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/drivers/spi/
H A Dspi-cadence-quadspi.c1086 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 Dinit.rs133 unsafe { ::core::ptr::write_bytes(#slot, 0, 1) };
/linux/drivers/target/
H A Dtarget_core_stat.c311 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 Dgetdelays.c463 (unsigned long long)t->write_bytes, in main()
/linux/rust/pin-init/src/
H A Dlib.rs1591 slot.write_bytes(0, 1);
H A Dmacros.rs
/linux/rust/zerocopy/src/
H A Dlib.rs3547 unsafe { ptr::write_bytes(slf.cast::<u8>(), 0, len) }; in zero()
3822 ptr.add(position).write_bytes(0, additional); in insert_vec_zeroed()

12