Home
last modified time | relevance | path

Searched refs:stripe_len (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/fs/btrfs/
Dvolumes.h179 int stripe_len; member
249 u64 **logical, int *naddrs, int *stripe_len);
Dscrub.c1775 u64 increment = map->stripe_len; in scrub_stripe()
1780 do_div(nstripes, map->stripe_len); in scrub_stripe()
1782 offset = map->stripe_len * num; in scrub_stripe()
1783 increment = map->stripe_len * map->num_stripes; in scrub_stripe()
1787 offset = map->stripe_len * (num / map->sub_stripes); in scrub_stripe()
1788 increment = map->stripe_len * factor; in scrub_stripe()
1791 increment = map->stripe_len; in scrub_stripe()
1794 increment = map->stripe_len; in scrub_stripe()
1797 increment = map->stripe_len; in scrub_stripe()
1902 logical + map->stripe_len - 1, in scrub_stripe()
[all …]
Dvolumes.c3362 map->stripe_len = BTRFS_STRIPE_LEN; in __btrfs_alloc_chunk()
3476 btrfs_set_stack_chunk_stripe_len(chunk, map->stripe_len); in __finish_chunk_alloc()
3479 btrfs_set_stack_chunk_io_align(chunk, map->stripe_len); in __finish_chunk_alloc()
3480 btrfs_set_stack_chunk_io_width(chunk, map->stripe_len); in __finish_chunk_alloc()
3748 do_div(stripe_nr, map->stripe_len); in __btrfs_map_block()
3750 stripe_offset = stripe_nr * map->stripe_len; in __btrfs_map_block()
3761 map->stripe_len - stripe_offset); in __btrfs_map_block()
3772 stripe_nr_end = (offset + *length + map->stripe_len - 1) & in __btrfs_map_block()
3773 (~(map->stripe_len - 1)); in __btrfs_map_block()
3774 do_div(stripe_nr_end, map->stripe_len); in __btrfs_map_block()
[all …]
Dctree.h269 __le64 stripe_len; member
1677 BTRFS_SETGET_FUNCS(chunk_stripe_len, struct btrfs_chunk, stripe_len, 64);
1695 stripe_len, 64);
Dextent-tree.c240 int stripe_len; in exclude_super_stripes() local
244 stripe_len = BTRFS_SUPER_INFO_OFFSET - cache->key.objectid; in exclude_super_stripes()
245 cache->bytes_super += stripe_len; in exclude_super_stripes()
247 stripe_len); in exclude_super_stripes()
255 0, &logical, &nr, &stripe_len); in exclude_super_stripes()
259 cache->bytes_super += stripe_len; in exclude_super_stripes()
261 stripe_len); in exclude_super_stripes()