Lines Matching refs:rkss_file_table

91 struct rkss_file_table {  struct
106 struct rkss_file_table *table; argument
263 struct rkss_file_table *ptable; in rkss_dump_ptable()
347 struct rkss_file_table *ptable, unsigned int *out_area_index) in rkss_get_fileinfo_by_index()
349 struct rkss_file_table *p; in rkss_get_fileinfo_by_index()
371 memcpy(ptable, p, sizeof(struct rkss_file_table)); in rkss_get_fileinfo_by_index()
377 struct rkss_file_table *ptable, unsigned int *out_area_index) in rkss_get_fileinfo_by_name()
381 struct rkss_file_table *p; in rkss_get_fileinfo_by_name()
402 memcpy(ptable, p, sizeof(struct rkss_file_table)); in rkss_get_fileinfo_by_name()
449 struct rkss_file_table *p; in rkss_get_dirs_by_name()
589 static int rkss_get_remain_tables(struct rkss_file_table *p) in rkss_get_remain_tables()
645 unsigned int area_index, struct rkss_file_table *pfile_table) in rkss_write_area_empty_ptable()
648 struct rkss_file_table *p; in rkss_write_area_empty_ptable()
658 memcpy(p, pfile_table, sizeof(struct rkss_file_table)); in rkss_write_area_empty_ptable()
673 static int rkss_write_empty_ptable(struct rkss_file_table *pfile_table) in rkss_write_empty_ptable()
687 int fd, struct rkss_file_table *pfile_table) in rkss_write_back_ptable()
689 struct rkss_file_table *p; in rkss_write_back_ptable()
706 memcpy(p, pfile_table, sizeof(struct rkss_file_table)); in rkss_write_back_ptable()
797 rkss_info[area_index].table = (struct rkss_file_table *)(rkss_buffer[area_index] + table_offset); in rkss_storage_init()
874 struct rkss_file_table p = {0}; in tee_fs_open()
937 struct rkss_file_table p = {0}; in tee_fs_read()
975 struct rkss_file_table p = {0}; in tee_fs_write()
1039 struct rkss_file_table p = {0}; in tee_fs_seek()
1070 struct rkss_file_table p = {0}; in tee_fs_unlink()
1092 memset(&p, 0, sizeof(struct rkss_file_table)); in tee_fs_unlink()
1107 struct rkss_file_table p_old = {0}; in tee_fs_link()
1108 struct rkss_file_table p_check = {0}; in tee_fs_link()
1109 struct rkss_file_table p_new = {0}; in tee_fs_link()
1127 memcpy(&p_new, &p_old, sizeof(struct rkss_file_table)); in tee_fs_link()
1149 struct rkss_file_table p = {0}; in tee_fs_rename()
1176 struct rkss_file_table p = {0}; in tee_fs_truncate()
1275 struct rkss_file_table p = {0}; in tee_fs_rmdir()
1296 struct rkss_file_table p = {0}; in tee_fs_access()
1330 assert(sizeof(struct rkss_file_table) == RKSS_TABLE_SIZE); in tee_supp_rk_fs_init_v2()
1331 assert(RKSS_DATA_LEN / sizeof(struct rkss_file_table) == in tee_supp_rk_fs_init_v2()