Searched defs:fsck_ino_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h186 * to deal with the differences in definition of ino_t and fsck_ino_t.
189 typedef int32_t fsck_ino_t; typedef
199 fsck_ino_t id_number; /* inode number described */
200 fsck_ino_t id_parent; /* for DATA nodes, their parent */
234 fsck_ino_t i_number; /* inode number of this entry */
235 fsck_ino_t i_parent; /* inode number of parent */
236 fsck_ino_t i_dotdot; /* inode number of .. */
237 fsck_ino_t i_extattr; /* inode of hidden attr dir */
262 * Elements are fsck_ino_t instances (not pointers).
270 fsck_ino_t countdir
[all...]

Completed in 45 milliseconds