Searched refs:key_end (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/sparc/crypto/
H A Daes_glue.c250 u64 *key_end; ecb_decrypt() local
258 key_end = &ctx->key[ctx->expanded_key_length / sizeof(u64)]; ecb_decrypt()
263 ctx->ops->ecb_decrypt(key_end, ecb_decrypt()
310 u64 *key_end; cbc_decrypt() local
318 key_end = &ctx->key[ctx->expanded_key_length / sizeof(u64)]; cbc_decrypt()
323 ctx->ops->cbc_decrypt(key_end, cbc_decrypt()
/linux-4.1.27/net/openvswitch/
H A Dflow_table.c417 int key_end = range->end; flow_hash() local
419 int hash_u32s = (key_end - key_start) >> 2; flow_hash()
438 int key_start, int key_end) cmp_key()
445 for (i = key_start; i < key_end; i += sizeof(long)) cmp_key()
463 int key_end = match->range.end; ovs_flow_cmp_unmasked_key() local
466 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); ovs_flow_cmp_unmasked_key()
436 cmp_key(const struct sw_flow_key *key1, const struct sw_flow_key *key2, int key_start, int key_end) cmp_key() argument
/linux-4.1.27/fs/btrfs/
H A Dreada.c198 btrfs_comp_cpu_keys(&key, &rc->key_end) < 0 && __readahead_hook()
913 struct btrfs_key *key_start, struct btrfs_key *key_end) btrfs_reada_add()
932 rc->key_end = *key_end; btrfs_reada_add()
912 btrfs_reada_add(struct btrfs_root *root, struct btrfs_key *key_start, struct btrfs_key *key_end) btrfs_reada_add() argument
H A Dscrub.c2984 struct btrfs_key key_end; scrub_stripe() local
3065 key_end.objectid = logic_end; scrub_stripe()
3066 key_end.type = BTRFS_METADATA_ITEM_KEY; scrub_stripe()
3067 key_end.offset = (u64)-1; scrub_stripe()
3068 reada1 = btrfs_reada_add(root, &key_start, &key_end); scrub_stripe()
3073 key_end.objectid = BTRFS_EXTENT_CSUM_OBJECTID; scrub_stripe()
3074 key_end.type = BTRFS_EXTENT_CSUM_KEY; scrub_stripe()
3075 key_end.offset = logic_end; scrub_stripe()
3076 reada2 = btrfs_reada_add(csum_root, &key_start, &key_end); scrub_stripe()
H A Dctree.h4208 struct btrfs_key key_end; /* exclusive */ member in struct:reada_control

Completed in 1022 milliseconds