Searched refs:gap_start (Results 1 – 2 of 2) sorted by relevance
/fs/ubifs/ |
D | tnc_commit.c | 111 static int fill_gap(struct ubifs_info *c, int lnum, int gap_start, int gap_end, in fill_gap() argument 116 ubifs_assert((gap_start & 7) == 0); in fill_gap() 118 ubifs_assert(gap_end >= gap_start); in fill_gap() 120 gap_remains = gap_end - gap_start; in fill_gap() 123 gap_pos = gap_start; in fill_gap() 154 lnum, gap_start, gap_end, gap_end - gap_start, written, pad_len); in fill_gap() 233 int lnum, dirt = 0, gap_start, gap_end, err, written, tot_written; in layout_leb_in_gaps() local 255 gap_start = 0; in layout_leb_in_gaps() 282 written = fill_gap(c, lnum, gap_start, gap_end, &dirt); in layout_leb_in_gaps() 288 gap_start = ALIGN(snod->offs + snod->len, 8); in layout_leb_in_gaps() [all …]
|
/fs/ocfs2/ |
D | reservations.c | 475 unsigned int gap_start, gap_end, gap_len; in __ocfs2_resv_find_window() local 579 gap_start = ocfs2_resv_end(prev_resv) + 1; in __ocfs2_resv_find_window() 581 gap_len = gap_end - gap_start + 1; in __ocfs2_resv_find_window() 588 gap_start = ocfs2_resv_end(prev_resv) + 1; in __ocfs2_resv_find_window() 589 gap_len = resmap->m_bitmap_len - gap_start; in __ocfs2_resv_find_window() 602 clen = ocfs2_resmap_find_free_bits(resmap, wanted, gap_start, in __ocfs2_resv_find_window()
|