lfs_dir_seekis usually rather limited in filesystems, and only really allows you to return to a file you've seen before, assuming no filesystem modifications. The reason for this is directories are optimized solely for filename lookup, and supporting indexing can get in the way of that. T...
Behaviour When iterating over a directory withlfs_dir_openandlfs_dir_readin a loop, if after callinglfs_dir_readon the last file, one callslfs_dir_tell, the call success. However, callinglfs_dir_seekwith the given value fails with-22(invalid). Expected behaviour I'd expect this to succe...