Lines Matching refs:gap_end
101 * @gap_end: offset of end of gap
106 static int fill_gap(struct ubifs_info *c, int lnum, int gap_start, int gap_end,
112 ubifs_assert(c, (gap_end & 7) == 0);
113 ubifs_assert(c, gap_end >= gap_start);
115 gap_remains = gap_end - gap_start;
141 if (gap_end == c->leb_size) {
149 lnum, gap_start, gap_end, gap_end - gap_start, written, pad_len);
228 int lnum, dirt = 0, gap_start, gap_end, err, written, tot_written;
275 gap_end = snod->offs;
277 written = fill_gap(c, lnum, gap_start, gap_end, &dirt);
288 gap_end = c->leb_size;
290 written = fill_gap(c, lnum, gap_start, gap_end, &dirt);