Home
last modified time | relevance | path

Searched defs:inodesc (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sbin/fsck/
H A Dfsck.h114 struct inodesc { struct
116 int (*id_func)(struct inodesc *); /* function to be applied to blocks of inode */ argument
117 ufs1_ino_t id_number; /* inode number described */
118 ufs1_ino_t id_parent; /* for DATA nodes, their parent */
119 ufs_daddr_t id_blkno; /* current block number being examined */
120 int id_numfrags; /* number of frags contained in block */
121 quad_t id_filesize; /* for DATA nodes, the size of the directory */
122 int id_loc; /* for DATA nodes, current location in dir */
123 int id_entryno; /* for DATA nodes, current entry number */
124 struct direct *id_dirp; /* for DATA nodes, ptr to current entry */
[all …]