Lines Matching defs:inodesc
118 struct inodesc { struct
121 (struct inodesc *); argument
122 ino_t id_number; /* inode number described */
123 ino_t id_parent; /* for DATA nodes, their parent */
124 daddr_t id_blkno; /* current block number being examined */
125 int id_numfrags; /* number of frags contained in block */
126 quad_t id_filesize; /* for DATA nodes, the size of the directory */
127 int id_loc; /* for DATA nodes, current location in dir */
128 int id_entryno; /* for DATA nodes, current entry number */
129 struct ext2fs_direct *id_dirp; /* for DATA nodes, ptr to current entry */
130 const char *id_name; /* for DATA nodes, name to find or enter */
131 char id_type; /* type of descriptor, DATA or ADDR */