Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h125 DEFINE_CONV(btrfs_chunk, length, owner, stripe_len, type, io_align, io_width,
H A Dbtrfs_tree.h411 __u64 stripe_len; member
/openbmc/linux/fs/btrfs/
H A Dblock-group.h341 u64 physical, u64 **logical, int *naddrs, int *stripe_len);
H A Dtree-checker.c802 u64 stripe_len; in btrfs_check_chunk_valid() local
813 stripe_len = btrfs_chunk_stripe_len(leaf, chunk); in btrfs_check_chunk_valid()
862 if (unlikely(!is_power_of_2(stripe_len) || stripe_len != BTRFS_STRIPE_LEN)) { in btrfs_check_chunk_valid()
865 stripe_len); in btrfs_check_chunk_valid()
H A Dblock-group.c2088 u64 physical, u64 **logical, int *naddrs, int *stripe_len) in btrfs_rmap_block() argument
2158 *stripe_len = io_stripe_size; in btrfs_rmap_block()
2170 int stripe_len; in exclude_super_stripes() local
2174 stripe_len = BTRFS_SUPER_INFO_OFFSET - cache->start; in exclude_super_stripes()
2175 cache->bytes_super += stripe_len; in exclude_super_stripes()
2177 cache->start + stripe_len - 1, in exclude_super_stripes()
2186 bytenr, &logical, &nr, &stripe_len); in exclude_super_stripes()
2200 u64 len = min_t(u64, stripe_len, in exclude_super_stripes()
H A Daccessors.h172 BTRFS_SETGET_FUNCS(chunk_stripe_len, struct btrfs_chunk, stripe_len, 64);
190 stripe_len, 64);
H A Dvolumes.c7764 u64 stripe_len; in verify_one_dev_extent() local
7782 stripe_len = btrfs_calc_stripe_length(em); in verify_one_dev_extent()
7783 if (physical_len != stripe_len) { in verify_one_dev_extent()
7787 stripe_len); in verify_one_dev_extent()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h620 __le64 stripe_len; member