HomeSort by: relevance | last modified time | path
    Searched defs:nodump (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/dump/
traverse.c 147 * used map. All inode but dirs who have the nodump attribute go
278 int i, isdir, nodump; local in function:mapdirs
293 * because it had the nodump flag, or it inherited it from
296 * to propagate the nodump attribute.
298 nodump = (TSTINO(ino, usedinomap) == 0);
300 (TSTINO(ino, dumpinomap) && nodump == 0))
320 filesize, tape_size, nodump);
334 tape_size, nodump);
342 if (nodump) {
344 change = 1; /* subdirs have inherited nodump */
    [all...]
  /src/sys/sys/
conf.h 168 #define nodump ((dev_dump_t *)devenodev) macro

Completed in 58 milliseconds