![]() |
MOS Source Code
|
Public Attributes | |
| char | magic [6] = { 0 } |
| char | ino [8] = { 0 } |
| char | mode [8] = { 0 } |
| char | uid [8] = { 0 } |
| char | gid [8] = { 0 } |
| char | nlink [8] = { 0 } |
| char | mtime [8] = { 0 } |
| char | filesize [8] = { 0 } |
| char | devmajor [8] = { 0 } |
| char | devminor [8] = { 0 } |
| char | rdevmajor [8] = { 0 } |
| char | rdevminor [8] = { 0 } |
| char | namesize [8] = { 0 } |
| char | check [8] = { 0 } |
| char magic[6] = { 0 } |
Definition at line 36 of file cpio.cpp.
Referenced by cpio_i_iterate_dir(), cpio_mount(), and cpio_read_metadata().
| char ino[8] = { 0 } |
Definition at line 37 of file cpio.cpp.
Referenced by cpio_i_iterate_dir(), and cpio_inode_trycreate().
| char mode[8] = { 0 } |
Definition at line 38 of file cpio.cpp.
Referenced by cpio_i_iterate_dir(), and cpio_inode_trycreate().
| char uid[8] = { 0 } |
Definition at line 39 of file cpio.cpp.
Referenced by cpio_inode_trycreate().
| char gid[8] = { 0 } |
Definition at line 40 of file cpio.cpp.
Referenced by cpio_inode_trycreate().
| char nlink[8] = { 0 } |
Definition at line 41 of file cpio.cpp.
Referenced by cpio_inode_trycreate().
| char filesize[8] = { 0 } |
Definition at line 44 of file cpio.cpp.
Referenced by cpio_i_iterate_dir(), and cpio_read_metadata().
| char namesize[8] = { 0 } |
Definition at line 50 of file cpio.cpp.
Referenced by cpio_i_iterate_dir(), and cpio_read_metadata().