OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_blks
(Results
1 - 3
of
3
) sorted by null
/system/extras/tests/directiotest/
directiotest.c
177
uint64_t
num_blks
;
local
204
if (ioctl(fd, BLKGETSIZE64, &
num_blks
) == -1) {
208
num_blks
/= blk_size;
223
if (
num_blks
/ NUM_TEST_BLKS > INT_MAX) {
228
test_areas =
num_blks
/ NUM_TEST_BLKS;
/external/e2fsprogs/misc/
e2freefrag.c
103
unsigned long long blk,
num_blks
;
local
108
num_blks
= blocks_count - chunk_start_blk;
110
num_blks
= info->blks_in_chunk;
117
for (blk = 0; blk <
num_blks
; blk++, chunk_start_blk++) {
/external/e2fsprogs/e2fsck/
recovery.c
328
int i,
num_blks
, err;
local
332
num_blks
= count_tags(journal, bh);
336
for (i = 0; i <
num_blks
; i++) {
Completed in 41 milliseconds