|
Basic Solution File System - BSFS
|
Implements the purge command for the BSFS filesystem. More...
Classes | |
| struct | rec_item_t |
| Internal item wrapper used during Recovery GC traversals. More... | |
Functions | |
| int | purge (FILE *disk, superblock_t *sb, char **args) |
| BSFS browser command: purge Recovery snapshots to reclaim space. | |
Implements the purge command for the BSFS filesystem.
Allows users to reclaim space by removing Recovery snapshots:
| int purge | ( | FILE * | disk, |
| superblock_t * | sb, | ||
| char ** | args ) |
BSFS browser command: purge Recovery snapshots to reclaim space.
Usage:
| disk | Open filesystem image. |
| sb | Loaded superblock. |
| args | Tokenized arguments per usage above. |