Searched refs:cmp_key (Results 1 – 5 of 5) sorted by relevance
/linux/fs/bcachefs/ |
H A D | str_hash.h | 138 bool (*cmp_key)(struct bkey_s_c, const void *); member 168 if (!desc.cmp_key(k, key)) in bch2_hash_lookup_in_snapshot()
|
H A D | dirent.c | 98 .cmp_key = dirent_cmp_key,
|
H A D | xattr.c | 69 .cmp_key = xattr_cmp_key,
|
/linux/fs/btrfs/ |
H A D | send.c | 159 struct btrfs_key *cmp_key; member 396 result_string, what, sctx->cmp_key->objectid, in inconsistent_snapshot_error() 4765 sctx->cmp_key, 0, record_new_ref_if_needed, sctx); in record_new_ref() 4779 sctx->cmp_key, 0, record_deleted_ref_if_needed, in record_deleted_ref() 4794 sctx->cmp_key, 0, record_new_ref_if_needed, sctx); in record_changed_ref() 4798 sctx->cmp_key, 0, record_deleted_ref_if_needed, sctx); in record_changed_ref() 4840 key.objectid = sctx->cmp_key->objectid; in process_all_refs() 5063 sctx->cmp_key, name, name_len, &found_data, in __process_changed_new_xattr() 5090 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr() 5131 key.objectid = sctx->cmp_key->objectid; in process_all_new_xattrs() [all …]
|
/linux/net/openvswitch/ |
H A D | flow_table.c | 665 static bool cmp_key(const struct sw_flow_key *key1, in cmp_key() function 684 return cmp_key(&flow->key, key, range->start, range->end); in flow_cmp_masked_key() 695 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); in ovs_flow_cmp_unmasked_key()
|