Home
last modified time | relevance | path

Searched refs:ptr_stale (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/md/bcache/
Dmovinggc.c72 ptr_stale(io->op.c, &b->key, 0)) { in read_moving_endio()
146 if (ptr_stale(c, &w->key, 0)) { in read_moving()
Dextents.c83 if (ptr_stale(c, k, i)) in bch_ptr_status()
215 ptr_stale(b->c, k, i)) in bch_btree_ptr_bad()
552 stale = ptr_stale(b->c, k, i); in bch_extent_bad()
Dbcache.h759 static inline uint8_t ptr_stale(struct cache_set *c, const struct bkey *k, in ptr_stale() function
Dwriteback.c237 BUG_ON(ptr_stale(dc->disk.c, &w->key, 0)); in read_dirty()
Dalloc.c610 EBUG_ON(ptr_stale(c, &b->key, i)); in bch_alloc_sectors()
Dbtree.c1195 if (ptr_stale(c, k, i)) { in __bch_btree_mark_key()
1196 stale = max(stale, ptr_stale(c, k, i)); in __bch_btree_mark_key()
1231 !ptr_stale(c, k, i)) { in bch_initial_mark_key()
Drequest.c490 ptr_stale(s->iop.c, &b->key, 0)) { in bch_cache_read_endio()