Lines Matching full:version
32 sb_get_ops(uint64_t version) in sb_get_ops() argument
68 if (version >= SPDK_COUNTOF(ops)) { in sb_get_ops()
72 return &ops[version]; in sb_get_ops()
85 struct sb_ops *ops = sb_get_ops(sb_ver->header.version); in ftl_superblock_check_magic()
98 struct sb_ops *ops = sb_get_ops(sb_ver->header.version); in ftl_superblock_is_blob_area_empty()
110 struct sb_ops *ops = sb_get_ops(dev->sb->header.version); in ftl_superblock_validate_blob_area()
121 struct sb_ops *ops = sb_get_ops(dev->sb->header.version); in ftl_superblock_store_blob_area()
133 struct sb_ops *ops = sb_get_ops(dev->sb->header.version); in ftl_superblock_load_blob_area()
146 struct sb_ops *ops = sb_get_ops(dev->sb->header.version); in ftl_superblock_md_layout_upgrade_region()
158 struct sb_ops *ops = sb_get_ops(dev->sb->header.version); in ftl_superblock_md_layout_apply()
169 struct sb_ops *ops = sb_get_ops(dev->sb->header.version); in ftl_superblock_md_layout_dump()