Searched refs:btree_root (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/md/bcache/ |
H A D | btree.h | 42 * points to - the btree_root() macro handles this. 49 * this allows the btree_root() macro to implicitly release this lock. 86 * the lock field and returns -EINTR, which causes the btree_root() macro to
|
H A D | btree.c | 105 * going to have to split), set op->lock and return -EINTR; btree_root() will 131 * btree_root - call a function on the root of the btree 136 #define btree_root(fn, c, op, ...) \ macro 1742 ret = btree_root(gc_root, c, &op, &writes, &stats); bch_btree_gc() 1845 return btree_root(check_recurse, c, &op); bch_btree_check() 2300 return btree_root(map_nodes_recurse, c, op, from, fn, flags); __bch_btree_map_nodes() 2333 return btree_root(map_keys_recurse, c, op, from, fn, flags); bch_btree_map_keys()
|
H A D | journal.c | 607 bkey_copy(&w->data->btree_root, &c->root->key);
|
H A D | super.c | 1609 k = &j->btree_root; run_cache_set()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | bcache.h | 284 BKEY_PADDED(btree_root);
|
Completed in 229 milliseconds