Searched refs:gap_end (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dtnc_commit.c103 * @gap_end: offset of end of gap
108 static int fill_gap(struct ubifs_info *c, int lnum, int gap_start, int gap_end, argument
114 ubifs_assert((gap_end & 7) == 0);
115 ubifs_assert(gap_end >= gap_start);
117 gap_remains = gap_end - gap_start;
143 if (gap_end == c->leb_size) {
151 lnum, gap_start, gap_end, gap_end - gap_start, written, pad_len);
230 int lnum, dirt = 0, gap_start, gap_end, err, written, tot_written; local
277 gap_end
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/
H A Dmldonkey_importer.pl293 my $gap_end = @gaps_list[$t*2+1];
295 print "Gap $t start $gap_start end $gap_end\n";
298 print MET &tag_string($tag_type,1,sprintf("%c%d",0x0a,$t),$gap_end);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dreservations.c476 unsigned int gap_start, gap_end, gap_len; local
585 gap_end = next_resv->r_start - 1;
586 gap_len = gap_end - gap_start + 1;
596 gap_end = resmap->m_bitmap_len - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.cpp1018 uint64 gap_end = gap_list[j].end; local
1021 uint32 end = (gap_end / PARTSIZE) + 1;
1031 uint64 fill_gap_end = ( (i == (end - 1)) ? gap_end : PARTSIZE * ( i + 1 ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadListCtrl.cpp1337 uint64 gap_end = ( i == end - 1 ? it.end() : PARTSIZE * ( i + 1 ) - 1 ); local
1339 s_ChunkBar.FillRange( gap_begin, gap_end, colour);

Completed in 172 milliseconds