Searched defs:inodesc (Results 1 – 1 of 1) sorted by relevance
226 struct inodesc { struct228 int (*id_func)(struct inodesc *); argument230 ino_t id_number; /* inode number described */231 ino_t id_parent; /* for DATA nodes, their parent */232 ufs_lbn_t id_lbn; /* logical block number of current block */234 int id_level; /* level of indirection of this block */235 int id_numfrags; /* number of frags contained in block */236 ufs_lbn_t id_lballoc; /* pass1: last LBN that is allocated */239 int id_loc; /* for DATA nodes, current location in dir */241 char *id_name; /* for DATA nodes, name to find or enter */[all …]