HomeSort by relevance Sort by last modified time
    Searched refs:header_num (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
block_bitmaps_v3.cc 34 int header_num = HeaderNumberForNewBlock(block_type, block_count); local
35 if (header_num < 0)
39 if (!bitmaps_[header_num].CreateMapBlock(block_count, &index))
43 !bitmaps_[header_num].CreateMapBlock(block_count, &index)) {
48 Addr address(block_type, block_count, bitmaps_[header_num].FileId(), index);
58 int header_num = GetHeaderNumber(address); local
59 if (header_num < 0)
63 bitmaps_[header_num].DeleteMapBlock(address.start_block(),
95 int header_num = GetHeaderNumber(address);
96 if (header_num < 0
122 int header_num = block_type - 1; local
    [all...]
  /external/fio/
verify.c 29 struct verify_header *hdr, unsigned int header_num,
105 unsigned int hdr_inc, header_num; local
112 header_num = 0;
115 populate_hdr(td, io_u, hdr, header_num, hdr_inc);
116 header_num++;
339 * Return data area 'header_num'
870 struct io_u *io_u, unsigned int header_num)
881 vh->offset = io_u->offset + header_num * td->o.verify_interval;
974 struct verify_header *hdr, unsigned int header_num,
1041 fill_meta(hdr, td, io_u, header_num);
    [all...]

Completed in 111 milliseconds