Searched refs:file_test_open (Results 1 – 2 of 2) sorted by relevance
/trusty/user/app/storage/test/storage_host_test/ |
D | storage_host_test.c | 88 static void file_test_open(struct transaction* tr, in file_test_open() function 214 file_test_open(tr, &file, allocate, read, free, id); in file_test_etc()
|
/trusty/user/app/storage/test/block_host_test/ |
D | block_test.c | 1166 static void file_test_open(struct transaction* tr, in file_test_open() function 1306 file_test_open(tr, &file, allocate, read, free, id); in file_test_etc() 1357 file_test_open(tr, &file[allocate_file_index], allocate, 0, 0, id); in file_test_split_tr() 1368 file_test_open(tr, &file[allocate_file_index], allocate, 0, 0, id); in file_test_split_tr() 1381 file_test_open(tr, &file[i], 0, read, 0, id); in file_test_split_tr() 1388 file_test_open(tr, &file[0], 0, read, free, id); in file_test_split_tr() 1656 file_test_open(tr, &file[i], file_test_block_count, 0, 0, 2 + i); in file_create2_read_after_commit_test() 1662 file_test_open(tr, &file[i], 0, file_test_block_count, 0, 2 + i); in file_create2_read_after_commit_test()
|