Home
last modified time | relevance | path

Searched refs:stripe_offset (Results 1 – 2 of 2) sorted by relevance

/u-boot/fs/btrfs/
A Dvolumes.c960 u64 stripe_offset; in __btrfs_map_block() local
1033 stripe_offset = stripe_nr * (u64)map->stripe_len; in __btrfs_map_block()
1034 BUG_ON(offset < stripe_offset); in __btrfs_map_block()
1037 stripe_offset = offset - stripe_offset; in __btrfs_map_block()
1046 map->stripe_len - stripe_offset); in __btrfs_map_block()
1118 stripe_offset = 0; in __btrfs_map_block()
1148 map->stripes[stripe_index].physical + stripe_offset + in __btrfs_map_block()
A Dctree.h272 BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64);

Completed in 7 milliseconds