Searched refs:key_start (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
D | flow_table.c | 416 int key_start = range->start; in flow_hash() local 418 const u32 *hash_key = (const u32 *)((const u8 *)key + key_start); in flow_hash() 419 int hash_u32s = (key_end - key_start) >> 2; in flow_hash() 438 int key_start, int key_end) in cmp_key() argument 440 const long *cp1 = (const long *)((const u8 *)key1 + key_start); in cmp_key() 441 const long *cp2 = (const long *)((const u8 *)key2 + key_start); in cmp_key() 445 for (i = key_start; i < key_end; i += sizeof(long)) in cmp_key() 462 int key_start = flow_key_start(key); in ovs_flow_cmp_unmasked_key() local 466 return cmp_key(flow->id.unmasked_key, key, key_start, key_end); in ovs_flow_cmp_unmasked_key()
|
/linux-4.1.27/fs/btrfs/ |
D | reada.c | 199 btrfs_comp_cpu_keys(&next_key, &rc->key_start) > 0) in __readahead_hook() 913 struct btrfs_key *key_start, struct btrfs_key *key_end) in btrfs_reada_add() argument 931 rc->key_start = *key_start; in btrfs_reada_add()
|
D | scrub.c | 2983 struct btrfs_key key_start; in scrub_stripe() local 3062 key_start.objectid = logical; in scrub_stripe() 3063 key_start.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe() 3064 key_start.offset = (u64)0; in scrub_stripe() 3068 reada1 = btrfs_reada_add(root, &key_start, &key_end); in scrub_stripe() 3070 key_start.objectid = BTRFS_EXTENT_CSUM_OBJECTID; in scrub_stripe() 3071 key_start.type = BTRFS_EXTENT_CSUM_KEY; in scrub_stripe() 3072 key_start.offset = logical; in scrub_stripe() 3076 reada2 = btrfs_reada_add(csum_root, &key_start, &key_end); in scrub_stripe()
|
D | ctree.h | 4207 struct btrfs_key key_start; member
|