Home
last modified time | relevance | path

Searched refs:usedinomap (Results 1 – 7 of 7) sorted by relevance

/freebsd/sbin/dump/
H A Dmain.c65 char *usedinomap; /* map of allocated inodes */ variable
465 usedinomap = (char *)calloc((unsigned) mapsize, sizeof(char)); in main()
546 dumpmap(usedinomap, TS_CLRI, maxino - 1); in main()
H A Ddump.h36 extern char *usedinomap; /* map of allocated inodes */
H A Dtraverse.c195 * Everything must go in usedinomap so that a check in mapfiles()
196 * for "in dumpdirmap but not in usedinomap" to detect in mapfiles()
200 SETINO(ino, usedinomap); in mapfiles()
216 CLRINO(ino, usedinomap); in mapfiles()
259 * If a directory has been removed from usedinomap, it in mapdirs()
262 * it isn't in usedinomap, we have to go through it to in mapdirs()
265 nodump = !nonodump && (TSTINO(ino, usedinomap) == 0); in mapdirs()
418 * Add back to dumpdirmap and remove from usedinomap in searchdir()
423 CLRINO(dp->d_ino, usedinomap); in searchdir()
/freebsd/sbin/restore/
H A Drestore.h53 extern char *usedinomap; /* map of inodes that are in use on this fs */
H A Dmain.c59 char *usedinomap; variable
H A Drestore.c161 if (TSTINO(mydirino, usedinomap) && in removeoldleaves()
172 if (TSTINO(i, usedinomap)) in removeoldleaves()
H A Dtape.c282 usedinomap = map; in setup()