Home
last modified time | relevance | path

Searched defs:inoinfo (Results 1 – 2 of 2) sorted by relevance

/trueos/sbin/fsck_ffs/
HDfsck.h276 struct inoinfo { struct
277 struct inoinfo *i_nexthash; /* next entry in hash chain */ argument
278 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 */
HDfsutil.c159 inoinfo(ino_t inum) in inoinfo() function