Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dorphan.c275 if (c->ohead_lnum > c->orph_last) { in write_orph_node()
311 ubifs_assert(c->ohead_lnum <= c->orph_last); in write_orph_node()
339 for (lnum = c->ohead_lnum + 1; lnum <= c->orph_last; lnum++) { in write_orph_nodes()
483 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in ubifs_clear_orphans()
660 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in kill_orphans()
884 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in dbg_scan_orphans()
H A Dsb.c658 c->orph_last = c->orph_first + c->orph_lebs - 1; in ubifs_read_superblock()
752 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in fixup_free_space()
H A Dubifs.h1912 int orph_last; member
H A Dsuper.c1638 c->orph_lebs, c->orph_first, c->orph_last); in mount_ubifs()
H A Ddebug.c2559 } else if (lnum >= c->orph_first && lnum <= c->orph_last) { in power_cut_emulated()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dorphan.c355 if (c->ohead_lnum > c->orph_last) { in write_orph_node()
391 ubifs_assert(c, c->ohead_lnum <= c->orph_last); in write_orph_node()
419 for (lnum = c->ohead_lnum + 1; lnum <= c->orph_last; lnum++) { in write_orph_nodes()
563 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in ubifs_clear_orphans()
775 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in kill_orphans()
988 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in dbg_scan_orphans()
H A Dsb.c771 c->orph_last = c->orph_first + c->orph_lebs - 1; in ubifs_read_superblock()
864 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in fixup_free_space()
H A Dubifs.h1335 int orph_last; member
H A Dsuper.c1574 c->orph_lebs, c->orph_first, c->orph_last); in mount_ubifs()
H A Ddebug.c2512 } else if (lnum >= c->orph_first && lnum <= c->orph_last) { in power_cut_emulated()