Home
last modified time | relevance | path

Searched refs:BTREE_PRIO (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/md/bcache/
H A Dalloc.c109 b->prio != BTREE_PRIO && in bch_rescale_priorities()
454 b->prio = BTREE_PRIO; in bch_bucket_alloc()
H A Dextents.c185 g->prio != BTREE_PRIO || in btree_ptr_bad_expensive()
520 if (g->prio == BTREE_PRIO) in bch_extent_bad_expensive()
H A Dbcache.h755 #define BTREE_PRIO USHRT_MAX macro
H A Dbtree.c1289 b->prio = BTREE_PRIO; in bch_initial_mark_key()
1290 else if (!level && b->prio == BTREE_PRIO) in bch_initial_mark_key()
2524 BUG_ON(PTR_BUCKET(b->c, &b->key, i)->prio != BTREE_PRIO); in bch_btree_set_root()
H A Dsysfs.c1097 *cached == BTREE_PRIO) { in SHOW()