Searched refs:ZERO_KEY (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/drivers/md/bcache/ |
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()
|
D | movinggc.c | 243 c->moving_gc_keys.last_scanned = ZERO_KEY; in bch_moving_gc()
|
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()
|
D | bset.h | 410 *k = ZERO_KEY; in bkey_init()
|
D | sysfs.c | 638 ret = bch_btree_map_nodes(&op.op, c, &ZERO_KEY, bch_btree_bset_stats); in bch_bset_print_stats()
|
D | bset.c | 883 struct bkey preceding_key_on_stack = ZERO_KEY; in bch_btree_insert_key()
|
/Linux-v5.15/include/uapi/linux/ |
D | bcache.h | 77 #define ZERO_KEY KEY(0, 0, 0) macro
|
/Linux-v5.15/net/bluetooth/ |
D | hci_event.c | 40 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro 4650 if (!memcmp(data->rand256, ZERO_KEY, 16) || in bredr_oob_data_present() 4651 !memcmp(data->hash256, ZERO_KEY, 16)) in bredr_oob_data_present() 4661 if (!memcmp(data->rand192, ZERO_KEY, 16) || in bredr_oob_data_present() 4662 !memcmp(data->hash192, ZERO_KEY, 16)) in bredr_oob_data_present()
|
D | mgmt.c | 207 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro 3903 if (!memcmp(cp->uuid, ZERO_KEY, 16)) { in set_exp_feature() 4736 if (memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data() 4737 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 4751 if (!memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data() 4752 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data() 4764 if (!memcmp(cp->rand256, ZERO_KEY, 16) || in add_remote_oob_data() 4765 !memcmp(cp->hash256, ZERO_KEY, 16)) { in add_remote_oob_data()
|