Lines Matching defs:inodesc
72 struct inodesc { struct
73 enum fixstate id_fix; /* policy on fixing errors */
74 int (*id_func)(); /* function to be applied to blocks of inode */
75 ino_t id_number; /* inode number described */
76 ino_t id_parent; /* for DATA nodes, their parent */
77 ufs_daddr_t id_blkno; /* current block number being examined */
78 int id_numfrags; /* number of frags contained in block */
79 quad_t id_filesize; /* for DATA nodes, the size of the directory */
80 int id_loc; /* for DATA nodes, current location in dir */
81 int id_entryno; /* for DATA nodes, current entry number */
82 struct direct *id_dirp; /* for DATA nodes, ptr to current entry */
83 char *id_name; /* for DATA nodes, name to find or enter */
84 char id_type; /* type of descriptor, DATA or ADDR */