|
|
| MinixInode (Filesystem *fs) |
|
| Inode (Filesystem *fs) |
|
bool | is_new () const |
|
void | clear_new_flag () |
|
void | mark_dirty () |
|
bool | is_dirty () const |
|
int | write_to_disk () |
|
void | get () |
|
void | put () |
|
|
uint32_t | data [16] |
|
ino_t | ino |
|
umode_t | mode |
|
unsigned int | nlinks |
|
uid_t | uid |
|
gid_t | gid |
|
off_t | size |
|
time_t | atime |
|
time_t | mtime |
|
time_t | ctime |
|
unsigned int | refcount |
|
Inode * | icache_next |
|
Filesystem * | filesystem |
|
int | flags |
|
|
static const int | DIRTY_FLAG = 0x1 |
|
static const int | NEW_FLAG = 0x2 |
The documentation for this class was generated from the following file: