Searched refs:ZERO_KEY (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | extents.c | 88 if (!bkey_cmp(k, &ZERO_KEY)) in bch_ptr_status() 210 if (!bkey_cmp(k, &ZERO_KEY) || in bch_btree_ptr_bad()
|
| H A D | btree.c | 780 if (!mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL)) in bch_btree_cache_alloc() 801 c->verify_data = mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL); in bch_btree_cache_alloc() 1160 bkey_copy_key(k, &ZERO_KEY); in make_btree_freeing_key() 1205 if (!bkey_cmp(k, &ZERO_KEY)) in __bch_btree_mark_key() 1258 if (level && bkey_cmp(k, &ZERO_KEY)) in bch_initial_mark_key() 1485 if (!bkey_cmp(k, &ZERO_KEY)) in btree_gc_coalesce() 1707 c->gc_done = ZERO_KEY; in btree_gc_start()
|
| H A D | movinggc.c | 243 c->moving_gc_keys.last_scanned = ZERO_KEY; in bch_moving_gc()
|
| H A D | bset.h | 410 *k = ZERO_KEY; in bkey_init()
|
| H A D | sysfs.c | 619 ret = bch_btree_map_nodes(&op.op, c, &ZERO_KEY, bch_btree_bset_stats); in bch_bset_print_stats()
|
| H A D | bset.c | 881 struct bkey preceding_key_on_stack = ZERO_KEY; in bch_btree_insert_key()
|
| /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 | 77 #define ZERO_KEY KEY(0, 0, 0) 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 | 77 #define ZERO_KEY KEY(0, 0, 0) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bcache.h | 77 #define ZERO_KEY KEY(0, 0, 0) macro
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | mgmt.c | 202 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro 3880 if (!memcmp(cp->uuid, ZERO_KEY, 16)) { in set_exp_feature() 4514 if (memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data() 4515 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 4529 if (!memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data() 4530 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 4542 if (!memcmp(cp->rand256, ZERO_KEY, 16) || in add_remote_oob_data() 4543 !memcmp(cp->hash256, ZERO_KEY, 16)) { in add_remote_oob_data()
|
| H A D | hci_event.c | 40 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro 4556 if (!memcmp(data->rand256, ZERO_KEY, 16) || in bredr_oob_data_present() 4557 !memcmp(data->hash256, ZERO_KEY, 16)) in bredr_oob_data_present() 4567 if (!memcmp(data->rand192, ZERO_KEY, 16) || in bredr_oob_data_present() 4568 !memcmp(data->hash192, ZERO_KEY, 16)) in bredr_oob_data_present()
|