Home
last modified time | relevance | path

Searched refs:new_chunk (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/md/
H A Ddm-snap-persistent.c89 __le64 new_chunk; member
94 uint64_t new_chunk; member
416 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 …]
H A Ddm-exception-store.h35 chunk_t new_chunk; member
150 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()
H A Ddm-snap-transient.c51 e->new_chunk = sector_to_chunk(store, tc->next_free); in transient_prepare_exception()
H A Draid5.c8738 int new_chunk = mddev->new_chunk_sectors; in raid5_check_reshape() local
8742 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() local
8776 if (new_chunk > 0) { in raid6_check_reshape()
[all …]
H A Dmd.c1344 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()
/linux/include/uapi/linux/raid/
H A Dmd_p.h182 __u32 new_chunk; /* 17 new chunk size (bytes) */ member
260 __le32 new_chunk; /* new chunk size (512byte sectors) */ member
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c1216 struct mlxsw_sp_acl_tcam_chunk *new_chunk; in mlxsw_sp_acl_tcam_vchunk_migrate_start() local
1220 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()