OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
utilities.c
362
if (ino == 0 || TSTINO(ino,
dumpmap
) == 0)
tape.c
367
getbitmap(&
dumpmap
);
374
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
main.c
647
dumpmap
(usedinomap, TS_CLRI, maxino - 1);
Completed in 27 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026