#include "befs_fs_types.h"
#include "endian.h"
Go to the source code of this file.
|
| void | befs_error (const struct super_block *sb, const char *fmt,...) |
| |
| void | befs_warning (const struct super_block *sb, const char *fmt,...) |
| |
| void | befs_debug (const struct super_block *sb, const char *fmt,...) |
| |
| void | befs_dump_super_block (const struct super_block *sb, befs_super_block *) |
| |
| void | befs_dump_inode (const struct super_block *sb, befs_inode *) |
| |
| void | befs_dump_index_entry (const struct super_block *sb, befs_disk_btree_super *) |
| |
| void | befs_dump_index_node (const struct super_block *sb, befs_btree_nodehead *) |
| |
| #define BEFS_VERSION "0.9.3" |
- Enumerator:
| BEFS_OK |
|
| BEFS_ERR |
|
| BEFS_BAD_INODE |
|
| BEFS_BT_END |
|
| BEFS_BT_EMPTY |
|
| BEFS_BT_MATCH |
|
| BEFS_BT_PARMATCH |
|
| BEFS_BT_NOT_FOUND |
|
Definition at line 77 of file befs.h.