Home
last modified time | relevance | path

Searched refs:dumpmap (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/sbin/restore/
HDrestore.c62 if (TSTINO(ino, dumpmap) == 0) in listfile()
80 if (TSTINO(ino, dumpmap) == 0) { in addfile()
120 if (TSTINO(ino, dumpmap) == 0) in deletefile()
169 !TSTINO(mydirino, dumpmap)) in removeoldleaves()
226 if (TSTINO(ino, dumpmap)) in nodeupdates()
521 if (ep == NULL || ep->e_type == LEAF || TSTINO(i, dumpmap) == 0) in findunreflinks()
HDinteractive.c507 if (dp == NULL || (!dflag && TSTINO(dp->d_ino, dumpmap) == 0) || in printlist()
541 if (!dflag && TSTINO(dp->d_ino, dumpmap) == 0) in printlist()
589 if (dflag && TSTINO(fp->fnum, dumpmap) == 0) in mkentry()
718 if (dflag || TSTINO(dp->d_ino, dumpmap)) in glob_readdir()
738 if (dp == NULL || (!dflag && TSTINO(dp->d_ino, dumpmap) == 0) || in glob_stat()
HDrestore.h54 extern char *dumpmap; /* map of inodes on this dump tape */
HDmain.c71 char *dumpmap; variable
HDutilities.c377 if (ino == 0 || TSTINO(ino, dumpmap) == 0) in dirlookup()
HDtape.c298 dumpmap = map; in setup()
306 SETINO(UFS_WINO, dumpmap); in setup()
/freebsd-14-stable/sbin/dump/
HDdump.h111 void dumpmap(char *map, int type, ino_t ino);
HDtraverse.c462 dumpmap(dumpinomap, TS_BITS, ino); in dumpino()
826 dumpmap(char *map, int type, ino_t ino) in dumpmap() function
HDmain.c558 dumpmap(usedinomap, TS_CLRI, maxino - 1); in main()