Lines Matching refs:leb_size
518 c->leb_size = c->vi.usable_leb_size; in init_constants_early()
520 c->half_leb_size = c->leb_size / 2; in init_constants_early()
526 if (c->leb_size < UBIFS_MIN_LEB_SZ) { in init_constants_early()
528 c->leb_size, UBIFS_MIN_LEB_SZ); in init_constants_early()
587 c->ranges[UBIFS_ORPH_NODE].max_len = c->leb_size; in init_constants_early()
617 c->leb_overhead = c->leb_size % UBIFS_MAX_DATA_NODE_SZ; in init_constants_early()
621 if (c->max_bu_buf_len > c->leb_size) in init_constants_early()
622 c->max_bu_buf_len = c->leb_size; in init_constants_early()
660 c->main_bytes = (long long)c->main_lebs * c->leb_size; in init_constants_sb()
675 if (tmp > c->leb_size) { in init_constants_sb()
677 c->leb_size, tmp); in init_constants_sb()
685 tmp64 = c->max_bud_bytes + c->leb_size - 1; in init_constants_sb()
686 c->max_bud_cnt = div_u64(tmp64, c->leb_size); in init_constants_sb()
687 tmp = (c->ref_node_alsz * c->max_bud_cnt + c->leb_size - 1); in init_constants_sb()
688 tmp /= c->leb_size; in init_constants_sb()
722 tmp64 = (long long)(c->jhead_cnt + 1) * c->leb_size + 1; in init_constants_sb()
725 if (c->max_bud_bytes < tmp64 + c->leb_size) in init_constants_sb()
726 c->max_bud_bytes = tmp64 + c->leb_size; in init_constants_sb()
733 c->idx_leb_size = c->leb_size - c->max_idx_node_sz; in init_constants_sb()
762 tmp64 *= (long long)c->leb_size - c->leb_overhead; in init_constants_master()
788 err = ubifs_change_one_lp(c, c->gc_lnum, c->leb_size, 0, in take_gc_lnum()
1229 c->sbuf = vmalloc(c->leb_size); in mount_ubifs()
1234 c->ileb_buf = vmalloc(c->leb_size); in mount_ubifs()
1442 x = (long long)c->main_lebs * c->leb_size; in mount_ubifs()
1443 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs()
1445 c->leb_size, c->leb_size >> 10, c->min_io_size, in mount_ubifs()
1651 c->ileb_buf = vmalloc(c->leb_size); in ubifs_remount_rw()
1679 c->orph_buf = vmalloc(c->leb_size); in ubifs_remount_rw()