Lines Matching defs:from
49 * On btree write error, mark bucket such that it won't be freed from the cache
66 * from being starved
971 * in from disk if necessary.
1984 * in mca_cannibalize(), must ensure it is removed from
2517 struct bkey *from,
2526 bch_btree_iter_init(&b->keys, &iter, from);
2531 op, from, fn, flags);
2532 from = NULL;
2546 struct bkey *from, btree_map_nodes_fn *fn, int flags)
2548 return bcache_btree_root(map_nodes_recurse, c, op, from, fn, flags);
2552 struct bkey *from, btree_map_keys_fn *fn,
2559 bch_btree_iter_init(&b->keys, &iter, from);
2565 b, op, from, fn, flags);
2566 from = NULL;
2580 struct bkey *from, btree_map_keys_fn *fn, int flags)
2582 return bcache_btree_root(map_keys_recurse, c, op, from, fn, flags);