Home
last modified time | relevance | path

Searched refs:orph_lebs (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/ubifs/
Dsb.c94 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; in create_default_filesystem() local
145 orph_lebs = UBIFS_MIN_ORPH_LEBS; in create_default_filesystem()
152 orph_lebs += 1; in create_default_filesystem()
155 main_lebs -= orph_lebs; in create_default_filesystem()
191 sup->orph_lebs = cpu_to_le32(orph_lebs); in create_default_filesystem()
399 c->orph_lebs < UBIFS_MIN_ORPH_LEBS || in validate_sb()
411 min_leb_cnt += c->lpt_lebs + c->orph_lebs + c->jhead_cnt + 6; in validate_sb()
459 c->log_lebs - c->lpt_lebs - c->orph_lebs)) { in validate_sb()
465 c->orph_lebs + c->main_lebs != c->leb_cnt) { in validate_sb()
636 c->orph_lebs = le32_to_cpu(sup->orph_lebs); in ubifs_read_superblock()
[all …]
Dubifs-media.h650 __le32 orph_lebs; member
Dorphan.c206 avail_lebs = c->orph_lebs - (c->ohead_lnum - c->orph_first) - 1; in avail_orphs()
226 avail_lebs = c->orph_lebs; in tot_avail_orphs()
Dubifs.h1306 int orph_lebs; member
Dsuper.c1465 c->orph_lebs, c->orph_first, c->orph_last); in mount_ubifs()
Ddebug.c352 pr_err("\torph_lebs %u\n", le32_to_cpu(sup->orph_lebs)); in ubifs_dump_node()