Home
last modified time | relevance | path

Searched refs:ZERO_KEY (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/drivers/md/bcache/
Dextents.c88 if (!bkey_cmp(k, &ZERO_KEY)) in bch_ptr_status()
210 if (!bkey_cmp(k, &ZERO_KEY) || in bch_btree_ptr_bad()
Dmovinggc.c243 c->moving_gc_keys.last_scanned = ZERO_KEY; in bch_moving_gc()
Dbtree.c780 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()
Dbset.h410 *k = ZERO_KEY; in bkey_init()
Dsysfs.c638 ret = bch_btree_map_nodes(&op.op, c, &ZERO_KEY, bch_btree_bset_stats); in bch_bset_print_stats()
Dbset.c883 struct bkey preceding_key_on_stack = ZERO_KEY; in bch_btree_insert_key()
/Linux-v5.15/include/uapi/linux/
Dbcache.h77 #define ZERO_KEY KEY(0, 0, 0) macro
/Linux-v5.15/net/bluetooth/
Dhci_event.c40 #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()
Dmgmt.c207 #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()