/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...] |
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
|
conf.h | 168 #define nodump ((dev_dump_t *)devenodev) macro
|