/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bcache.h | 41 #define ZERO_KEY KEY(0, 0, 0) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bcache.h | 41 #define ZERO_KEY KEY(0, 0, 0) macro
|
/kernel/linux/linux-5.10/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() 1169 bkey_copy_key(k, &ZERO_KEY); in make_btree_freeing_key() 1214 if (!bkey_cmp(k, &ZERO_KEY)) in __bch_btree_mark_key() 1267 if (level && bkey_cmp(k, &ZERO_KEY)) in bch_initial_mark_key() 1494 if (!bkey_cmp(k, &ZERO_KEY)) in btree_gc_coalesce() 1718 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 | bset.c | 881 struct bkey preceding_key_on_stack = ZERO_KEY; in bch_btree_insert_key()
|
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()
|
/kernel/linux/linux-6.6/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 | 801 if (!mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL)) in bch_btree_cache_alloc() 822 c->verify_data = mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL); in bch_btree_cache_alloc() 1190 bkey_copy_key(k, &ZERO_KEY); in make_btree_freeing_key() 1235 if (!bkey_cmp(k, &ZERO_KEY)) in __bch_btree_mark_key() 1288 if (level && bkey_cmp(k, &ZERO_KEY)) in bch_initial_mark_key() 1515 if (!bkey_cmp(k, &ZERO_KEY)) in btree_gc_coalesce() 1739 c->gc_done = ZERO_KEY; in btree_gc_start()
|
H A D | bcache_ondisk.h | 77 #define ZERO_KEY KEY(0, 0, 0) macro
|
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 | bset.c | 883 struct bkey preceding_key_on_stack = ZERO_KEY; in bch_btree_insert_key()
|
H A D | sysfs.c | 640 ret = bch_btree_map_nodes(&op.op, c, &ZERO_KEY, bch_btree_bset_stats); in bch_bset_print_stats()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bcache.h | 77 #define ZERO_KEY KEY(0, 0, 0) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | bcache.h | 56 #define ZERO_KEY KEY(0, 0, 0) macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 42 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro 4075 if (!crypto_memneq(ev->link_key, ZERO_KEY, HCI_LINK_KEY_SIZE)) { in hci_link_key_notify_evt() 4587 if (!crypto_memneq(data->rand256, ZERO_KEY, 16) || in bredr_oob_data_present() 4588 !crypto_memneq(data->hash256, ZERO_KEY, 16)) in bredr_oob_data_present() 4598 if (!crypto_memneq(data->rand192, ZERO_KEY, 16) || in bredr_oob_data_present() 4599 !crypto_memneq(data->hash192, ZERO_KEY, 16)) in bredr_oob_data_present()
|
H A D | mgmt.c | 202 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro 3885 if (!memcmp(cp->uuid, ZERO_KEY, 16)) { in set_exp_feature() 4519 if (memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data() 4520 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 4534 if (!memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data() 4535 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 4547 if (!memcmp(cp->rand256, ZERO_KEY, 16) || in add_remote_oob_data() 4548 !memcmp(cp->hash256, ZERO_KEY, 16)) { in add_remote_oob_data()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 215 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro 4496 exp_feature_changed(NULL, ZERO_KEY, false, sk); in set_zero_key_func() 4926 EXP_FEAT(ZERO_KEY, set_zero_key_func), 5666 if (memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data() 5667 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 5681 if (!memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data() 5682 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 5694 if (!memcmp(cp->rand256, ZERO_KEY, 16) || in add_remote_oob_data() 5695 !memcmp(cp->hash256, ZERO_KEY, 16)) { in add_remote_oob_data()
|
H A D | hci_event.c | 43 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro 4763 if (!crypto_memneq(ev->link_key, ZERO_KEY, HCI_LINK_KEY_SIZE)) { in hci_link_key_notify_evt() 5304 if (!crypto_memneq(data->rand256, ZERO_KEY, 16) || in bredr_oob_data_present() 5305 !crypto_memneq(data->hash256, ZERO_KEY, 16)) in bredr_oob_data_present() 5315 if (!crypto_memneq(data->rand192, ZERO_KEY, 16) || in bredr_oob_data_present() 5316 !crypto_memneq(data->hash192, ZERO_KEY, 16)) in bredr_oob_data_present()
|