Symbol: cmp_key
fs/btrfs/send.c
164
struct btrfs_key *cmp_key;
fs/btrfs/send.c
403
result_string, what, sctx->cmp_key->objectid,
fs/btrfs/send.c
4719
ret = iterate_inode_ref(sctx->send_root, sctx->left_path, sctx->cmp_key,
fs/btrfs/send.c
4731
ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, sctx->cmp_key,
fs/btrfs/send.c
4743
ret = iterate_inode_ref(sctx->send_root, sctx->left_path, sctx->cmp_key,
fs/btrfs/send.c
4747
ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, sctx->cmp_key,
fs/btrfs/send.c
4787
key.objectid = sctx->cmp_key->objectid;
fs/btrfs/send.c
4985
sctx->cmp_key, name, name_len, &found_data,
fs/btrfs/send.c
5011
ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key,
fs/btrfs/send.c
5050
key.objectid = sctx->cmp_key->objectid;
fs/btrfs/send.c
6478
key.objectid = sctx->cmp_key->objectid;
fs/btrfs/send.c
6507
if (!at_end && sctx->cur_ino == sctx->cmp_key->objectid &&
fs/btrfs/send.c
6508
sctx->cmp_key->type <= BTRFS_INODE_EXTREF_KEY)
fs/btrfs/send.c
6566
if (!at_end && sctx->cmp_key->objectid == sctx->cur_ino)
fs/btrfs/send.c
6737
struct btrfs_key *key = sctx->cmp_key;
fs/btrfs/send.c
6956
if (unlikely(sctx->cur_ino != sctx->cmp_key->objectid)) {
fs/btrfs/send.c
6984
if (unlikely(sctx->cur_ino != sctx->cmp_key->objectid)) {
fs/btrfs/send.c
7024
if (sctx->cur_ino != sctx->cmp_key->objectid)
fs/btrfs/send.c
7030
sctx->cmp_key);
fs/btrfs/send.c
7174
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);