Searched refs:gap_end (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/ubifs/ |
D | tnc_commit.c | 113 static int fill_gap(struct ubifs_info *c, int lnum, int gap_start, int gap_end, in fill_gap() argument 119 ubifs_assert(c, (gap_end & 7) == 0); in fill_gap() 120 ubifs_assert(c, gap_end >= gap_start); in fill_gap() 122 gap_remains = gap_end - gap_start; in fill_gap() 148 if (gap_end == c->leb_size) { in fill_gap() 156 lnum, gap_start, gap_end, gap_end - gap_start, written, pad_len); in fill_gap() 235 int lnum, dirt = 0, gap_start, gap_end, err, written, tot_written; in layout_leb_in_gaps() local 282 gap_end = snod->offs; in layout_leb_in_gaps() 284 written = fill_gap(c, lnum, gap_start, gap_end, &dirt); in layout_leb_in_gaps() 295 gap_end = c->leb_size; in layout_leb_in_gaps() [all …]
|
/linux-4.19.296/fs/ocfs2/ |
D | reservations.c | 475 unsigned int gap_start, gap_end, gap_len; in __ocfs2_resv_find_window() local 580 gap_end = next_resv->r_start - 1; in __ocfs2_resv_find_window() 581 gap_len = gap_end - gap_start + 1; in __ocfs2_resv_find_window() 590 gap_end = resmap->m_bitmap_len - 1; in __ocfs2_resv_find_window()
|