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

/netbsd-current/sbin/restore/
H A Drestore.h57 extern char *usedinomap; /* map of inodes that are in use on this fs */
H A Dmain.c75 char *usedinomap; variable
H A Drestore.c170 if (TSTINO(mydirino, usedinomap) &&
181 if (TSTINO(i, usedinomap))
H A Dtape.c365 getbitmap(&usedinomap);
/netbsd-current/sbin/dump/
H A Dtraverse.c135 if (TSTINO(ino, usedinomap))
148 * to the usedinomap.
150 SETINO(ino, usedinomap);
164 CLRINO(ino, usedinomap);
295 * not in usedinomap, but we have to go throuh it anyway
298 nodump = (TSTINO(ino, usedinomap) == 0);
448 * Add back to dumpdirmap and remove from usedinomap
453 CLRINO(ino, usedinomap);
H A Dmain.c75 char *usedinomap; variable
563 usedinomap = (char *)xcalloc((unsigned) mapsize, sizeof(char));
646 dumpmap(usedinomap, TS_CLRI, maxino - 1);
H A Ddump.h94 extern char *usedinomap; /* map of allocated inodes */

Completed in 304 milliseconds