Searched refs:key_end (Results 1 – 3 of 3) sorted by relevance
165 btrfs_comp_cpu_keys(&key, &rc->key_end) < 0 && in __readahead_hook()900 struct btrfs_key *key_start, struct btrfs_key *key_end) in btrfs_reada_add() argument919 rc->key_end = *key_end; in btrfs_reada_add()
3066 struct btrfs_key key_end; in scrub_stripe() local3147 key_end.objectid = logic_end; in scrub_stripe()3148 key_end.type = BTRFS_METADATA_ITEM_KEY; in scrub_stripe()3149 key_end.offset = (u64)-1; in scrub_stripe()3150 reada1 = btrfs_reada_add(root, &key, &key_end); in scrub_stripe()3155 key_end.objectid = BTRFS_EXTENT_CSUM_OBJECTID; in scrub_stripe()3156 key_end.type = BTRFS_EXTENT_CSUM_KEY; in scrub_stripe()3157 key_end.offset = logic_end; in scrub_stripe()3158 reada2 = btrfs_reada_add(csum_root, &key, &key_end); in scrub_stripe()
3713 struct btrfs_key key_end; /* exclusive */ member