Searched refs:gap_end (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/ubifs/ |
D | tnc_commit.c | 106 static int fill_gap(struct ubifs_info *c, int lnum, int gap_start, int gap_end, in fill_gap() argument 112 ubifs_assert(c, (gap_end & 7) == 0); in fill_gap() 113 ubifs_assert(c, gap_end >= gap_start); in fill_gap() 115 gap_remains = gap_end - gap_start; in fill_gap() 141 if (gap_end == c->leb_size) { in fill_gap() 149 lnum, gap_start, gap_end, gap_end - gap_start, written, pad_len); in fill_gap() 228 int lnum, dirt = 0, gap_start, gap_end, err, written, tot_written; in layout_leb_in_gaps() local 275 gap_end = snod->offs; in layout_leb_in_gaps() 277 written = fill_gap(c, lnum, gap_start, gap_end, &dirt); in layout_leb_in_gaps() 288 gap_end = c->leb_size; in layout_leb_in_gaps() [all …]
|
/linux-6.1.9/fs/ocfs2/ |
D | reservations.c | 460 unsigned int gap_start, gap_end, gap_len; in __ocfs2_resv_find_window() local 565 gap_end = next_resv->r_start - 1; in __ocfs2_resv_find_window() 566 gap_len = gap_end - gap_start + 1; in __ocfs2_resv_find_window() 575 gap_end = resmap->m_bitmap_len - 1; in __ocfs2_resv_find_window()
|