/src/sbin/restore/ |
restore.h | 57 extern char *usedinomap; /* map of inodes that are in use on this fs */
|
main.c | 75 char *usedinomap; variable in typeref:typename:char *
|
restore.c | 170 if (TSTINO(mydirino, usedinomap) && 181 if (TSTINO(i, usedinomap))
|
tape.c | 365 getbitmap(&usedinomap);
|
/src/sbin/dump/ |
traverse.c | 135 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);
|
main.c | 75 char *usedinomap; variable in typeref:typename:char * 564 usedinomap = (char *)xcalloc((unsigned) mapsize, sizeof(char)); 647 dumpmap(usedinomap, TS_CLRI, maxino - 1);
|
dump.h | 94 extern char *usedinomap; /* map of allocated inodes */
|