Home
last modified time | relevance | path

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

/FileX-v6.2.1/test/regression_test/
Dfilex_fault_tolerant_loop_write_data_test.c123 ULONG current_available_bytes; in ftest_0_entry() local
273 status = fx_media_space_available(&ram_disk, &current_available_bytes); in ftest_0_entry()
276 …if ((status != FX_SUCCESS) && (available_bytes != (current_available_bytes + two_cluster_size * 2)… in ftest_0_entry()
284 available_bytes = current_available_bytes; in ftest_0_entry()
348 if ((status != FX_SUCCESS) || (available_bytes != current_available_bytes)) in ftest_0_entry()