Searched refs:cancelled_write_bytes (Results 1 – 10 of 10) sorted by relevance
41 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()
46 u64 cancelled_write_bytes; member
108 stats->cancelled_write_bytes = p->ioac.cancelled_write_bytes & KB_MASK; in xacct_add_tsk()112 stats->cancelled_write_bytes = 0; in xacct_add_tsk()
155 __u64 cancelled_write_bytes; /* bytes of cancelled write I/O */ member
154 __u64 cancelled_write_bytes; /* bytes of cancelled write I/O */ member
82 if (task->ioac.write_bytes <= task->ioac.cancelled_write_bytes) in compute_write_bytes()85 return task->ioac.write_bytes - task->ioac.cancelled_write_bytes; in compute_write_bytes()
259 (unsigned long long)t->cancelled_write_bytes); in print_ioacct()
1710 cancelled_write_bytes: 01769 cancelled_write_bytes subsubsection
2979 (unsigned long long)acct.cancelled_write_bytes); in do_io_accounting()