Searched refs:TYPE_SECTORS (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | sb-counters_format.h | 7 TYPE_SECTORS = BIT(1), /* amount counters, the unit is sectors */ enumerator 11 x(io_read, 0, TYPE_SECTORS) \ 12 x(io_read_inline, 80, TYPE_SECTORS) \ 13 x(io_read_hole, 81, TYPE_SECTORS) \ 19 x(io_write, 1, TYPE_SECTORS) \ 20 x(io_move, 2, TYPE_SECTORS) \ 21 x(io_move_read, 35, TYPE_SECTORS) \ 22 x(io_move_write, 36, TYPE_SECTORS) \ 23 x(io_move_finish, 37, TYPE_SECTORS) \
|
| H A D | sysfs.c | 502 if (f & TYPE_SECTORS) { \ in SHOW()
|