Searched refs:ptr_stale (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/md/bcache/ |
| H A 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()
|
| H A D | bcache.h | 841 static inline uint8_t ptr_stale(struct cache_set *c, const struct bkey *k, in ptr_stale() function
|
| H A D | alloc.c | 633 EBUG_ON(ptr_stale(c, &b->key, i)); in bch_alloc_sectors()
|
| H A D | btree.c | 1250 if (ptr_stale(c, k, i)) { in __bch_btree_mark_key() 1251 stale = max(stale, ptr_stale(c, k, i)); in __bch_btree_mark_key() 1286 !ptr_stale(c, k, i)) { in bch_initial_mark_key()
|
| H A D | request.c | 515 ptr_stale(s->iop.c, &b->key, 0)) { in bch_cache_read_endio()
|