raid5_get_active_stripe 1936 drivers/md/raid5-cache.c 	sh = raid5_get_active_stripe(conf, stripe_sect, 0, noblock, 0);
raid5_get_active_stripe 4322 drivers/md/raid5.c 			sh2 = raid5_get_active_stripe(conf, s, 0, 1, 1);
raid5_get_active_stripe 4956 drivers/md/raid5.c 			= raid5_get_active_stripe(conf, sh->sector, 1, 1, 1);
raid5_get_active_stripe 5520 drivers/md/raid5.c 		sh = raid5_get_active_stripe(conf, logical_sector, 0, 0, 0);
raid5_get_active_stripe 5676 drivers/md/raid5.c 		sh = raid5_get_active_stripe(conf, new_sector, previous,
raid5_get_active_stripe 5916 drivers/md/raid5.c 		sh = raid5_get_active_stripe(conf, stripe_addr+i, 0, 0, 1);
raid5_get_active_stripe 5965 drivers/md/raid5.c 		sh = raid5_get_active_stripe(conf, first_sector, 1, 0, 1);
raid5_get_active_stripe 6084 drivers/md/raid5.c 	sh = raid5_get_active_stripe(conf, sector_nr, 0, 1, 0);
raid5_get_active_stripe 6086 drivers/md/raid5.c 		sh = raid5_get_active_stripe(conf, sector_nr, 0, 0, 0);
raid5_get_active_stripe 6149 drivers/md/raid5.c 		sh = raid5_get_active_stripe(conf, sector, 0, 1, 1);
raid5_get_active_stripe  763 drivers/md/raid5.h raid5_get_active_stripe(struct r5conf *conf, sector_t sector,