Searched refs:gap_start (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ubifs/ |
H A 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 111 ubifs_assert(c, (gap_start & 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() 118 gap_pos = gap_start; 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 250 gap_start = 0; in layout_leb_in_gaps() 277 written = fill_gap(c, lnum, gap_start, gap_end, &dirt); in layout_leb_in_gaps() 283 gap_start = ALIGN(snod->offs + snod->len, 8); in layout_leb_in_gaps() [all …]
|
/openbmc/linux/fs/ocfs2/ |
H A D | reservations.c | 460 unsigned int gap_start, gap_end, gap_len; in __ocfs2_resv_find_window() local 564 gap_start = ocfs2_resv_end(prev_resv) + 1; in __ocfs2_resv_find_window() 566 gap_len = gap_end - gap_start + 1; in __ocfs2_resv_find_window() 573 gap_start = ocfs2_resv_end(prev_resv) + 1; in __ocfs2_resv_find_window() 574 gap_len = resmap->m_bitmap_len - gap_start; in __ocfs2_resv_find_window() 587 clen = ocfs2_resmap_find_free_bits(resmap, wanted, gap_start, in __ocfs2_resv_find_window()
|
/openbmc/linux/drivers/media/rc/ |
H A D | lirc_dev.c | 62 dev->gap_start = ktime_get(); in lirc_raw_event() 69 if (dev->gap_start) { in lirc_raw_event() 71 dev->gap_start); in lirc_raw_event() 80 dev->gap_start = 0; in lirc_raw_event()
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/ |
H A D | 0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch | 282 - fprintf(stderr, "offset = %"PRIdoff_t"\n" , gap_start); 283 + fprintf(stderr, "offset = %lld\n" , (long long)gap_start); 300 - fprintf(stderr, "offset = %"PRIdoff_t"\n" , gap_start); 301 + fprintf(stderr, "offset = %lld\n" , (long long)gap_start);
|
/openbmc/linux/include/media/ |
H A D | rc-core.h | 201 ktime_t gap_start; member
|