Home
last modified time | relevance | path

Searched refs:bytes_to_consume (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/fs/mongo/
Dreiser_fract_tree.c60 long bytes_to_consume = 0; /* create files until their total number of variable
251 long bytes_to_consume) in determine_nr_of_files() argument
258 while (byte_total < bytes_to_consume) { in determine_nr_of_files()
478 bytes_to_consume = atol(argv[1]); in main()
485 bytes_to_consume); in main()
Dmongo.pl129 $bytes_to_consume = 10000000;
405 …$cmd_1 = "$TOPDIR/reiser_fract_tree $bytes_to_consume $median_file_size $max_file_size $median_dir…
485 $bytes_to_consume = $numb_of_bytes[$n];
/external/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c207 int bytes_to_consume = 0; /* non-zero if -B was specified, total bytes */ variable
424 switch (sscanf(optarg, "%i%c", &bytes_to_consume, &chr)) { in main()
430 bytes_to_consume *= BSIZE; in main()
1054 if (bytes_to_consume) in main()
1056 Progname, Pid, bytes_to_consume); in main()
1343 if (bytes_to_consume && bytes_to_consume < total_grow_value) { in main()
1344 total_grow_value = bytes_to_consume; in main()
1398 if (bytes_to_consume && bytes_consumed >= bytes_to_consume) { in main()
1400 bytes_to_consume); in main()