Searched refs:key_end (Results 1 – 3 of 3) sorted by relevance
166 btrfs_comp_cpu_keys(&key, &rc->key_end) < 0 && in __readahead_hook()942 struct btrfs_key *key_start, struct btrfs_key *key_end) in btrfs_reada_add() argument961 rc->key_end = *key_end; in btrfs_reada_add()
3001 struct btrfs_key key_end; in scrub_stripe() local3082 key_end.objectid = logic_end; in scrub_stripe()3083 key_end.type = BTRFS_METADATA_ITEM_KEY; in scrub_stripe()3084 key_end.offset = (u64)-1; in scrub_stripe()3085 reada1 = btrfs_reada_add(root, &key, &key_end); in scrub_stripe()3090 key_end.objectid = BTRFS_EXTENT_CSUM_OBJECTID; in scrub_stripe()3091 key_end.type = BTRFS_EXTENT_CSUM_KEY; in scrub_stripe()3092 key_end.offset = logic_end; in scrub_stripe()3093 reada2 = btrfs_reada_add(csum_root, &key, &key_end); in scrub_stripe()
3566 struct btrfs_key key_end; /* exclusive */ member