CS350 COS
COS
|
Go to the source code of this file.
Data Structures | |
struct | ObjID |
struct | SuperBlock |
struct | BPtr |
struct | BNode |
struct | BDirEntry |
Macros | |
#define | MAXUSERNAMELEN 32 |
#define | MAXNAMELEN 255 |
#define | O2FS_VERSION_MAJOR 1 |
#define | O2FS_VERSION_MINOR 0 |
#define | SUPERBLOCK_MAGIC "SUPRBLOK" |
#define | O2FS_DIRECT_PTR (64) |
#define | BNODE_MAGIC "BLOKNODE" |
#define | BDIR_MAGIC "DIRENTRY" |
Typedefs | |
typedef struct ObjID | ObjID |
typedef struct SuperBlock | SuperBlock |
typedef struct BPtr | BPtr |
typedef struct BNode | BNode |
typedef struct BDirEntry | BDirEntry |
struct ObjID |
struct SuperBlock |
struct BPtr |
struct BNode |
struct BDirEntry |
typedef struct SuperBlock SuperBlock |