Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dsend.c160 struct btrfs_key *cmp_key; member
395 result_string, what, sctx->cmp_key->objectid, in inconsistent_snapshot_error()
4852 key.objectid = sctx->cmp_key->objectid; in process_all_refs()
5075 sctx->cmp_key, name, name_len, &found_data, in __process_changed_new_xattr()
5143 key.objectid = sctx->cmp_key->objectid; in process_all_new_xattrs()
6615 key.objectid = sctx->cmp_key->objectid; in process_all_extents()
6875 struct btrfs_key *key = sctx->cmp_key; in changed_inode()
7094 if (sctx->cur_ino != sctx->cmp_key->objectid) { in changed_ref()
7162 if (sctx->cur_ino != sctx->cmp_key->objectid) in changed_extent()
7168 sctx->cmp_key); in changed_extent()
[all …]
/openbmc/linux/net/openvswitch/
H A 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()