Searched defs:tapesize (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/sbin/dump/ |
H A D | traverse.c | 119 mapfileino(ino_t ino, int64_t *tapesize, int *dirskipped) in mapfileino() argument 148 fs_mapinodes(ino_t maxino, int64_t *tapesize, int *anydirskipped) in fs_mapinodes() argument 184 mapfiles(ino_t maxino,int64_t * tapesize,char * disk,char * const * dirv) mapfiles() argument 284 mapdirs(ino_t maxino,int64_t * tapesize) mapdirs() argument 362 dirindir(ino_t ino,daddr_t blkno,int ind_level,off_t * filesize,int64_t * tapesize,int nodump) dirindir() argument 405 searchdir(ino_t ino,daddr_t blkno,long size,off_t filesize,int64_t * tapesize,int nodump) searchdir() argument [all...] |
H A D | main.c | 74 int64_t tapesize; /* estimated tape size, blocks */ variable
|