Searched refs:lru_pos (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | lru.c | 48 lru_pos(lru_id, dev_bucket, time), set) in __bch2_lru_set() 90 lru_pos(lru_id, in bch2_lru_check_set()
|
D | lru.h | 15 static inline struct bpos lru_pos(u16 lru_id, u64 dev_bucket, u64 time) in lru_pos() function
|
D | movinggc.c | 171 lru_pos(BCH_LRU_FRAGMENTATION_START, 0, 0), in bch2_copygc_get_buckets() 172 lru_pos(BCH_LRU_FRAGMENTATION_START, U64_MAX, LRU_TIME_MAX), in bch2_copygc_get_buckets()
|
D | alloc_background.c | 2104 k = bch2_btree_iter_peek_upto(iter, lru_pos(ca->dev_idx, U64_MAX, LRU_TIME_MAX)); in next_lru_key() 2106 bch2_btree_iter_set_pos(iter, lru_pos(ca->dev_idx, 0, 0)); in next_lru_key() 2131 lru_pos(ca->dev_idx, 0, in bch2_do_invalidates_work()
|