Home | History | Annotate | Download | only in dump

Lines Matching refs:ino_t

125 extern ino_t	curino;		/* current inumber; used globally */
183 ino_t fs_maxino(void);
184 void fs_mapinodes(ino_t, u_int64_t *, int *);
202 void mapfileino(ino_t, u_int64_t *, int *);
203 int mapfiles(ino_t, u_int64_t *, char *, char * const *);
204 int mapdirs(ino_t, u_int64_t *);
207 void blksout32(int32_t *, int, ino_t);
208 void blksout64(union dinode *, int64_t *, int, ino_t, int);
209 void dumpino(union dinode *, ino_t);
211 void dumpmap(char *, int, ino_t);
213 void writeheader(ino_t);
234 union dinode *getino(ino_t);