Searched refs:cmp_key (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/net/openvswitch/ | 
| D | flow_table.c | 393 static bool cmp_key(const struct sw_flow_key *key1,  in cmp_key()  function412 	return cmp_key(&flow->key, key, range->start, range->end);  in flow_cmp_masked_key()
 423 	return cmp_key(flow->id.unmasked_key, key, key_start, key_end);  in ovs_flow_cmp_unmasked_key()
 
 | 
| /Linux-v5.4/fs/btrfs/ | 
| D | send.c | 87 	struct btrfs_key *cmp_key;  member306 		  result_string, what, sctx->cmp_key->objectid,  in inconsistent_snapshot_error()
 4240 				sctx->cmp_key, 0, __record_new_ref, sctx);  in record_new_ref()
 4254 				sctx->cmp_key, 0, __record_deleted_ref, sctx);  in record_deleted_ref()
 4335 			sctx->cmp_key, dir, dir_gen, name);  in __record_changed_new_ref()
 4357 	ret = find_iref(sctx->send_root, sctx->left_path, sctx->cmp_key,  in __record_changed_deleted_ref()
 4372 			sctx->cmp_key, 0, __record_changed_new_ref, sctx);  in record_changed_ref()
 4376 			sctx->cmp_key, 0, __record_changed_deleted_ref, sctx);  in record_changed_ref()
 4419 	key.objectid = sctx->cmp_key->objectid;  in process_all_refs()
 4656 			 sctx->cmp_key, name, name_len, &found_data,  in __process_changed_new_xattr()
 [all …]
 
 |