Home
last modified time | relevance | path

Searched defs:wbfs_inode_info_t (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/wiimms/wiimms-iso-tools/src/libwbfs/
H A Dfile-formats.h336 typedef struct wbfs_inode_info_t struct
343 be32_t magic; // the magic (char*)"WBFS"
344 be32_t n_hd_sec; // total number of hd_sec in this partition
345 u8 hd_sec_sz_s; // sector size in this partition
346 u8 wbfs_sec_sz_s; // size of a wbfs sec
348 u8 wbfs_version; // informative version number
349 u8 head_padding;
354 be32_t info_version; // == WBFS_INODE_INFO_VERSION
367 be64_t itime; // the disc insertion time
391 __attribute__ ((packed)) wbfs_inode_info_t; argument