Lines Matching defs:omfs_inode
58 struct omfs_inode { struct
59 struct omfs_header i_head; /* header */
60 __be64 i_parent; /* parent containing this inode */
61 __be64 i_sibling; /* next inode in hash bucket */
62 __be64 i_ctime; /* ctime, in milliseconds */
63 char i_fill1[35];
64 char i_type; /* OMFS_[DIR,FILE] */
65 __be32 i_fill2;
66 char i_fill3[64];
67 char i_name[OMFS_NAMELEN]; /* filename */
68 __be64 i_size; /* size of file, in bytes */