Home
last modified time | relevance | path

Searched refs:cancelled_write_bytes (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dtask_io_accounting_ops.h41 current->ioac.cancelled_write_bytes += bytes; in task_io_account_cancelled_write()
54 dst->cancelled_write_bytes += src->cancelled_write_bytes; in task_blk_io_accounting_add()
A Dtask_io_accounting.h44 u64 cancelled_write_bytes; member
/linux-6.3-rc2/kernel/
A Dtsacct.c114 stats->cancelled_write_bytes = p->ioac.cancelled_write_bytes & KB_MASK; in xacct_add_tsk()
118 stats->cancelled_write_bytes = 0; in xacct_add_tsk()
/linux-6.3-rc2/include/uapi/linux/
A Dtaskstats.h156 __u64 cancelled_write_bytes; /* bytes of cancelled write I/O */ member
/linux-6.3-rc2/tools/accounting/
A Dgetdelays.c270 (unsigned long long)t->cancelled_write_bytes); in print_ioacct()
/linux-6.3-rc2/Documentation/filesystems/
A Dproc.rst1704 cancelled_write_bytes: 0
1763 cancelled_write_bytes subsubsection
/linux-6.3-rc2/fs/proc/
A Dbase.c3015 (unsigned long long)acct.cancelled_write_bytes); in do_io_accounting()

Completed in 18 milliseconds