Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dsend.c105 struct btrfs_key *cmp_key; member
339 result_string, what, sctx->cmp_key->objectid, in inconsistent_snapshot_error()
4511 sctx->cmp_key, 0, record_new_ref_if_needed, sctx); in record_new_ref()
4525 sctx->cmp_key, 0, record_deleted_ref_if_needed, in record_deleted_ref()
4540 sctx->cmp_key, 0, record_new_ref_if_needed, sctx); in record_changed_ref()
4544 sctx->cmp_key, 0, record_deleted_ref_if_needed, sctx); in record_changed_ref()
4586 key.objectid = sctx->cmp_key->objectid; in process_all_refs()
4809 sctx->cmp_key, name, name_len, &found_data, in __process_changed_new_xattr()
4836 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr()
4877 key.objectid = sctx->cmp_key->objectid; in process_all_new_xattrs()
[all …]
/linux-6.1.9/net/openvswitch/
Dflow_table.c667 static bool cmp_key(const struct sw_flow_key *key1, in cmp_key() function
686 return cmp_key(&flow->key, key, range->start, range->end); in flow_cmp_masked_key()
697 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); in ovs_flow_cmp_unmasked_key()