Searched refs:filep2 (Results 1 – 1 of 1) sorted by relevance
88 struct fs_file_t filep2; in test_reentrant_parallel_file_access() local90 fs_file_t_init(&filep2); in test_reentrant_parallel_file_access()93 res = fs_open(&filep2, TEST_FILE2, FA_OPEN_EXISTING | FA_READ); in test_reentrant_parallel_file_access()97 res = fs_close(&filep2); in test_reentrant_parallel_file_access()139 struct fs_file_t filep2; in tfile2_access() local144 fs_file_t_init(&filep2); in tfile2_access()148 res = fs_open(&filep2, TEST_FILE2, FS_O_CREATE | FS_O_RDWR); in tfile2_access()153 brw = fs_write(&filep2, (char *)test_str, strlen(test_str)); in tfile2_access()156 fs_close(&filep2); in tfile2_access()163 fs_close(&filep2); in tfile2_access()[all …]