Lines Matching defs:gap_start
100 * @gap_start: offset of start of gap
106 static int fill_gap(struct ubifs_info *c, int lnum, int gap_start, int gap_end,
111 ubifs_assert(c, (gap_start & 7) == 0);
113 ubifs_assert(c, gap_end >= gap_start);
115 gap_remains = gap_end - gap_start;
118 gap_pos = gap_start;
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;
250 gap_start = 0;
277 written = fill_gap(c, lnum, gap_start, gap_end, &dirt);
283 gap_start = ALIGN(snod->offs + snod->len, 8);
290 written = fill_gap(c, lnum, gap_start, gap_end, &dirt);