Home
last modified time | relevance | path

Searched refs:cmp_key (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/btrfs/
Dsend.c160 struct btrfs_key *cmp_key; member
395 result_string, what, sctx->cmp_key->objectid, in inconsistent_snapshot_error()
4758 sctx->cmp_key, 0, record_new_ref_if_needed, sctx); in record_new_ref()
4772 sctx->cmp_key, 0, record_deleted_ref_if_needed, in record_deleted_ref()
4787 sctx->cmp_key, 0, record_new_ref_if_needed, sctx); in record_changed_ref()
4791 sctx->cmp_key, 0, record_deleted_ref_if_needed, sctx); in record_changed_ref()
4833 key.objectid = sctx->cmp_key->objectid; in process_all_refs()
5056 sctx->cmp_key, name, name_len, &found_data, in __process_changed_new_xattr()
5083 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr()
5124 key.objectid = sctx->cmp_key->objectid; in process_all_new_xattrs()
[all …]
/Linux-v6.6/net/openvswitch/
Dflow_table.c668 static bool cmp_key(const struct sw_flow_key *key1, in cmp_key() function
687 return cmp_key(&flow->key, key, range->start, range->end); in flow_cmp_masked_key()
698 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); in ovs_flow_cmp_unmasked_key()