Christopher Haster 3b9d6630c8 Restructured directory code
After quite a bit of prototyping, settled on the following functions:
- lfs_dir_alloc  - create a new dir
- lfs_dir_fetch  - load and check a dir pair from disk
- lfs_dir_commit - save a dir pair to disk
- lfs_dir_shift  - shrink a dir pair to disk
- lfs_dir_append - add a dir entry, creating dirs if needed
- lfs_dir_remove - remove a dir entry, dropping dirs if needed

Additionally, followed through with a few other tweaks
2017-04-18 01:44:01 -05:00
2017-04-18 01:44:01 -05:00
2017-04-18 01:44:01 -05:00
2017-03-25 19:23:30 -05:00
2017-04-18 01:44:01 -05:00
2017-04-18 01:44:01 -05:00
2017-04-18 01:44:01 -05:00
2017-04-18 01:44:01 -05:00
2017-04-18 01:44:01 -05:00
Description
No description provided
2.1 MiB
Languages
C 62.9%
Python 36%
Makefile 1.1%