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