Home
last modified time | relevance | path

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

/csrg-svn/sbin/fsck/
H A Dfsck.h72 struct inodesc { struct
73 enum fixstate id_fix; /* policy on fixing errors */
74 int (*id_func)(); /* function to be applied to blocks of inode */
75 ino_t id_number; /* inode number described */
76 ino_t id_parent; /* for DATA nodes, their parent */
77 ufs_daddr_t id_blkno; /* current block number being examined */
78 int id_numfrags; /* number of frags contained in block */
79 quad_t id_filesize; /* for DATA nodes, the size of the directory */
80 int id_loc; /* for DATA nodes, current location in dir */
81 int id_entryno; /* for DATA nodes, current entry number */
[all …]