Searched refs:raid_bdev_parse_superblock (Results 1 – 2 of 2) sorted by relevance
341 CU_ASSERT(raid_bdev_parse_superblock(&ctx) == 0); in test_raid_bdev_parse_superblock()347 CU_ASSERT(raid_bdev_parse_superblock(&ctx) == -EINVAL); in test_raid_bdev_parse_superblock()352 CU_ASSERT(raid_bdev_parse_superblock(&ctx) == -EINVAL); in test_raid_bdev_parse_superblock()357 CU_ASSERT(raid_bdev_parse_superblock(&ctx) == -EINVAL); in test_raid_bdev_parse_superblock()363 CU_ASSERT(raid_bdev_parse_superblock(&ctx) == -EINVAL); in test_raid_bdev_parse_superblock()369 CU_ASSERT(raid_bdev_parse_superblock(&ctx) == -EAGAIN); in test_raid_bdev_parse_superblock()371 CU_ASSERT(raid_bdev_parse_superblock(&ctx) == 0); in test_raid_bdev_parse_superblock()377 CU_ASSERT(raid_bdev_parse_superblock(&ctx) == -EINVAL); in test_raid_bdev_parse_superblock()
136 raid_bdev_parse_superblock(struct raid_bdev_read_sb_ctx *ctx) in raid_bdev_parse_superblock() function253 status = raid_bdev_parse_superblock(ctx); in raid_bdev_read_sb_cb()