Searched refs:TSTINO (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sbin/restore/
H A Drestore.h140 #define TSTINO(ino, map) \ macro
H A Drestore.c62 if (TSTINO(ino, dumpmap) == 0)
80 if (TSTINO(ino, dumpmap) == 0) {
120 if (TSTINO(ino, dumpmap) == 0)
168 if (TSTINO(mydirino, usedinomap) &&
169 !TSTINO(mydirino, dumpmap))
179 if (TSTINO(i, usedinomap))
226 if (TSTINO(ino, dumpmap))
521 if (ep == NULL || ep->e_type == LEAF || TSTINO(i, dumpmap) == 0)
H A Dutilities.c377 if (ino == 0 || TSTINO(ino, dumpmap) == 0)
/freebsd-11.0-release/sbin/dump/
H A Ddump.h50 #define TSTINO(ino, map) \ macro
H A Dtraverse.c275 nodump = !nonodump && (TSTINO(ino, usedinomap) == 0);
276 if ((isdir & 1) == 0 || (TSTINO(ino, dumpinomap) && !nodump))
314 if (!TSTINO(ino, dumpinomap)) {
423 if (TSTINO(dp->d_ino, dumpinomap)) {
437 if (TSTINO(dp->d_ino, dumpinomap)) {
442 if (TSTINO(dp->d_ino, dumpdirmap)) {

Completed in 321 milliseconds