HomeSort by: relevance | last modified time | path
    Searched refs:dumpmap (Results 1 - 8 of 8) sorted by relevancy

  /src/sbin/restore/
restore.h 56 extern char *dumpmap; /* map of inodes on this dump tape */
restore.c 63 if (TSTINO(ino, dumpmap) == 0)
81 if (TSTINO(ino, dumpmap) == 0) {
122 if (TSTINO(ino, dumpmap) == 0)
171 !TSTINO(mydirino, dumpmap))
228 if (TSTINO(ino, dumpmap))
524 if (ep == NULL || ep->e_type == LEAF || TSTINO(i, dumpmap) == 0)
main.c 74 char *dumpmap; variable in typeref:typename:char *
utilities.c 362 if (ino == 0 || TSTINO(ino, dumpmap) == 0)
tape.c 366 getbitmap(&dumpmap);
373 SETINO(UFS_WINO, dumpmap);
  /src/sbin/dump/
dump.h 211 void dumpmap(char *, int, ino_t);
traverse.c 489 dumpmap(dumpinomap, TS_BITS, ino);
860 dumpmap(char *map, int type, ino_t ino) function in typeref:typename:void
main.c 647 dumpmap(usedinomap, TS_CLRI, maxino - 1);

Completed in 19 milliseconds