Searched defs:hfs_cat_file (Results 1 – 1 of 1) sorted by relevance
182 struct hfs_cat_file { struct183 s8 type; /* The type of entry */184 u8 reserved;185 u8 Flags; /* Flags such as read-only */186 s8 Typ; /* file version number = 0 */187 struct hfs_finfo UsrWds; /* data used by the Finder */188 __be32 FlNum; /* The CNID */189 __be16 StBlk; /* obsolete */190 __be32 LgLen; /* The logical EOF of the data fork*/191 __be32 PyLen; /* The physical EOF of the data fork */[all …]