Searched refs:cmp_key (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/fs/btrfs/ | 
| D | send.c | 96 	struct btrfs_key *cmp_key;  member308 		  result_string, what, sctx->cmp_key->objectid,  in inconsistent_snapshot_error()
 4385 				sctx->cmp_key, 0, __record_new_ref, sctx);  in record_new_ref()
 4399 				sctx->cmp_key, 0, __record_deleted_ref, sctx);  in record_deleted_ref()
 4480 			sctx->cmp_key, dir, dir_gen, name);  in __record_changed_new_ref()
 4502 	ret = find_iref(sctx->send_root, sctx->left_path, sctx->cmp_key,  in __record_changed_deleted_ref()
 4517 			sctx->cmp_key, 0, __record_changed_new_ref, sctx);  in record_changed_ref()
 4521 			sctx->cmp_key, 0, __record_changed_deleted_ref, sctx);  in record_changed_ref()
 4564 	key.objectid = sctx->cmp_key->objectid;  in process_all_refs()
 4805 			 sctx->cmp_key, name, name_len, &found_data,  in __process_changed_new_xattr()
 [all …]
 
 | 
| /Linux-v5.10/net/openvswitch/ | 
| D | flow_table.c | 667 static bool cmp_key(const struct sw_flow_key *key1,  in cmp_key()  function686 	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()
 
 |