Searched refs:start_section (Results 1 – 5 of 5) sorted by relevance
199 self.anchor = self.log.start_section(self.marker, self.anchor)384 def start_section(self, marker, anchor=None): member in Logfile
340 self.log.start_section('Starting U-Boot')
498 anchors[item.name] = log.start_section(item.name)
610 unsigned long i, start_section, end_section; in ehea_update_busmap() local621 start_section = (pfn * PAGE_SIZE) / EHEA_SECTSIZE; in ehea_update_busmap()622 end_section = start_section + ((nr_pages * PAGE_SIZE) / EHEA_SECTSIZE); in ehea_update_busmap()624 for (i = start_section; i < end_section; i++) { in ehea_update_busmap()
2978 static void init_journal(struct dm_integrity_c *ic, unsigned int start_section, in init_journal() argument2987 i = start_section + n; in init_journal()3003 write_journal(ic, start_section, n_sections); in init_journal()