Home
last modified time | relevance | path

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

/openbsd/sbin/fsck_ext2fs/
H A Dfsck.h89 struct inodesc { struct
92 (struct inodesc *); argument
93 ino_t id_number; /* inode number described */
94 ino_t id_parent; /* for DATA nodes, their parent */
95 daddr32_t id_blkno; /* current block number being examined */
96 int id_numfrags; /* number of frags contained in block */
97 quad_t id_filesize; /* for DATA nodes, the size of the directory */
98 int id_loc; /* for DATA nodes, current location in dir */
99 int id_entryno; /* for DATA nodes, current entry number */
101 char *id_name; /* for DATA nodes, name to find or enter */
[all …]
/openbsd/sbin/fsck_ffs/
H A Dfsck.h154 struct inodesc { struct
161 (struct inodesc *); argument
162 struct direct *id_dirp; /* for DATA nodes, ptr to current entry */
163 char *id_name; /* for DATA nodes, name to find or enter */
164 int id_numfrags; /* number of frags contained in block */
165 int id_loc; /* for DATA nodes, current location in dir */
166 enum fixstate id_fix; /* policy on fixing errors */
167 char id_type; /* type of descriptor, DATA or ADDR */