Searched refs:TSTINO (Results 1 – 6 of 6) sorted by relevance
| /trueos/sbin/restore/ |
| HD | restore.c | 62 if (TSTINO(ino, dumpmap) == 0) in listfile() 80 if (TSTINO(ino, dumpmap) == 0) { in addfile() 120 if (TSTINO(ino, dumpmap) == 0) in deletefile() 168 if (TSTINO(mydirino, usedinomap) && in removeoldleaves() 169 !TSTINO(mydirino, dumpmap)) in removeoldleaves() 179 if (TSTINO(i, usedinomap)) in removeoldleaves() 226 if (TSTINO(ino, dumpmap)) in nodeupdates() 521 if (ep == NULL || ep->e_type == LEAF || TSTINO(i, dumpmap) == 0) in findunreflinks()
|
| HD | interactive.c | 509 if (dp == NULL || (!dflag && TSTINO(dp->d_ino, dumpmap) == 0) || in printlist() 543 if (!dflag && TSTINO(dp->d_ino, dumpmap) == 0) in printlist() 591 if (dflag && TSTINO(fp->fnum, dumpmap) == 0) in mkentry() 720 if (dflag || TSTINO(dp->d_ino, dumpmap)) in glob_readdir() 740 if (dp == NULL || (!dflag && TSTINO(dp->d_ino, dumpmap) == 0) || in glob_stat()
|
| HD | restore.h | 140 #define TSTINO(ino, map) \ macro
|
| HD | utilities.c | 377 if (ino == 0 || TSTINO(ino, dumpmap) == 0) in dirlookup()
|
| /trueos/sbin/dump/ |
| HD | traverse.c | 275 nodump = !nonodump && (TSTINO(ino, usedinomap) == 0); in mapdirs() 276 if ((isdir & 1) == 0 || (TSTINO(ino, dumpinomap) && !nodump)) in mapdirs() 314 if (!TSTINO(ino, dumpinomap)) { in mapdirs() 423 if (TSTINO(dp->d_ino, dumpinomap)) { in searchdir() 437 if (TSTINO(dp->d_ino, dumpinomap)) { in searchdir() 442 if (TSTINO(dp->d_ino, dumpdirmap)) { in searchdir()
|
| HD | dump.h | 50 #define TSTINO(ino, map) \ macro
|