Searched defs:v7fs_inode_diskimage (Results 1 – 1 of 1) sorted by relevance
148 struct v7fs_inode_diskimage { struct149 int16_t mode;150 int16_t nlink; /* [DIR] # of child directories. [REG] link count. */151 int16_t uid;152 int16_t gid;153 v7fs_off_t filesize; /* byte */156 uint8_t addr[V7FS_DINODE_ADDR_LEN];158 v7fs_time_t atime;159 v7fs_time_t mtime;160 v7fs_time_t ctime;