Searched refs:blob_is_empty (Results 1 – 1 of 1) sorted by relevance
19 bool (*blob_is_empty)(union ftl_superblock_ver *sb_ver); member46 .blob_is_empty = ftl_superblock_v3_md_layout_is_empty, in sb_get_ops()52 .blob_is_empty = ftl_superblock_v3_md_layout_is_empty, in sb_get_ops()58 .blob_is_empty = ftl_superblock_v5_is_blob_area_empty, in sb_get_ops()100 if (!ops || !ops->blob_is_empty) { in ftl_superblock_is_blob_area_empty()104 return ops->blob_is_empty(sb_ver); in ftl_superblock_is_blob_area_empty()