Home
last modified time | relevance | path

Searched refs:orph_last (Results 1 – 5 of 5) sorted by relevance

/u-boot/fs/ubifs/
A Dorphan.c276 if (c->ohead_lnum > c->orph_last) { in write_orph_node()
312 ubifs_assert(c->ohead_lnum <= c->orph_last); in write_orph_node()
340 for (lnum = c->ohead_lnum + 1; lnum <= c->orph_last; lnum++) { in write_orph_nodes()
484 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in ubifs_clear_orphans()
661 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in kill_orphans()
885 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in dbg_scan_orphans()
A Dsb.c659 c->orph_last = c->orph_first + c->orph_lebs - 1; in ubifs_read_superblock()
753 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in fixup_free_space()
A Dubifs.h1911 int orph_last; member
A Dsuper.c1646 c->orph_lebs, c->orph_first, c->orph_last); in mount_ubifs()
A Ddebug.c2560 } else if (lnum >= c->orph_first && lnum <= c->orph_last) { in power_cut_emulated()

Completed in 22 milliseconds