Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dfile.h29 struct storage_file_handle { struct
72 struct storage_file_handle* file,
76 struct storage_file_handle* file,
82 struct storage_file_handle* file,
93 struct storage_file_handle* file,
96 struct storage_file_handle* file,
99 void file_print(struct transaction* tr, const struct storage_file_handle* file);
102 bool file_check(struct transaction* tr, const struct storage_file_handle* file);
143 struct storage_file_handle* file,
146 void file_close(struct storage_file_handle* file);
[all …]
Dclient_session.h27 struct storage_file_handle;
36 struct storage_file_handle** files;
Dfile.c125 const struct storage_file_handle* file) { in file_print()
152 struct storage_file_handle file; in files_print()
174 const struct storage_file_handle* file) { in file_check()
193 struct storage_file_handle* file) { in file_block_map_update()
372 struct storage_file_handle* file, in file_get_block_etc()
474 struct storage_file_handle* file, in file_get_block()
491 struct storage_file_handle* file, in file_get_block_write()
519 struct storage_file_handle* file, in file_block_put_dirty()
580 struct storage_file_handle* file, in file_get_size()
608 struct storage_file_handle* file, in file_set_size()
[all …]
Dclient.c138 struct storage_file_handle** files; in session_set_files_count()
180 struct storage_file_handle* file; in session_close_all_files()
198 struct storage_file_handle** file_p) { in create_file_handle()
201 struct storage_file_handle* file; in create_file_handle()
245 static struct storage_file_handle* get_file_handle( in get_file_handle()
248 struct storage_file_handle* file; in get_file_handle()
416 const struct storage_file_handle* file, in storage_file_check_name()
446 struct storage_file_handle* file = NULL; in storage_file_move()
448 struct storage_file_handle tmp_file; in storage_file_move()
544 struct storage_file_handle* file = NULL; in storage_file_open()
[all …]
Dsuper.c996 struct storage_file_handle file; in fs_check_file()
/trusty/user/app/storage/test/storage_host_test/
Dstorage_host_test.c60 struct storage_file_handle* file, in open_test_file_etc()
81 struct storage_file_handle* file, in open_test_file()
89 struct storage_file_handle* file, in file_test_open()
198 struct storage_file_handle file; in file_test_etc()
303 struct storage_file_handle file; in TEST_P()
609 struct storage_file_handle file; in TEST_P()
691 struct storage_file_handle file; in TEST_P()
/trusty/user/app/storage/test/block_host_test/
Dblock_test.c1037 struct storage_file_handle* file, in open_test_file_etc()
1053 struct storage_file_handle* file, in open_test_file()
1069 struct storage_file_handle file[tr_count]; in file_allocate_all_test()
1147 struct storage_file_handle file; in file_create_all_test()
1167 struct storage_file_handle* file, in file_test_open()
1261 struct storage_file_handle file; in file_move_expect()
1295 struct storage_file_handle file; in file_test_etc()
1347 struct storage_file_handle file[open_count]; in file_test_split_tr()
1406 struct storage_file_handle file; in file_read_after_delete_test()
1407 struct storage_file_handle file2; in file_read_after_delete_test()
[all …]