HomeSort by: relevance | last modified time | path
    Searched refs:TSTINO (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/restore/
restore.c 63 if (TSTINO(ino, dumpmap) == 0)
81 if (TSTINO(ino, dumpmap) == 0) {
122 if (TSTINO(ino, dumpmap) == 0)
170 if (TSTINO(mydirino, usedinomap) &&
171 !TSTINO(mydirino, dumpmap))
181 if (TSTINO(i, usedinomap))
228 if (TSTINO(ino, dumpmap))
524 if (ep == NULL || ep->e_type == LEAF || TSTINO(i, dumpmap) == 0)
restore.h 159 #define TSTINO(ino, map) \
utilities.c 362 if (ino == 0 || TSTINO(ino, dumpmap) == 0)
  /src/sbin/dump/
traverse.c 135 if (TSTINO(ino, usedinomap))
298 nodump = (TSTINO(ino, usedinomap) == 0);
300 (TSTINO(ino, dumpinomap) && nodump == 0))
347 if (!TSTINO(ino, dumpinomap)) {
443 if (TSTINO(ino, dumpinomap)) {
457 if (TSTINO(ino, dumpinomap)) {
462 if (TSTINO(ino, dumpdirmap)) {
dump.h 104 #define TSTINO(ino, map) \

Completed in 13 milliseconds