Searched defs:header_num (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_bitmaps_v3.cc34 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 <
122 int header_num = block_type - 1; local
[all...]
/external/fio/
H A Dverify.c29 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);
869 fill_meta(struct verify_header *hdr, struct thread_data *td, struct io_u *io_u, unsigned int header_num) argument
973 populate_hdr(struct thread_data *td, struct io_u *io_u, struct verify_header *hdr, unsigned int header_num, unsigned int header_len) argument
[all...]

Completed in 321 milliseconds