Lines Matching refs:end
36 uint32_t start, uint32_t end);
39 uint32_t start, uint32_t end);
173 /* Point c->check_ino past the end of the last bucket. */
503 uint32_t start = 0, end = 0, nrfrags = 0;
537 end = frag->ofs + frag->size;
555 if((start >> PAGE_SHIFT) < ((end-1) >> PAGE_SHIFT)) {
557 ret = jffs2_garbage_collect_hole(c, jeb, f, fn, start, end);
560 ret = jffs2_garbage_collect_dnode(c, jeb, f, fn, start, end);
608 don't want to force wastage of the end of a block if splitting would
1015 uint32_t start, uint32_t end)
1024 f->inocache->ino, start, end);
1058 start, end, f->inocache->ino);
1065 start, end, f->inocache->ino);
1078 ri.dsize = cpu_to_je32(end - start);
1166 uint32_t start, uint32_t end)
1180 f->inocache->ino, start, end);
1182 orig_end = end;
1188 to be dirty. Otherwise we end up with GC just going round in
1260 frag = jffs2_lookup_node_frag(&f->fragtree, end-1);
1269 end = frag->ofs + frag->size;
1293 end = frag->ofs + frag->size;
1308 end = frag->ofs + frag->size;
1313 orig_start, orig_end, start, end);
1315 D1(BUG_ON(end > frag_last(&f->fragtree)->ofs + frag_last(&f->fragtree)->size));
1316 BUG_ON(end < orig_end);
1326 * end up here trying to GC the *same* page that jffs2_write_begin() is
1355 cdatalen = min_t(uint32_t, alloclen - sizeof(ri), end - offset);
1356 datalen = end - offset;