|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
Public Attributes | |
| uint32_t | ino |
| uint16_t | i_mode |
| uint8_t | device_type |
| uint32_t | i_rdev |
| uint32_t | i_size |
| uint32_t | i_links_count |
| void * | i_block [TMPFS_MAX_BLOCKS] |
| uint32_t | i_block_count |
| char | symlink_target [256] |
| uint8_t tmpfs_inode_t::device_type |
| void* tmpfs_inode_t::i_block[TMPFS_MAX_BLOCKS] |
| uint32_t tmpfs_inode_t::i_block_count |
| uint32_t tmpfs_inode_t::i_links_count |
| uint16_t tmpfs_inode_t::i_mode |
| uint32_t tmpfs_inode_t::i_rdev |
| uint32_t tmpfs_inode_t::i_size |
| uint32_t tmpfs_inode_t::ino |
| char tmpfs_inode_t::symlink_target[256] |