Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ubifs/
Dorphan.c207 avail_lebs = c->orph_lebs - (c->ohead_lnum - c->orph_first) - 1; in avail_orphs()
320 ubifs_assert(c->ohead_lnum >= c->orph_first); in write_orph_node()
393 c->ohead_lnum = c->orph_first; in consolidate()
492 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in ubifs_clear_orphans()
497 c->ohead_lnum = c->orph_first; in ubifs_clear_orphans()
651 c->ohead_lnum = c->orph_first; in kill_orphans()
669 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in kill_orphans()
907 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) { in dbg_scan_orphans()
Dsb.c642 c->orph_first = c->lpt_last + 1; in ubifs_read_superblock()
643 c->orph_last = c->orph_first + c->orph_lebs - 1; in ubifs_read_superblock()
Dubifs.h1280 int orph_first; member
Dsuper.c1440 c->orph_lebs, c->orph_first, c->orph_last); in mount_ubifs()
Ddebug.c2585 } else if (lnum >= c->orph_first && lnum <= c->orph_last) { in do_fail()