Lines Matching refs:BTRFS_STRIPE_LEN
5302 /* Align to BTRFS_STRIPE_LEN */
5303 ctl->stripe_size = round_down(ctl->stripe_size, BTRFS_STRIPE_LEN);
5403 map->io_align = BTRFS_STRIPE_LEN;
5404 map->io_width = BTRFS_STRIPE_LEN;
5610 btrfs_set_stack_chunk_stripe_len(chunk, BTRFS_STRIPE_LEN);
5613 btrfs_set_stack_chunk_io_align(chunk, BTRFS_STRIPE_LEN);
5614 btrfs_set_stack_chunk_io_width(chunk, BTRFS_STRIPE_LEN);
5973 stripe_nr_end = round_up(offset + length, BTRFS_STRIPE_LEN) >>
6027 stripes[i].length += BTRFS_STRIPE_LEN;
6203 return BTRFS_STRIPE_LEN - *stripe_offset;
8045 logical < stripe_start + BTRFS_STRIPE_LEN)