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

/freebsd-13-stable/sbin/restore/
H A Drestore.h142 #define TSTINO(ino, map) \ macro
H A Drestore.c64 if (TSTINO(ino, dumpmap) == 0)
82 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))
523 if (ep == NULL || ep->e_type == LEAF || TSTINO(i, dumpmap) == 0)
H A Dutilities.c379 if (ino == 0 || TSTINO(ino, dumpmap) == 0)
/freebsd-13-stable/sbin/dump/
H A Ddump.h52 #define TSTINO(ino, map) \ macro
H A Dtraverse.c277 nodump = !nonodump && (TSTINO(ino, usedinomap) == 0);
278 if ((isdir & 1) == 0 || (TSTINO(ino, dumpinomap) && !nodump))
316 if (!TSTINO(ino, dumpinomap)) {
425 if (TSTINO(dp->d_ino, dumpinomap)) {
439 if (TSTINO(dp->d_ino, dumpinomap)) {
444 if (TSTINO(dp->d_ino, dumpdirmap)) {

Completed in 110 milliseconds