Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dalloc_background.c269 a.io_time[i], LRU_TIME_MAX); in bch2_alloc_v4_validate()
310 bkey_fsck_err_on(!a.io_time[READ] && in bch2_alloc_v4_validate()
331 a->io_time[0] = swab64(a->io_time[0]); in bch2_alloc_v4_swab()
332 a->io_time[1] = swab64(a->io_time[1]); in bch2_alloc_v4_swab()
397 .io_time[READ] = u.read_time, in __bch2_alloc_to_v4()
398 .io_time[WRITE] = u.write_time, in __bch2_alloc_to_v4()
892 !new_a->io_time[READ]) in bch2_trigger_alloc()
1716 if (fsck_err_on(!a->io_time[READ], in bch2_check_alloc_to_lru_ref()
1738 a->io_time[READ], in bch2_check_alloc_to_lru_ref()
2475 if (a->v.io_time[rw] == now) in __bch2_bucket_io_time_reset()
[all …]
H A Dalloc_background_format.h69 __u64 io_time[2]; member
H A Dalloc_background.h152 ? a.io_time[READ] & LRU_TIME_MAX in alloc_lru_idx_read()
H A Dbtree_gc.c909 if (a->v.data_type == BCH_DATA_cached && !a->v.io_time[READ]) in bch2_alloc_write_key()
910 a->v.io_time[READ] = max_t(u64, 1, atomic64_read(&c->io_clock[READ].now)); in bch2_alloc_write_key()