Home
last modified time | relevance | path

Searched refs:BTREE_INSERT_STATUS_NO_INSERT (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/bcache/
H A Dbset.h309 BTREE_INSERT_STATUS_NO_INSERT = 0, enumerator
H A Dbset.c883 unsigned int status = BTREE_INSERT_STATUS_NO_INSERT; in bch_btree_insert_key()
H A Dbtree.c2184 if (status != BTREE_INSERT_STATUS_NO_INSERT) { in btree_insert_key()