Searched defs:inodesc (Results 1 – 3 of 3) sorted by relevance
113 struct inodesc { struct114 enum fixstate id_fix; /* policy on fixing errors */115 int (*id_func)(); /* function to be applied to blocks of inode */116 ino_t id_number; /* inode number described */117 ino_t id_parent; /* for DATA nodes, their parent */118 daddr_t id_blkno; /* current block number being examined */119 int id_numfrags; /* number of frags contained in block */120 offset_t id_filesize; /* for DATA nodes, the size of the directory */121 int id_loc; /* for DATA nodes, current location in dir */122 int id_entryno; /* for DATA nodes, current entry number */[all …]
191 struct inodesc { struct193 int (*id_func)(struct inodesc *); argument195 fsck_ino_t id_number; /* inode number described */196 fsck_ino_t id_parent; /* for DATA nodes, their parent */199 daddr32_t id_lbn; /* logical fragment number of current block */200 daddr32_t id_blkno; /* physical fragment number being examined */201 int id_numfrags; /* number of frags contained in block */202 daddr32_t id_truncto; /* # blocks to truncate to, -1 for no trunc. */203 offset_t id_filesize; /* for DATA nodes, the size of the directory */204 uint_t id_loc; /* for DATA nodes, current location in dir */[all …]
36 struct inodesc { struct39 struct inodesc *id_next; /* next on linked list */ argument