Home
last modified time | relevance | path

Searched refs:cmp_key (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dstr_hash.h137 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 Dxattr.c69 .cmp_key = xattr_cmp_key,
H A Ddirent.c145 .cmp_key = dirent_cmp_key,
/linux-6.15/fs/btrfs/
H A Dsend.c158 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 Dflow_table.c665 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()