/FileX-v6.2.1/ |
D | CONTRIBUTING.md | 8 real-time applications published on under a permissive license. The Eclipse 14 * USBX - high-performance USB host, device, and on-the-go (OTG) embedded stack, that is fully integ… 62 the Developer Certificate of Origin (DCO). Having an ECA on file associated with 64 fulfills the DCO's requirement that you sign-off on your contributions.
|
/FileX-v6.2.1/.github/workflows/ |
D | regression_test.yml | 5 # Controls when the action will run. Triggers the workflow on push or pull request 7 on:
|
/FileX-v6.2.1/test/regression_test/ |
D | filex_file_create_delete_test.c | 1 /* This FileX test concentrates on the file create/delete operations. */ 219 /* This code is executing differently on local vs server. Disabled until cause is explored in ftest_0_entry() 529 /* Now allocate perform allocations with I/O errors on building the new FAT chain. */ in ftest_0_entry() 535 /* Now allocate perform allocations with I/O error on writing the EOF. */ in ftest_0_entry() 541 /* Now allocate perform allocations with I/O error on linking to last cluster. */ in ftest_0_entry() 561 /* Now allocate perform allocations with I/O error on the directory write request. */ in ftest_0_entry() 607 …/* Allocate more clusters but with the offset on a sector boundary rather than a cluster boundary.… in ftest_0_entry() 617 …/* Allocate more clusters but with the offset on a sector boundary rather than a cluster boundary.… in ftest_0_entry() 763 /* Now allocate perform allocations with I/O errors on building the new FAT chain. */ in ftest_0_entry() 769 /* Now allocate perform allocations with I/O error on writing the EOF. */ in ftest_0_entry() [all …]
|
D | filex_directory_rename_test.c | 1 /* This FileX test concentrates on the directory rename operations. */ 259 /* Now try to get an I/O error on the directory free search call. */ in ftest_0_entry() 269 /* Now try to get an I/O error on the directory write call. */ in ftest_0_entry()
|
D | filex_file_date_time_set_test.c | 1 /* This FileX test concentrates on the file date/time set operation. */ 603 /* Now get information on the first file... requesting on the "second" parameter. */ in ftest_0_entry() 616 /* Now get information on the first file... requesting on the "minute" parameter. */ in ftest_0_entry()
|
D | filex_media_read_write_sector_test.c | 1 /* This FileX test concentrates on the basic media read/write sector operation. */ 258 …/* Now perform direct buffer read ram_disk.fx_media_data_sector_start on sectors before the cache.… in ftest_0_entry() 303 …/* Now perform direct buffer read ram_disk.fx_media_data_sector_start on sectors before the cache.… in ftest_0_entry() 669 …/* Now perform direct buffer read ram_disk.fx_media_data_sector_start on sectors before the cache.… in ftest_0_entry() 692 …/* Now perform direct buffer read ram_disk.fx_media_data_sector_start on sectors before the cache.… in ftest_0_entry() 890 …/* Now perform direct buffer read ram_disk.fx_media_data_sector_start on sectors before the cache.… in ftest_0_entry() 1013 /* Now test the FAT map flush with an I/O error on the read of the primary FAT sector. */ in ftest_0_entry() 1018 /* Now test the FAT map flush with an I/O error on the write of the secondary FAT sector. */ in ftest_0_entry()
|
D | filex_directory_create_delete_test.c | 1 /* This FileX test concentrates on the basic directory create/delete operations. */ 510 /* Create a subdirectory with a search pointer that starts on a non-free cluster. */ in ftest_0_entry() 535 /* Create a subdirectory with an error on writing the FAT entry. */ in ftest_0_entry() 541 /* Create a subdirectory with an error on writing the first director entry. */ in ftest_0_entry() 547 /* Create a subdirectory with an error on writing the second director entry. */ in ftest_0_entry() 589 /* Delete a directory but with a FAT read error on the first cluster. */ in ftest_0_entry() 1605 /* Now generate an error on the root directory size. */ in ftest_0_entry() 1800 /* Setup an I/O error on the first logical sectory write of the directory entry. */ in ftest_0_entry() 1871 /* Setup an I/O error on the first logical sectory write of the directory entry. */ in ftest_0_entry() 1942 /* Setup an I/O error on the first logical sectory write of the directory entry. */ in ftest_0_entry() [all …]
|
D | filex_system_date_time_test.c | 1 /* This FileX test concentrates on the system date/time set/get operations. */ 213 /* check bad input for feb on a leap year */ in ftest_0_entry()
|
D | filex_file_attributes_read_set_test.c | 1 /* This FileX test concentrates on the file attributes read/set operation. */ 330 …/* Now test the attributes set with multiple files open that have directory entries that reside on in ftest_0_entry()
|
D | filex_file_rename_test.c | 1 /* This FileX test concentrates on the file rename operations. */ 339 /* Now test I/O error on directory entry write inside of the rename processing. */ in ftest_0_entry()
|
D | filex_fault_tolerant_media_check_test.c | 1 /* This FileX test concentrates on the basic media check operation. */
|
/FileX-v6.2.1/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 29 What impact does this issue have on your progress (e.g., annoyance, showstopper)
|
/FileX-v6.2.1/common/src/ |
D | fx_utility_FAT_map_flush.c | 81 /* Determine how many FAT sectors each bit in the bit map represents. Depending on in _fx_utility_FAT_map_flush() 87 on media flush and media close. */ in _fx_utility_FAT_map_flush()
|
D | fx_file_extended_allocate.c | 210 /* Determine if there are enough available clusters on the media. */ in _fx_file_extended_allocate() 445 /* Decrease the available clusters on the media. */ in _fx_file_extended_allocate() 498 /* Not enough contiguous space on the media. Return error status. */ in _fx_file_extended_allocate()
|
D | fx_file_extended_best_effort_allocate.c | 214 /* Determine if there are no available clusters on the media. */ in _fx_file_extended_best_effort_allocate() 488 /* Decrease the available clusters on the media. */ in _fx_file_extended_best_effort_allocate() 545 /* Not enough contiguous space on the media. Return error status. */ in _fx_file_extended_best_effort_allocate()
|
D | fx_utility_logical_sector_flush.c | 228 write protection was turned on. */ in _fx_utility_logical_sector_flush() 259 /* Determine how to process the hashed cache based on the number of sectors in _fx_utility_logical_sector_flush() 430 write protection was turned on. */ in _fx_utility_logical_sector_flush()
|
D | fx_media_open.c | 670 /* Pickup the current available cluster count on the media. */ 679 … /* Perform a quick sanity check on the available cluster count and the starting free 773 cache memory to optimize I/O on larger devices. Since we are looking for 959 media on the linked list of currently opened media. */ 964 /* Place the thread on the list of opened media. First,
|
D | fx_utility_logical_sector_read.c | 332 /* Invalidate the cache entry on read errors. */ in _fx_utility_logical_sector_read() 511 /* Copy the sectors directly read into the cache so they are available on in _fx_utility_logical_sector_read() 528 … /* This case should never happen, however, if it does simply give up on updating the in _fx_utility_logical_sector_read()
|
/FileX-v6.2.1/docs/ |
D | revision_history.txt | 3 For version 6 and higher, please refer to the release notes on GitHub at https://github.com/eclipse… 583 disabling of cache fill on direct reads. 599 fx_utility_logical_sector_flush.c Added safety check on cache size.
|
/FileX-v6.2.1/ports/win32/vs_2019/inc/ |
D | fx_port.h | 37 /* compatible file system function identically on a variety of */ 68 alternately be defined on the command line. */
|
/FileX-v6.2.1/ports/generic/inc/ |
D | fx_port.h | 37 /* compatible file system function identically on a variety of */ 66 alternately be defined on the command line. */
|
/FileX-v6.2.1/common/inc/ |
D | fx_user_sample.h | 39 /* Note that all the defines in this file may also be made on the */ 68 also refer to fx_port.h for descriptions on each of these options. */
|
D | fx_api.h | 198 /* Determine if fault tolerance is selected. If so, turn on the old fault tolerant options - 816 is accessed via a hash function on the requested sector. */ 819 /* Define the number of sectors that can actually be cached based on the 1012 /* Define the FAT secondary update map. This will be used on flush and 1019 /* Define an area to allocate long file names so that local storage on 1147 /* Define the pointers necessary to maintain the open file on 1172 /* Define the FileX API mappings based on the error checking
|
/FileX-v6.2.1/test/cmake/ |
D | CMakeLists.txt | 56 ON
|
/FileX-v6.2.1/ports/linux/gnu/inc/ |
D | fx_port.h | 37 /* compatible file system function identically on a variety of */ 68 alternately be defined on the command line. */
|