Home
last modified time | relevance | path

Searched refs:key_start (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/openvswitch/
Dflow_table.c418 int key_start = range->start; in flow_hash() local
420 const u32 *hash_key = (const u32 *)((const u8 *)key + key_start); in flow_hash()
421 int hash_u32s = (key_end - key_start) >> 2; in flow_hash()
440 int key_start, int key_end) in cmp_key() argument
442 const long *cp1 = (const long *)((const u8 *)key1 + key_start); in cmp_key()
443 const long *cp2 = (const long *)((const u8 *)key2 + key_start); in cmp_key()
447 for (i = key_start; i < key_end; i += sizeof(long)) in cmp_key()
464 int key_start = flow_key_start(key); in ovs_flow_cmp_unmasked_key() local
468 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); in ovs_flow_cmp_unmasked_key()
/linux-4.4.14/fs/btrfs/
Dreada.c199 btrfs_comp_cpu_keys(&next_key, &rc->key_start) > 0) in __readahead_hook()
915 struct btrfs_key *key_start, struct btrfs_key *key_end) in btrfs_reada_add() argument
934 rc->key_start = *key_start; in btrfs_reada_add()
Dscrub.c3082 struct btrfs_key key_start; in scrub_stripe() local
3161 key_start.objectid = logical; in scrub_stripe()
3162 key_start.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()
3163 key_start.offset = (u64)0; in scrub_stripe()
3167 reada1 = btrfs_reada_add(root, &key_start, &key_end); in scrub_stripe()
3169 key_start.objectid = BTRFS_EXTENT_CSUM_OBJECTID; in scrub_stripe()
3170 key_start.type = BTRFS_EXTENT_CSUM_KEY; in scrub_stripe()
3171 key_start.offset = logical; in scrub_stripe()
3175 reada2 = btrfs_reada_add(csum_root, &key_start, &key_end); in scrub_stripe()
Dctree.h4355 struct btrfs_key key_start; member