Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/restore/
H A Drestore.c44 if (BIT(ino, dumpmap) == 0) {
68 if (BIT(ino, dumpmap) == 0) {
119 if (BIT(ino, dumpmap) == 0) {
220 if (BIT(ino, dumpmap))
546 if (ep == NIL || ep->e_type == LEAF || BIT(i, dumpmap) == 0) in findunreflinks()
H A Drestore.h68 extern char *dumpmap; /* map of inodes on this dump tape */
H A Dinteractive.c686 if (!dflag && BIT(dp->d_ino, dumpmap) == 0)
872 if (dflag && BIT(fp->fnum, dumpmap) == 0)
H A Dmain.c58 char *dumpmap; variable
H A Dutilities.c447 if (ino == 0 || BIT(ino, dumpmap) == 0) in dirlookup()
915 if (!dflag && BIT(dp->d_ino, dumpmap) == 0)
H A Dtape.c378 dumpmap = map; in setup()