Home
last modified time | relevance | path

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

/fs/btrfs/
Dscrub.c2604 u32 rot; in get_raid56_logic_offset() local
2619 stripe_nr = div_u64_rem(stripe_nr, map->num_stripes, &rot); in get_raid56_logic_offset()
2621 rot += i; in get_raid56_logic_offset()
2622 stripe_index = rot % map->num_stripes; in get_raid56_logic_offset()
Dvolumes.c6284 unsigned rot; in __btrfs_map_block() local
6287 div_u64_rem(stripe_nr, num_stripes, &rot); in __btrfs_map_block()
6292 bbio->raid_map[(i+rot) % num_stripes] = in __btrfs_map_block()
6295 bbio->raid_map[(i+rot) % map->num_stripes] = RAID5_P_STRIPE; in __btrfs_map_block()
6297 bbio->raid_map[(i+rot+1) % num_stripes] = in __btrfs_map_block()