#include <fs/inode.h>
◆ Inode()
◆ ~Inode()
virtual Inode::~Inode |
( |
| ) |
|
|
inlinevirtual |
◆ is_new()
bool Inode::is_new |
( |
| ) |
const |
|
inline |
◆ clear_new_flag()
void Inode::clear_new_flag |
( |
| ) |
|
|
inline |
◆ mark_dirty()
void Inode::mark_dirty |
( |
| ) |
|
|
inline |
◆ is_dirty()
bool Inode::is_dirty |
( |
| ) |
const |
|
inline |
◆ write_to_disk()
int Inode::write_to_disk |
( |
| ) |
|
|
inline |
◆ get()
◆ put()
◆ ino
◆ mode
◆ nlinks
unsigned int Inode::nlinks |
◆ uid
◆ gid
◆ size
◆ atime
◆ mtime
◆ ctime
◆ refcount
unsigned int Inode::refcount |
◆ icache_next
Inode* Inode::icache_next |
◆ filesystem
◆ flags
◆ DIRTY_FLAG
const int Inode::DIRTY_FLAG = 0x1 |
|
static |
◆ NEW_FLAG
const int Inode::NEW_FLAG = 0x2 |
|
static |
The documentation for this class was generated from the following file: