Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/secure_fw/partitions/internal_trusted_storage/
Dtfm_internal_trusted_storage.c44 static its_flash_fs_ctx_t *get_fs_ctx(int32_t client_id) in get_fs_ctx() function
250 status = its_flash_fs_file_get_info(get_fs_ctx(client_id), g_fid, in tfm_its_set()
272 status = its_flash_fs_file_write(get_fs_ctx(client_id), in tfm_its_set()
317 status = its_flash_fs_file_get_info(get_fs_ctx(client_id), g_fid, in tfm_its_get()
334 status = its_flash_fs_file_read(get_fs_ctx(client_id), in tfm_its_get()
361 status = its_flash_fs_file_get_info(get_fs_ctx(client_id), g_fid, in tfm_its_get_info()
396 status = its_flash_fs_file_get_info(get_fs_ctx(client_id), g_fid, in tfm_its_remove()
410 return its_flash_fs_file_delete(get_fs_ctx(client_id), g_fid); in tfm_its_remove()