Searched refs:cmp_key (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | send.c | 161 struct btrfs_key *cmp_key; member 400 result_string, what, sctx->cmp_key->objectid, in inconsistent_snapshot_error() 4746 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, sctx->cmp_key, in record_new_ref() 4758 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, sctx->cmp_key, in record_deleted_ref() 4770 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, sctx->cmp_key, in record_changed_ref() 4774 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, sctx->cmp_key, in record_changed_ref() 4814 key.objectid = sctx->cmp_key->objectid; in process_all_refs() 5012 sctx->cmp_key, name, name_len, &found_data, in __process_changed_new_xattr() 5038 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr() 5077 key.objectid = sctx->cmp_key->objectid; in process_all_new_xattrs() [all …]
|
| /linux/net/openvswitch/ |
| H A D | flow_table.c | 663 static bool cmp_key(const struct sw_flow_key *key1, in cmp_key() function 682 return cmp_key(&flow->key, key, range->start, range->end); in flow_cmp_masked_key() 693 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); in ovs_flow_cmp_unmasked_key()
|