Searched refs:key_start (Results 1 – 3 of 3) sorted by relevance
199 btrfs_comp_cpu_keys(&next_key, &rc->key_start) > 0) in __readahead_hook()922 struct btrfs_key *key_start, struct btrfs_key *key_end) in btrfs_reada_add() argument941 rc->key_start = *key_start; in btrfs_reada_add()
3083 struct btrfs_key key_start; in scrub_stripe() local3162 key_start.objectid = logical; in scrub_stripe()3163 key_start.type = BTRFS_EXTENT_ITEM_KEY; in scrub_stripe()3164 key_start.offset = (u64)0; in scrub_stripe()3168 reada1 = btrfs_reada_add(root, &key_start, &key_end); in scrub_stripe()3170 key_start.objectid = BTRFS_EXTENT_CSUM_OBJECTID; in scrub_stripe()3171 key_start.type = BTRFS_EXTENT_CSUM_KEY; in scrub_stripe()3172 key_start.offset = logical; in scrub_stripe()3176 reada2 = btrfs_reada_add(csum_root, &key_start, &key_end); in scrub_stripe()
4381 struct btrfs_key key_start; member