Searched defs:inodesc (Results 1 – 3 of 3) sorted by relevance
195 struct inodesc { struct197 int (*id_func)(struct inodesc *); argument199 fsck_ino_t id_number; /* inode number described */200 fsck_ino_t id_parent; /* for DATA nodes, their parent */203 daddr32_t id_lbn; /* logical fragment number of current block */204 daddr32_t id_blkno; /* physical fragment number being examined */205 int id_numfrags; /* number of frags contained in block */206 daddr32_t id_truncto; /* # blocks to truncate to, -1 for no trunc. */207 offset_t id_filesize; /* for DATA nodes, the size of the directory */208 uint_t id_loc; /* for DATA nodes, current location in dir */[all …]
132 struct inodesc { struct133 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 */[all …]
38 struct inodesc { struct41 struct inodesc *id_next; /* next on linked list */ argument