Searched refs:stripe_len (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/btrfs/
H A Dblock-group.h355 u64 physical, u64 **logical, int *naddrs, int *stripe_len);
H A Dtree-checker.c805 u64 stripe_len; local
816 stripe_len = btrfs_chunk_stripe_len(leaf, chunk);
865 if (unlikely(!is_power_of_2(stripe_len) || stripe_len != BTRFS_STRIPE_LEN)) {
868 stripe_len);
H A Dblock-group.c2057 * @stripe_len: size of IO stripe for the given block group
2064 u64 physical, u64 **logical, int *naddrs, int *stripe_len)
2114 * instead of map->stripe_len
2132 *stripe_len = io_stripe_size;
2144 int stripe_len; local
2148 stripe_len = BTRFS_SUPER_INFO_OFFSET - cache->start;
2149 cache->bytes_super += stripe_len;
2151 cache->start + stripe_len - 1,
2160 bytenr, &logical, &nr, &stripe_len);
2174 u64 len = min_t(u64, stripe_len,
2063 btrfs_rmap_block(struct btrfs_fs_info *fs_info, u64 chunk_start, u64 physical, u64 **logical, int *naddrs, int *stripe_len) argument
[all...]
H A Daccessors.h182 BTRFS_SETGET_FUNCS(chunk_stripe_len, struct btrfs_chunk, stripe_len, 64);
200 stripe_len, 64);
H A Dscrub.c1659 u64 stripe_len = BTRFS_STRIPE_LEN; local
1677 bbio->bio.bi_iter.bi_size >= stripe_len)) {
1697 &stripe_len, &bioc, &io_stripe,
H A Dvolumes.c8003 u64 stripe_len; local
8017 stripe_len = btrfs_calc_stripe_length(map);
8018 if (physical_len != stripe_len) {
8022 stripe_len);
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h641 __le64 stripe_len; member in struct:btrfs_chunk

Completed in 189 milliseconds