Searched refs:cmp_key (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 96 struct btrfs_key *cmp_key; member 309 result_string, what, sctx->cmp_key->objectid, in inconsistent_snapshot_error() 4409 sctx->cmp_key, 0, __record_new_ref, sctx); in record_new_ref() 4423 sctx->cmp_key, 0, __record_deleted_ref, sctx); in record_deleted_ref() 4504 sctx->cmp_key, dir, dir_gen, name); in __record_changed_new_ref() 4526 ret = find_iref(sctx->send_root, sctx->left_path, sctx->cmp_key, in __record_changed_deleted_ref() 4541 sctx->cmp_key, 0, __record_changed_new_ref, sctx); in record_changed_ref() 4545 sctx->cmp_key, 0, __record_changed_deleted_ref, sctx); in record_changed_ref() 4588 key.objectid = sctx->cmp_key->objectid; in process_all_refs() 4829 sctx->cmp_key, nam in __process_changed_new_xattr() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 160 struct btrfs_key *cmp_key; member 395 result_string, what, sctx->cmp_key->objectid, in inconsistent_snapshot_error() 4758 sctx->cmp_key, 0, record_new_ref_if_needed, sctx); in record_new_ref() 4772 sctx->cmp_key, 0, record_deleted_ref_if_needed, in record_deleted_ref() 4787 sctx->cmp_key, 0, record_new_ref_if_needed, sctx); in record_changed_ref() 4791 sctx->cmp_key, 0, record_deleted_ref_if_needed, sctx); in record_changed_ref() 4833 key.objectid = sctx->cmp_key->objectid; in process_all_refs() 5056 sctx->cmp_key, name, name_len, &found_data, in __process_changed_new_xattr() 5083 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr() 5124 key.objectid = sctx->cmp_key in process_all_new_xattrs() [all...] |
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.c | 667 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()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_table.c | 668 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()
|
Completed in 21 milliseconds