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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Draid5.c274 static struct stripe_head *get_active_stripe(raid5_conf_t *conf, sector_t sector, int disks, function
1783 sh2 = get_active_stripe(conf, s, conf->raid_disks, pd_idx, 1);
2395 sh2 = get_active_stripe(conf, s,
2907 sh = get_active_stripe(conf, new_sector, disks, pd_idx, (bi->bi_rw&RWA_MASK));
3041 sh = get_active_stripe(conf, sector_nr+i,
3092 sh = get_active_stripe(conf, first_sector,
3154 sh = get_active_stripe(conf, sector_nr, raid_disks, pd_idx, 1);
3156 sh = get_active_stripe(conf, sector_nr, raid_disks, pd_idx, 0);
3220 sh = get_active_stripe(conf, sector, conf->raid_disks, pd_idx, 1);

Completed in 33 milliseconds