Searched refs:bkey_copy (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | bset.c | 870 bkey_copy(where, insert); in bch_bset_insert() 924 copy: bkey_copy(m, k); in bch_btree_insert_key() 1219 bkey_copy(last, k); in btree_mergesort() 1222 bkey_copy(last, k); in btree_mergesort()
|
| H A D | extents.c | 297 bkey_copy(tmp, top->k); in bch_extent_sort_fixup() 428 bkey_copy(&temp.key, k); in bch_extent_insert_fixup()
|
| H A D | debug.c | 47 bkey_copy(&v->key, &b->key); in bch_btree_verify()
|
| H A D | movinggc.c | 107 bkey_copy(&op->replace_key, &io->w->key); in write_moving()
|
| H A D | btree.c | 371 bkey_copy(&k.key, &b->key); in do_btree_node_write() 939 bkey_copy(&b->key, k); in mca_alloc() 1159 bkey_copy(k, &b->key); in make_btree_freeing_key() 2167 bkey_copy(&temp.key, insert_keys->keys); in bch_btree_insert_keys() 2618 bkey_copy(&w->key, k); in refill_keybuf_fn()
|
| H A D | journal.c | 782 bkey_copy(&w->data->btree_root, &c->root->key); in journal_write_unlocked() 783 bkey_copy(&w->data->uuid_bucket, &c->uuid_bucket); in journal_write_unlocked()
|
| H A D | bset.h | 518 bkey_copy(l->top, k); in bch_keylist_add()
|
| H A D | alloc.c | 587 bkey_copy(&ret->key, alloc); in pick_data_bucket()
|
| H A D | writeback.c | 321 bkey_copy(keys.top, &w->key); in write_dirty_finish()
|
| H A D | super.c | 467 bkey_copy(&c->uuid_bucket, k); in uuid_read() 522 bkey_copy(&c->uuid_bucket, &k.key); in __uuid_write()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | bcache.h | 109 #define bkey_copy(_dest, _src) memcpy(_dest, _src, bkey_bytes(_src)) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | bcache.h | 109 #define bkey_copy(_dest, _src) memcpy(_dest, _src, bkey_bytes(_src)) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bcache.h | 109 #define bkey_copy(_dest, _src) memcpy(_dest, _src, bkey_bytes(_src)) macro
|