Home
last modified time | relevance | path

Searched refs:fx_file_extended_allocate (Results 1 – 6 of 6) sorted by relevance

/FileX-v6.2.1/test/regression_test/
Dfilex_file_create_delete_test.c146 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 …]
Dfilex_fault_tolerant_enable_3_test.c490 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()
Dfilex_file_allocate_truncate_test.c286 status = fx_file_extended_allocate(FX_NULL, 0xFF); in ftest_0_entry()
/FileX-v6.2.1/docs/
Drevision_history.txt46 fx_file_extended_allocate.c
73 fx_file_extended_allocate.c Corrected the file offset.
125 fx_file_extended_allocate.c
163fx_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/
Dfx_api.h1181 #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/
DCMakeLists.txt58 ${CMAKE_CURRENT_LIST_DIR}/src/fx_file_extended_allocate.c