Searched refs:TYPE_COUNTER (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | sb-counters_format.h | 6 TYPE_COUNTER = BIT(0), /* event counters */ enumerator 14 x(io_read_promote, 30, TYPE_COUNTER) \ 15 x(io_read_bounce, 31, TYPE_COUNTER) \ 16 x(io_read_split, 33, TYPE_COUNTER) \ 18 x(io_read_retry, 32, TYPE_COUNTER) \ 24 x(io_move_fail, 38, TYPE_COUNTER) \ 28 x(bucket_discard, 4, TYPE_COUNTER) \ 30 x(bucket_alloc, 5, TYPE_COUNTER) \ 55 x(copygc, 40, TYPE_COUNTER) \ 56 x(copygc_wait, 41, TYPE_COUNTER) \ [all …]
|
| H A D | sysfs.c | 508 (f & TYPE_COUNTER) ? prt_u64(out, counter_since_mount) :\ in SHOW() 513 (f & TYPE_COUNTER) ? prt_u64(out, counter) : \ in SHOW()
|