Home
last modified time | relevance | path

Searched refs:bch2_current_io_time (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Dalloc_background.c865 new_a->io_time[READ] = bch2_current_io_time(c, READ); in bch2_trigger_alloc()
866 new_a->io_time[WRITE]= bch2_current_io_time(c, WRITE); in bch2_trigger_alloc()
890 new_a->io_time[READ] = bch2_current_io_time(c, READ); in bch2_trigger_alloc()
1729 a_mut->v.io_time[READ] = bch2_current_io_time(c, READ); in bch2_check_alloc_to_lru_ref()
2107 a->v.io_time[READ] = bch2_current_io_time(c, READ); in invalidate_one_bucket()
2108 a->v.io_time[WRITE] = bch2_current_io_time(c, WRITE); in invalidate_one_bucket()
2157 ((bch2_current_io_time(c, READ) + U32_MAX) & in bch2_do_invalidates_work()
2391 u64 now = bch2_current_io_time(c, rw); in __bch2_bucket_io_time_reset()
H A Dbcachefs.h1221 static inline u64 bch2_current_io_time(const struct bch_fs *c, int rw) in bch2_current_io_time() function