Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
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.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.h1084 * @orph_last: last LEB of the orphan area
1335 int orph_last; member
H A Dsuper.c1583 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()
/kernel/linux/linux-6.6/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()
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.c774 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.h1105 * @orph_last: last LEB of the orphan area
1363 int orph_last; 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()

Completed in 33 milliseconds