Searched defs:Inode (Results 1 – 2 of 2) sorted by relevance
9 typedef struct Inode Inode; typedef55 struct Inode struct74 Inode inode[1]; argument
8 typedef struct Inode Inode; typedef81 struct Inode { struct82 ushort i_mode; /* File mode */83 ushort i_uid; /* Owner Uid */84 uint i_size; /* Size in bytes */85 uint i_atime; /* Access time */109 uint inode; /* Inode number */ argument