Searched refs:scratch_id (Results 1 – 1 of 1) sorted by relevance
| /trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/flash_fs/ |
| D | its_flash_fs_dblock.c | 44 uint32_t scratch_id = 0; in its_flash_fs_dblock_compact_block() local 57 scratch_id = its_flash_fs_mblock_cur_data_scratch_id(fs_ctx, lblock); in its_flash_fs_dblock_compact_block() 64 err = its_flash_fs_block_to_block_move(fs_ctx, scratch_id, dst_offset, in its_flash_fs_dblock_compact_block() 77 err = its_flash_fs_block_to_block_move(fs_ctx, scratch_id, in its_flash_fs_dblock_compact_block() 95 block_meta.phy_id = scratch_id; in its_flash_fs_dblock_compact_block() 102 its_flash_fs_mblock_set_data_scratch(fs_ctx, scratch_id, lblock); in its_flash_fs_dblock_compact_block() 111 err = fs_ctx->ops->flush(fs_ctx->cfg, scratch_id); in its_flash_fs_dblock_compact_block() 146 uint32_t scratch_id; in its_flash_fs_dblock_write_file() local 150 scratch_id = its_flash_fs_mblock_cur_data_scratch_id(fs_ctx, in its_flash_fs_dblock_write_file() 157 err = its_flash_fs_block_to_block_move(fs_ctx, scratch_id, in its_flash_fs_dblock_write_file() [all …]
|