OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tapesize
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/dump/
main.c
95
u_int64_t
tapesize
;
variable in typeref:typename:u_int64_t
567
tapesize
= 3 * (howmany(mapsize * sizeof(char), TP_BSIZE) + 1);
576
anydirskipped = mapfiles(maxino, &
tapesize
, mountpoint,
581
anydirskipped = mapdirs(maxino, &
tapesize
);
585
tapesize
+= 10; /* 10 trailer blocks */
587
(unsigned long long)
tapesize
);
592
fetapes = (double)
tapesize
/ blocksperfile;
599
( (double)
tapesize
/* blocks */
603
(double)
tapesize
/* blocks */
612
(
tapesize
/* blocks *
[
all
...]
main.c
95
u_int64_t
tapesize
;
variable in typeref:typename:u_int64_t
567
tapesize
= 3 * (howmany(mapsize * sizeof(char), TP_BSIZE) + 1);
576
anydirskipped = mapfiles(maxino, &
tapesize
, mountpoint,
581
anydirskipped = mapdirs(maxino, &
tapesize
);
585
tapesize
+= 10; /* 10 trailer blocks */
587
(unsigned long long)
tapesize
);
592
fetapes = (double)
tapesize
/ blocksperfile;
599
( (double)
tapesize
/* blocks */
603
(double)
tapesize
/* blocks */
612
(
tapesize
/* blocks *
[
all
...]
Completed in 139 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025