Searched refs:cmp_key (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | str_hash.h | 137 bool (*cmp_key)(struct bkey_s_c, const void *); member 167 if (!desc.cmp_key(k, key)) in bch2_hash_lookup_in_snapshot()
|
| H A D | xattr.c | 69 .cmp_key = xattr_cmp_key,
|
| H A D | dirent.c | 145 .cmp_key = dirent_cmp_key,
|
| /linux-6.15/fs/btrfs/ |
| H A D | send.c | 158 struct btrfs_key *cmp_key; member 396 result_string, what, sctx->cmp_key->objectid, in inconsistent_snapshot_error() 4876 key.objectid = sctx->cmp_key->objectid; in process_all_refs() 5074 sctx->cmp_key, name, name_len, &found_data, in __process_changed_new_xattr() 5140 key.objectid = sctx->cmp_key->objectid; in process_all_new_xattrs() 6586 key.objectid = sctx->cmp_key->objectid; in process_all_extents() 6846 struct btrfs_key *key = sctx->cmp_key; in changed_inode() 7066 if (sctx->cur_ino != sctx->cmp_key->objectid) { in changed_ref() 7134 if (sctx->cur_ino != sctx->cmp_key->objectid) in changed_extent() 7140 sctx->cmp_key); in changed_extent() [all …]
|
| /linux-6.15/net/openvswitch/ |
| H A D | flow_table.c | 665 static bool cmp_key(const struct sw_flow_key *key1, in cmp_key() function 684 return cmp_key(&flow->key, key, range->start, range->end); in flow_cmp_masked_key() 695 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); in ovs_flow_cmp_unmasked_key()
|