Searched refs:fx_file_extended_allocate (Results 1 – 6 of 6) sorted by relevance
/FileX-v6.2.1/test/regression_test/ |
D | filex_file_create_delete_test.c | 146 status = fx_file_extended_allocate(&file_1, 0); in ftest_0_entry() 251 status = fx_file_extended_allocate(&file_1, 1); in ftest_0_entry() 281 status = fx_file_extended_allocate(&file_5, 1); in ftest_0_entry() 289 status = fx_file_extended_allocate(&file_1, 0); in ftest_0_entry() 297 status = fx_file_extended_allocate(&file_1, 0xFFFFFFFFFFFFFFFF); in ftest_0_entry() 302 status = fx_file_extended_allocate(&file_1, 1); in ftest_0_entry() 677 status = fx_file_extended_allocate(&file_6, 128); in ftest_0_entry() 705 status = fx_file_extended_allocate(&file_6, 128); in ftest_0_entry() 710 status = fx_file_extended_allocate(&file_6, 128); in ftest_0_entry() 736 status = fx_file_extended_allocate(&file_6, 128); in ftest_0_entry() [all …]
|
D | filex_fault_tolerant_enable_3_test.c | 490 status = fx_file_extended_allocate( &my_file, 200); in ftest_0_entry() 496 status = fx_file_extended_allocate( &my_file, 200); in ftest_0_entry()
|
D | filex_file_allocate_truncate_test.c | 286 status = fx_file_extended_allocate(FX_NULL, 0xFF); in ftest_0_entry()
|
/FileX-v6.2.1/docs/ |
D | revision_history.txt | 46 fx_file_extended_allocate.c 73 fx_file_extended_allocate.c Corrected the file offset. 125 fx_file_extended_allocate.c 163 …fx_file_extended_allocate.c Added exFAT conditional, modified maximum file siz… 243 fx_file_extended_allocate.c 307 fx_file_extended_allocate.c 350 fx_file_extended_allocate.c
|
/FileX-v6.2.1/common/inc/ |
D | fx_api.h | 1181 #define fx_file_allocate(f, s) fx_file_extended_allocate(f, (ULONG64)s); 1243 #define fx_file_extended_allocate _fx_file_extended_allocate macro 1339 #define fx_file_extended_allocate _fxe_file_extended_allocate macro 1449 UINT fx_file_extended_allocate(FX_FILE *file_ptr, ULONG64 size);
|
/FileX-v6.2.1/common/ |
D | CMakeLists.txt | 58 ${CMAKE_CURRENT_LIST_DIR}/src/fx_file_extended_allocate.c
|