|
Basic Solution File System - BSFS
|
Implements the fill command for the BSFS browser. More...
Macros | |
| #define | FILL_DEFAULT_BLOCK (64 * 1024) |
Functions | |
| int | fill_cmd (FILE *disk, superblock_t *sb, char **args) |
| Implements the fill command for the BSFS browser. | |
Variables | |
| char | current_path [] |
| Current browser prompt path (defined in browser_bsfs.c) | |
Implements the fill command for the BSFS browser.
The fill command creates a number of files with a given size, measuring the elapsed time for the operation. Files are created sequentially using the high-level API and filled with a predictable byte pattern.
Usage: fill <count> <size> [prefix] [bs=<block>] [pattern=index|zero|random]
Parameters:
| int fill_cmd | ( | FILE * | disk, |
| superblock_t * | sb, | ||
| char ** | args ) |
Implements the fill command for the BSFS browser.
The fill command creates a number of files with a given size, measuring the elapsed time for the operation. Files are created sequentially using the high-level API and filled with a predictable byte pattern.
Usage: fill <count> <size> [prefix] [bs=<block>] [pattern=index|zero|random]
Parameters:
|
extern |
Current browser prompt path (defined in browser_bsfs.c)
Current browser prompt path (defined in browser_bsfs.c)