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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dvolumes.c2643 u64 stripe_nr; local
2705 stripe_nr = offset;
2707 * stripe_nr counts the total number of stripes we have to stride
2710 do_div(stripe_nr, map->stripe_len);
2712 stripe_offset = stripe_nr * map->stripe_len;
2753 stripe_index = do_div(stripe_nr, factor);
2767 * after this do_div call, stripe_nr is the number of stripes
2771 stripe_index = do_div(stripe_nr, map->num_stripes);
2789 stripe_offset + stripe_nr * map->stripe_len;
2822 u64 stripe_nr; local
[all...]

Completed in 51 milliseconds