Lines Matching refs:BUILD_BUG_ON
446 BUILD_BUG_ON(sizeof(struct erofs_super_block) != 144); in erofs_check_ondisk_layout_definitions()
447 BUILD_BUG_ON(sizeof(struct erofs_inode_compact) != 32); in erofs_check_ondisk_layout_definitions()
448 BUILD_BUG_ON(sizeof(struct erofs_inode_extended) != 64); in erofs_check_ondisk_layout_definitions()
449 BUILD_BUG_ON(sizeof(struct erofs_xattr_ibody_header) != 12); in erofs_check_ondisk_layout_definitions()
450 BUILD_BUG_ON(sizeof(struct erofs_xattr_entry) != 4); in erofs_check_ondisk_layout_definitions()
451 BUILD_BUG_ON(sizeof(struct erofs_inode_chunk_info) != 4); in erofs_check_ondisk_layout_definitions()
452 BUILD_BUG_ON(sizeof(struct erofs_inode_chunk_index) != 8); in erofs_check_ondisk_layout_definitions()
453 BUILD_BUG_ON(sizeof(struct z_erofs_map_header) != 8); in erofs_check_ondisk_layout_definitions()
454 BUILD_BUG_ON(sizeof(struct z_erofs_lcluster_index) != 8); in erofs_check_ondisk_layout_definitions()
455 BUILD_BUG_ON(sizeof(struct erofs_dirent) != 12); in erofs_check_ondisk_layout_definitions()
457 BUILD_BUG_ON(sizeof(struct erofs_inode_chunk_index) != in erofs_check_ondisk_layout_definitions()
459 BUILD_BUG_ON(sizeof(struct erofs_deviceslot) != 128); in erofs_check_ondisk_layout_definitions()
462 BUILD_BUG_ON(__builtin_constant_p(fmh) ? in erofs_check_ondisk_layout_definitions()