Searched defs:inoinfo (Results 1 – 2 of 2) sorted by relevance
276 struct inoinfo { struct277 struct inoinfo *i_nexthash; /* next entry in hash chain */ argument278 ino_t i_number; /* inode number of this entry */279 ino_t i_parent; /* inode number of parent */280 ino_t i_dotdot; /* inode number of `..' */281 size_t i_isize; /* size of inode */282 u_int i_numblks; /* size of block array in bytes */283 ufs2_daddr_t i_blks[1]; /* actually longer */
159 inoinfo(ino_t inum) in inoinfo() function