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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dvolumes.c2642 u64 stripe_offset; local
2712 stripe_offset = stripe_nr * map->stripe_len;
2713 BUG_ON(offset < stripe_offset);
2715 /* stripe_offset is the offset of this block in its stripe*/
2716 stripe_offset = offset - stripe_offset;
2723 map->stripe_len - stripe_offset);
2789 stripe_offset + stripe_nr * map->stripe_len;
H A Dctree.h1322 BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64);

Completed in 62 milliseconds