OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VSIZ
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/io/disktest/
main.h
179
#define
VSIZ
2000 /* default volume capacity in LBAs */
207
OFF_T
vsiz
; /* volume size in blocks */
member in struct:child_args
parse.c
431
args->
vsiz
= my_strtofft(optarg);
433
args->
vsiz
<<= 10;
435
args->
vsiz
*= 1000;
437
args->
vsiz
<<= 20;
439
args->
vsiz
*= 1000000;
441
args->
vsiz
<<= 30;
443
args->
vsiz
*= 1000000000;
865
/* if
vsiz
is still not set, try and get it from the file */
866
if ((args->
vsiz
<= 0) && (args->flags & CLD_FLG_FILE)) {
868
args->
vsiz
= get_file_size(args->device)
[
all
...]
Completed in 113 milliseconds