Lines Matching refs:leb_size

510 	c->leb_size = c->vi.usable_leb_size;  in init_constants_early()
512 c->half_leb_size = c->leb_size / 2; in init_constants_early()
518 if (c->leb_size < UBIFS_MIN_LEB_SZ) { in init_constants_early()
520 c->leb_size, UBIFS_MIN_LEB_SZ); in init_constants_early()
579 c->ranges[UBIFS_ORPH_NODE].max_len = c->leb_size; in init_constants_early()
609 c->leb_overhead = c->leb_size % UBIFS_MAX_DATA_NODE_SZ; in init_constants_early()
613 if (c->max_bu_buf_len > c->leb_size) in init_constants_early()
614 c->max_bu_buf_len = c->leb_size; in init_constants_early()
652 c->main_bytes = (long long)c->main_lebs * c->leb_size; in init_constants_sb()
667 if (tmp > c->leb_size) { in init_constants_sb()
669 c->leb_size, tmp); in init_constants_sb()
677 tmp64 = c->max_bud_bytes + c->leb_size - 1; in init_constants_sb()
678 c->max_bud_cnt = div_u64(tmp64, c->leb_size); in init_constants_sb()
679 tmp = (c->ref_node_alsz * c->max_bud_cnt + c->leb_size - 1); in init_constants_sb()
680 tmp /= c->leb_size; in init_constants_sb()
714 tmp64 = (long long)(c->jhead_cnt + 1) * c->leb_size + 1; in init_constants_sb()
717 if (c->max_bud_bytes < tmp64 + c->leb_size) in init_constants_sb()
718 c->max_bud_bytes = tmp64 + c->leb_size; in init_constants_sb()
725 c->idx_leb_size = c->leb_size - c->max_idx_node_sz; in init_constants_sb()
754 tmp64 *= (long long)c->leb_size - c->leb_overhead; in init_constants_master()
780 err = ubifs_change_one_lp(c, c->gc_lnum, c->leb_size, 0, in take_gc_lnum()
1192 c->sbuf = vmalloc(c->leb_size); in mount_ubifs()
1197 c->ileb_buf = vmalloc(c->leb_size); in mount_ubifs()
1404 x = (long long)c->main_lebs * c->leb_size; in mount_ubifs()
1405 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs()
1407 c->leb_size, c->leb_size >> 10, c->min_io_size, in mount_ubifs()
1613 c->ileb_buf = vmalloc(c->leb_size); in ubifs_remount_rw()
1640 c->orph_buf = vmalloc(c->leb_size); in ubifs_remount_rw()