Searched refs:orph_lebs (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | sb.c | 82 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 in validate_sb() [all...] |
H A D | ubifs-media.h | 631 * @orph_lebs: number of LEBs used for recording orphans 665 __le32 orph_lebs; member
|
H A D | orphan.c | 276 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 D | ubifs.h | 1082 * @orph_lebs: number of LEBs used for the orphan area 1333 int orph_lebs; member
|
H A D | super.c | 1583 c->orph_lebs, c->orph_first, c->orph_last); in mount_ubifs()
|
H A D | debug.c | 372 pr_err("\torph_lebs %u\n", le32_to_cpu(sup->orph_lebs)); in ubifs_dump_node()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | sb.c | 85 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; in create_default_filesystem() local 138 orph_lebs = UBIFS_MIN_ORPH_LEBS; in create_default_filesystem() 145 orph_lebs += 1; in create_default_filesystem() 148 main_lebs -= orph_lebs; in create_default_filesystem() 203 sup->orph_lebs = cpu_to_le32(orph_lebs); in create_default_filesystem() 408 c->orph_lebs < UBIFS_MIN_ORPH_LEBS || in validate_sb() 420 min_leb_cnt += c->lpt_lebs + c->orph_lebs + c->jhead_cnt + 6; in validate_sb() 468 c->log_lebs - c->lpt_lebs - c->orph_lebs)) { in validate_sb() 474 c->orph_lebs in validate_sb() [all...] |
H A D | ubifs-media.h | 631 * @orph_lebs: number of LEBs used for recording orphans 665 __le32 orph_lebs; member
|
H A D | orphan.c | 276 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 D | ubifs.h | 1103 * @orph_lebs: number of LEBs used for the orphan area 1361 int orph_lebs; member
|
H A D | super.c | 1586 c->orph_lebs, c->orph_first, c->orph_last); in mount_ubifs()
|
H A D | debug.c | 372 pr_err("\torph_lebs %u\n", le32_to_cpu(sup->orph_lebs)); in ubifs_dump_node()
|
Completed in 25 milliseconds