Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dsb.c81 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; in create_default_filesystem() local
130 orph_lebs = UBIFS_MIN_ORPH_LEBS; in create_default_filesystem()
137 orph_lebs += 1; in create_default_filesystem()
140 main_lebs -= orph_lebs; in create_default_filesystem()
175 sup->orph_lebs = cpu_to_le32(orph_lebs); in create_default_filesystem()
380 c->orph_lebs < UBIFS_MIN_ORPH_LEBS || in validate_sb()
392 min_leb_cnt += c->lpt_lebs + c->orph_lebs + c->jhead_cnt + 6; in validate_sb()
440 c->log_lebs - c->lpt_lebs - c->orph_lebs)) { in validate_sb()
446 c->orph_lebs + c->main_lebs != c->leb_cnt) { in validate_sb()
612 c->orph_lebs = le32_to_cpu(sup->orph_lebs); in ubifs_read_superblock()
[all …]
H A Dubifs-media.h628 __le32 orph_lebs; member
H A Dorphan.c196 avail_lebs = c->orph_lebs - (c->ohead_lnum - c->orph_first) - 1; in avail_orphs()
216 avail_lebs = c->orph_lebs; in tot_avail_orphs()
H A Dubifs.h1910 int orph_lebs; member
H A Dsuper.c1638 c->orph_lebs, c->orph_first, c->orph_last); in mount_ubifs()
H A Ddebug.c351 pr_err("\torph_lebs %u\n", le32_to_cpu(sup->orph_lebs)); in ubifs_dump_node()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dsb.c82 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; in create_default_filesystem() local
135 orph_lebs = UBIFS_MIN_ORPH_LEBS; in create_default_filesystem()
142 orph_lebs += 1; in create_default_filesystem()
145 main_lebs -= orph_lebs; in create_default_filesystem()
200 sup->orph_lebs = cpu_to_le32(orph_lebs); in create_default_filesystem()
405 c->orph_lebs < UBIFS_MIN_ORPH_LEBS || in validate_sb()
417 min_leb_cnt += c->lpt_lebs + c->orph_lebs + c->jhead_cnt + 6; in validate_sb()
465 c->log_lebs - c->lpt_lebs - c->orph_lebs)) { in validate_sb()
471 c->orph_lebs + c->main_lebs != c->leb_cnt) { in validate_sb()
717 c->orph_lebs = le32_to_cpu(sup->orph_lebs); in ubifs_read_superblock()
[all …]
H A Dubifs-media.h665 __le32 orph_lebs; member
H A Dorphan.c276 avail_lebs = c->orph_lebs - (c->ohead_lnum - c->orph_first) - 1; in avail_orphs()
296 avail_lebs = c->orph_lebs; in tot_avail_orphs()
H A Dubifs.h1333 int orph_lebs; member
H A Dsuper.c1574 c->orph_lebs, c->orph_first, c->orph_last); in mount_ubifs()
H A Ddebug.c342 pr_err("\torph_lebs %u\n", le32_to_cpu(sup->orph_lebs)); in ubifs_dump_node()