Searched refs:new_chunk (Results 1 – 7 of 7) sorted by relevance
89 __le64 new_chunk; member94 uint64_t new_chunk; member416 result->new_chunk = le64_to_cpu(de->new_chunk); in read_exception()426 de->new_chunk = cpu_to_le64(e->new_chunk); in write_exception()435 de->new_chunk = 0; in clear_exception()465 if (e.new_chunk == 0LL) { in insert_exceptions()474 if (ps->next_free <= e.new_chunk) in insert_exceptions()475 ps->next_free = e.new_chunk + 1; in insert_exceptions()480 r = callback(callback_context, e.old_chunk, e.new_chunk); in insert_exceptions()684 e->new_chunk = ps->next_free; in persistent_prepare_exception()[all …]
35 chunk_t new_chunk; member150 return e->new_chunk >> DM_CHUNK_NUMBER_BITS; in dm_consecutive_chunk_count()155 e->new_chunk += (1ULL << DM_CHUNK_NUMBER_BITS); in dm_consecutive_chunk_count_inc()164 e->new_chunk -= (1ULL << DM_CHUNK_NUMBER_BITS); in dm_consecutive_chunk_count_dec()
51 e->new_chunk = sector_to_chunk(store, tc->next_free); in transient_prepare_exception()
8738 int new_chunk = mddev->new_chunk_sectors; in raid5_check_reshape() local8742 if (new_chunk > 0) { in raid5_check_reshape()8743 if (!is_power_of_2(new_chunk)) in raid5_check_reshape()8745 if (new_chunk < (PAGE_SIZE>>9)) in raid5_check_reshape()8747 if (mddev->array_sectors & (new_chunk-1)) in raid5_check_reshape()8760 if (new_chunk > 0) { in raid5_check_reshape()8761 conf->chunk_sectors = new_chunk ; in raid5_check_reshape()8762 mddev->chunk_sectors = new_chunk; in raid5_check_reshape()8772 int new_chunk = mddev->new_chunk_sectors; in raid6_check_reshape() local8776 if (new_chunk > 0) { in raid6_check_reshape()[all …]
1344 mddev->new_chunk_sectors = sb->new_chunk >> 9; in super_90_validate()1485 sb->new_chunk = mddev->new_chunk_sectors << 9; in super_90_sync()1873 mddev->new_chunk_sectors = le32_to_cpu(sb->new_chunk); in super_1_validate()2083 sb->new_chunk = cpu_to_le32(mddev->new_chunk_sectors); in super_1_sync()
182 __u32 new_chunk; /* 17 new chunk size (bytes) */ member260 __le32 new_chunk; /* new chunk size (512byte sectors) */ member
1216 struct mlxsw_sp_acl_tcam_chunk *new_chunk; in mlxsw_sp_acl_tcam_vchunk_migrate_start() local1220 new_chunk = mlxsw_sp_acl_tcam_chunk_create(mlxsw_sp, vchunk, region); in mlxsw_sp_acl_tcam_vchunk_migrate_start()1221 if (IS_ERR(new_chunk)) in mlxsw_sp_acl_tcam_vchunk_migrate_start()1222 return PTR_ERR(new_chunk); in mlxsw_sp_acl_tcam_vchunk_migrate_start()1224 vchunk->chunk = new_chunk; in mlxsw_sp_acl_tcam_vchunk_migrate_start()