Searched refs:gen_after (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | bcache.h | 825 static inline uint8_t gen_after(uint8_t a, uint8_t b) in gen_after() function 835 return gen_after(PTR_BUCKET(c, k, i)->gen, PTR_GEN(k, i)); in ptr_stale()
|
H A D | btree.c | 1223 if (gen_after(g->last_gc, PTR_GEN(k, i))) in __bch_btree_mark_key()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | bcache.h | 824 static inline uint8_t gen_after(uint8_t a, uint8_t b) in gen_after() function 834 return gen_after(PTR_BUCKET(c, k, i)->gen, PTR_GEN(k, i)); in ptr_stale()
|
H A D | btree.c | 1244 if (gen_after(g->last_gc, PTR_GEN(k, i))) in __bch_btree_mark_key()
|
Completed in 12 milliseconds