Searched defs:omfs_inode (Results 1 – 1 of 1) sorted by relevance
55 struct omfs_inode { struct56 struct omfs_header i_head; /* header */57 __be64 i_parent; /* parent containing this inode */58 __be64 i_sibling; /* next inode in hash bucket */59 __be64 i_ctime; /* ctime, in milliseconds */60 char i_fill1[35];61 char i_type; /* OMFS_[DIR,FILE] */62 __be32 i_fill2;63 char i_fill3[64];64 char i_name[OMFS_NAMELEN]; /* filename */[all …]