Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h195 struct inodesc { struct
197 int (*id_func)(struct inodesc *); argument
199 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 …]
/titanic_44/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h132 struct inodesc { struct
133 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 …]
/titanic_44/usr/src/cmd/backup/dump/
H A Ddumponline.c38 struct inodesc { struct
41 struct inodesc *id_next; /* next on linked list */ argument