Searched refs:dumpmap (Results 1 – 9 of 9) sorted by relevance
/netbsd/sbin/restore/ |
H A D | restore.c | 63 if (TSTINO(ino, dumpmap) == 0) in listfile() 81 if (TSTINO(ino, dumpmap) == 0) { in addfile() 122 if (TSTINO(ino, dumpmap) == 0) in deletefile() 171 !TSTINO(mydirino, dumpmap)) in removeoldleaves() 228 if (TSTINO(ino, dumpmap)) in nodeupdates() 524 if (ep == NULL || ep->e_type == LEAF || TSTINO(i, dumpmap) == 0) in findunreflinks()
|
H A D | interactive.c | 525 if (dp == NULL || (!dflag && TSTINO(dp->d_ino, dumpmap) == 0) || in printlist() 555 if (!dflag && TSTINO(dp->d_ino, dumpmap) == 0) in printlist() 603 if (dflag && TSTINO(fp->fnum, dumpmap) == 0) in mkentry() 735 if (dflag || TSTINO(dp->d_fileno, dumpmap)) in glob_readdir() 755 if (dp == NULL || (!dflag && TSTINO(dp->d_fileno, dumpmap) == 0) || in glob_stat()
|
H A D | restore.h | 56 extern char *dumpmap; /* map of inodes on this dump tape */
|
H A D | main.c | 74 char *dumpmap; variable
|
H A D | utilities.c | 362 if (ino == 0 || TSTINO(ino, dumpmap) == 0) in dirlookup()
|
H A D | tape.c | 366 getbitmap(&dumpmap); in setup() 373 SETINO(UFS_WINO, dumpmap); in setup()
|
/netbsd/sbin/dump/ |
H A D | dump.h | 211 void dumpmap(char *, int, ino_t);
|
H A D | traverse.c | 489 dumpmap(dumpinomap, TS_BITS, ino); in dumpino() 860 dumpmap(char *map, int type, ino_t ino) in dumpmap() function
|
H A D | main.c | 646 dumpmap(usedinomap, TS_CLRI, maxino - 1); in main()
|