Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ubifs/
Dorphan.c348 if (c->ohead_lnum > c->orph_last) { in write_orph_node()
384 ubifs_assert(c, c->ohead_lnum <= c->orph_last); in write_orph_node()
412 for (lnum = c->ohead_lnum + 1; lnum <= c->orph_last; lnum++) { in write_orph_nodes()
556 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in ubifs_clear_orphans()
765 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in kill_orphans()
978 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in dbg_scan_orphans()
Dsb.c773 c->orph_last = c->orph_first + c->orph_lebs - 1; in ubifs_read_superblock()
866 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in fixup_free_space()
Dubifs.h1333 int orph_last; member
Dsuper.c1535 c->orph_lebs, c->orph_first, c->orph_last); in mount_ubifs()
Ddebug.c2511 } else if (lnum >= c->orph_first && lnum <= c->orph_last) { in power_cut_emulated()