Lines Matching defs:inodesc
132 struct inodesc { struct
133 enum fixstate id_fix; /* policy on fixing errors */
134 int (*id_func)(); /* function to be applied to blocks of inode */
135 ino_t id_number; /* inode number described */
136 ino_t id_parent; /* for DATA nodes, their parent */
137 daddr_t id_blkno; /* current block number being examined */
138 int id_numfrags; /* number of frags contained in block */
139 offset_t id_filesize; /* for DATA nodes, the size of the directory */
140 int id_loc; /* for DATA nodes, current location in dir */
141 int id_entryno; /* for DATA nodes, current entry number */
142 struct direct *id_dirp; /* for DATA nodes, ptr to current entry */
143 char *id_name; /* for DATA nodes, name to find or enter */
144 char id_type; /* type of descriptor, DATA or ADDR */