Searched refs:stripe_offset (Results 1 – 2 of 2) sorted by relevance
2924 u64 stripe_offset; in __btrfs_map_block() local3000 stripe_offset = stripe_nr * map->stripe_len; in __btrfs_map_block()3001 BUG_ON(offset < stripe_offset); in __btrfs_map_block()3004 stripe_offset = offset - stripe_offset; in __btrfs_map_block()3014 map->stripe_len - stripe_offset); in __btrfs_map_block()3085 stripe_offset + stripe_nr * map->stripe_len; in __btrfs_map_block()3112 stripe_offset; in __btrfs_map_block()3113 stripe_offset = 0; in __btrfs_map_block()3146 stripe_offset; in __btrfs_map_block()3148 stripe_offset = 0; in __btrfs_map_block()[all …]
1398 BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64);