Searched refs:gap_start (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/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 118 ubifs_assert((gap_start & 7) == 0); in fill_gap() 120 ubifs_assert(gap_end >= gap_start); in fill_gap() 122 gap_remains = gap_end - gap_start; in fill_gap() 125 gap_pos = gap_start; 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 257 gap_start = 0; in layout_leb_in_gaps() 284 written = fill_gap(c, lnum, gap_start, gap_end, &dirt); in layout_leb_in_gaps() 290 gap_start = ALIGN(snod->offs + snod->len, 8); in layout_leb_in_gaps() [all …]
|
/linux-3.4.99/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()
|
/linux-3.4.99/drivers/staging/media/lirc/ |
D | lirc_ene0100.h | 168 struct timeval gap_start; member
|
/linux-3.4.99/drivers/media/rc/ |
D | ir-lirc-codec.c | 59 lirc->gap_start = ktime_get(); in ir_lirc_decode() 76 lirc->gap_start)); in ir_lirc_decode()
|
D | rc-core-priv.h | 108 ktime_t gap_start; member
|