Spdk/module/bdev/raid
Shuhei Matsumoto 723b1c5021 bdev/raid0: Factor out block count calculation of raid0 bdev
Factor out block count calculation of raid0 bdev into a helper
function raid0_calculate_blockcnt(). This helper function will be used
to support resize in the following patches.

Signed-off-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
Change-Id: Ie99d8686897f1249f48ef8985cb1c8347028fccf
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16283
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
Reviewed-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2023-01-16 08:24:16 +00:00
..
bdev_raid_rpc.c raid1: module implementation 2023-01-09 12:39:19 +00:00
bdev_raid.c bdev/raid: Handle resize event from a base_bdev 2023-01-16 08:24:16 +00:00
bdev_raid.h bdev/raid: Handle resize event from a base_bdev 2023-01-16 08:24:16 +00:00
concat.c concat: io metadata support 2023-01-11 09:08:52 +00:00
Makefile raid1: module implementation 2023-01-09 12:39:19 +00:00
raid0.c bdev/raid0: Factor out block count calculation of raid0 bdev 2023-01-16 08:24:16 +00:00
raid1.c raid1: io metadata support 2023-01-11 09:08:52 +00:00
raid5f.c raid5f: io metadata support 2023-01-11 09:08:52 +00:00