Home
last modified time | relevance | path

Searched refs:orph_first (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dorphan.c195 avail_lebs = c->orph_lebs - (c->ohead_lnum - c->orph_first) - 1; in avail_orphs()
309 ubifs_assert(c->ohead_lnum >= c->orph_first); in write_orph_node()
382 c->ohead_lnum = c->orph_first; in consolidate()
482 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in ubifs_clear_orphans()
487 c->ohead_lnum = c->orph_first; in ubifs_clear_orphans()
641 c->ohead_lnum = c->orph_first; in kill_orphans()
659 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in kill_orphans()
883 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in dbg_scan_orphans()
H A Dsb.c656 c->orph_first = c->lpt_last + 1; in ubifs_read_superblock()
657 c->orph_last = c->orph_first + c->orph_lebs - 1; in ubifs_read_superblock()
751 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in fixup_free_space()
H A Dubifs.h1910 int orph_first; member
H A Dsuper.c1642 c->orph_lebs, c->orph_first, c->orph_last); in mount_ubifs()
H A Ddebug.c2558 } else if (lnum >= c->orph_first && lnum <= c->orph_last) { in power_cut_emulated()
/openbmc/linux/fs/ubifs/
H A Dorphan.c276 avail_lebs = c->orph_lebs - (c->ohead_lnum - c->orph_first) - 1; in avail_orphs()
390 ubifs_assert(c, c->ohead_lnum >= c->orph_first); in write_orph_node()
463 c->ohead_lnum = c->orph_first; in consolidate()
563 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in ubifs_clear_orphans()
568 c->ohead_lnum = c->orph_first; in ubifs_clear_orphans()
759 c->ohead_lnum = c->orph_first; in kill_orphans()
777 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in kill_orphans()
990 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in dbg_scan_orphans()
H A Dsb.c773 c->orph_first = c->lpt_last + 1; in ubifs_read_superblock()
774 c->orph_last = c->orph_first + c->orph_lebs - 1; in ubifs_read_superblock()
867 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in fixup_free_space()
H A Dubifs.h1362 int orph_first; member
H A Dsuper.c1586 c->orph_lebs, c->orph_first, c->orph_last); in mount_ubifs()
H A Ddebug.c2532 } else if (lnum >= c->orph_first && lnum <= c->orph_last) { in power_cut_emulated()