Symbol: cmp_key
fs/btrfs/send.c
161
struct btrfs_key *cmp_key;
fs/btrfs/send.c
400
result_string, what, sctx->cmp_key->objectid,
fs/btrfs/send.c
4746
ret = iterate_inode_ref(sctx->send_root, sctx->left_path, sctx->cmp_key,
fs/btrfs/send.c
4758
ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, sctx->cmp_key,
fs/btrfs/send.c
4770
ret = iterate_inode_ref(sctx->send_root, sctx->left_path, sctx->cmp_key,
fs/btrfs/send.c
4774
ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, sctx->cmp_key,
fs/btrfs/send.c
4814
key.objectid = sctx->cmp_key->objectid;
fs/btrfs/send.c
5012
sctx->cmp_key, name, name_len, &found_data,
fs/btrfs/send.c
5038
ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key,
fs/btrfs/send.c
5077
key.objectid = sctx->cmp_key->objectid;
fs/btrfs/send.c
6505
key.objectid = sctx->cmp_key->objectid;
fs/btrfs/send.c
6535
if (!at_end && sctx->cur_ino == sctx->cmp_key->objectid &&
fs/btrfs/send.c
6536
sctx->cmp_key->type <= BTRFS_INODE_EXTREF_KEY)
fs/btrfs/send.c
6594
if (!at_end && sctx->cmp_key->objectid == sctx->cur_ino)
fs/btrfs/send.c
6765
struct btrfs_key *key = sctx->cmp_key;
fs/btrfs/send.c
6984
if (unlikely(sctx->cur_ino != sctx->cmp_key->objectid)) {
fs/btrfs/send.c
7012
if (unlikely(sctx->cur_ino != sctx->cmp_key->objectid)) {
fs/btrfs/send.c
7052
if (sctx->cur_ino != sctx->cmp_key->objectid)
fs/btrfs/send.c
7058
sctx->cmp_key);
fs/btrfs/send.c
7202
sctx->cmp_key = key;
net/openvswitch/flow_table.c
682
return cmp_key(&flow->key, key, range->start, range->end);
net/openvswitch/flow_table.c
693
return cmp_key(flow->id.unmasked_key, key, key_start, key_end);