Searched refs:io_time (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/bcachefs/
H A Dalloc_background_format.h69 __u64 io_time[2]; member in struct:bch_alloc_v4
H A Dalloc_background.c287 bkey_fsck_err_on(!a.v->io_time[READ] &&
308 a->io_time[0] = swab64(a->io_time[0]);
309 a->io_time[1] = swab64(a->io_time[1]);
340 prt_printf(out, "io_time[READ] %llu\n", a->io_time[READ]);
341 prt_printf(out, "io_time[WRITE] %llu\n", a->io_time[WRITE]);
374 .io_time[REA
[all...]
H A Dalloc_background.h124 return a.data_type == BCH_DATA_cached ? a.io_time[READ] : 0;
H A Dbtree_gc.c949 if (a->v.data_type == BCH_DATA_cached && !a->v.io_time[READ])
950 a->v.io_time[READ] = max_t(u64, 1, atomic64_read(&c->io_clock[READ].now));

Completed in 104 milliseconds