Searched refs:cancelled_write_bytes (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dtask_io_accounting.h44 u64 cancelled_write_bytes; member in struct:task_io_accounting
H A Dtask_io_accounting_ops.h41 current->ioac.cancelled_write_bytes += bytes;
54 dst->cancelled_write_bytes += src->cancelled_write_bytes;
/linux-master/include/uapi/linux/
H A Dtaskstats.h156 __u64 cancelled_write_bytes; /* bytes of cancelled write I/O */ member in struct:taskstats
/linux-master/kernel/
H A Dtsacct.c114 stats->cancelled_write_bytes = p->ioac.cancelled_write_bytes & KB_MASK;
118 stats->cancelled_write_bytes = 0;
/linux-master/tools/accounting/
H A Dgetdelays.c276 (unsigned long long)t->cancelled_write_bytes);
/linux-master/fs/proc/
H A Dbase.c3015 "cancelled_write_bytes: %llu\n",
3022 (unsigned long long)acct.cancelled_write_bytes);

Completed in 134 milliseconds