Lines Matching refs:leb_size

514 	c->leb_size = c->vi.usable_leb_size;  in init_constants_early()
516 c->half_leb_size = c->leb_size / 2; in init_constants_early()
522 if (c->leb_size < UBIFS_MIN_LEB_SZ) { in init_constants_early()
524 c->leb_size, UBIFS_MIN_LEB_SZ); in init_constants_early()
583 c->ranges[UBIFS_ORPH_NODE].max_len = c->leb_size; in init_constants_early()
613 c->leb_overhead = c->leb_size % UBIFS_MAX_DATA_NODE_SZ; in init_constants_early()
617 if (c->max_bu_buf_len > c->leb_size) in init_constants_early()
618 c->max_bu_buf_len = c->leb_size; in init_constants_early()
656 c->main_bytes = (long long)c->main_lebs * c->leb_size; in init_constants_sb()
671 if (tmp > c->leb_size) { in init_constants_sb()
673 c->leb_size, tmp); in init_constants_sb()
681 tmp64 = c->max_bud_bytes + c->leb_size - 1; in init_constants_sb()
682 c->max_bud_cnt = div_u64(tmp64, c->leb_size); in init_constants_sb()
683 tmp = (c->ref_node_alsz * c->max_bud_cnt + c->leb_size - 1); in init_constants_sb()
684 tmp /= c->leb_size; in init_constants_sb()
718 tmp64 = (long long)(c->jhead_cnt + 1) * c->leb_size + 1; in init_constants_sb()
721 if (c->max_bud_bytes < tmp64 + c->leb_size) in init_constants_sb()
722 c->max_bud_bytes = tmp64 + c->leb_size; in init_constants_sb()
729 c->idx_leb_size = c->leb_size - c->max_idx_node_sz; in init_constants_sb()
758 tmp64 *= (long long)c->leb_size - c->leb_overhead; in init_constants_master()
784 err = ubifs_change_one_lp(c, c->gc_lnum, c->leb_size, 0, in take_gc_lnum()
1196 c->sbuf = vmalloc(c->leb_size); in mount_ubifs()
1201 c->ileb_buf = vmalloc(c->leb_size); in mount_ubifs()
1408 x = (long long)c->main_lebs * c->leb_size; in mount_ubifs()
1409 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs()
1411 c->leb_size, c->leb_size >> 10, c->min_io_size, in mount_ubifs()
1617 c->ileb_buf = vmalloc(c->leb_size); in ubifs_remount_rw()
1644 c->orph_buf = vmalloc(c->leb_size); in ubifs_remount_rw()