Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.c33 if (BIT(ino, dumpmap) == 0) { in listfile()
54 if (BIT(ino, dumpmap) == 0) { in addfile()
102 if (BIT(ino, dumpmap) == 0) { in deletefile()
196 if (BIT(ino, dumpmap)) in nodeupdates()
516 if (ep == NIL || ep->e_type == LEAF || BIT(i, dumpmap) == 0) in findunreflinks()
H A Drestore.h66 extern char *dumpmap; /* map of inodes on this dump tape */
H A Dinteractive.c656 if (!dflag && BIT(dp->d_ino, dumpmap) == 0) in printlist()
839 if (dflag && BIT(fp->fnum, dumpmap) == 0) in fmtentry()
H A Dmain.c56 char *dumpmap; variable
H A Dutilities.c445 if (ino == 0 || BIT(ino, dumpmap) == 0) in dirlookup()
887 if (!dflag && BIT(dp->d_ino, dumpmap) == 0) in expand()
H A Dtape.c379 dumpmap = map; in setup()