Searched refs:ptr_stale (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/md/bcache/ |
D | movinggc.c | 71 ptr_stale(io->op.c, &b->key, 0)) { in read_moving_endio() 143 if (ptr_stale(c, &w->key, 0)) { in read_moving()
|
D | extents.c | 84 if (ptr_stale(c, k, i)) in bch_ptr_status() 217 ptr_stale(b->c, k, i)) in bch_btree_ptr_bad() 552 stale = ptr_stale(b->c, k, i); in bch_extent_bad()
|
D | alloc.c | 649 EBUG_ON(ptr_stale(c, &b->key, i)); in bch_alloc_sectors()
|
D | bcache.h | 830 static inline uint8_t ptr_stale(struct cache_set *c, const struct bkey *k, in ptr_stale() function
|
D | btree.c | 1217 if (ptr_stale(c, k, i)) { in __bch_btree_mark_key() 1218 stale = max(stale, ptr_stale(c, k, i)); in __bch_btree_mark_key() 1253 !ptr_stale(c, k, i)) { in bch_initial_mark_key()
|
D | writeback.c | 471 BUG_ON(ptr_stale(dc->disk.c, &next->key, 0)); in read_dirty()
|
D | request.c | 501 ptr_stale(s->iop.c, &b->key, 0)) { in bch_cache_read_endio()
|