Lines Matching refs:leb_size
697 c->leb_size = c->vi.usable_leb_size; in init_constants_early()
699 c->half_leb_size = c->leb_size / 2; in init_constants_early()
705 if (c->leb_size < UBIFS_MIN_LEB_SZ) { in init_constants_early()
707 c->leb_size, UBIFS_MIN_LEB_SZ); in init_constants_early()
766 c->ranges[UBIFS_ORPH_NODE].max_len = c->leb_size; in init_constants_early()
796 c->leb_overhead = c->leb_size % UBIFS_MAX_DATA_NODE_SZ; in init_constants_early()
800 if (c->max_bu_buf_len > c->leb_size) in init_constants_early()
801 c->max_bu_buf_len = c->leb_size; in init_constants_early()
839 c->main_bytes = (long long)c->main_lebs * c->leb_size; in init_constants_sb()
854 if (tmp > c->leb_size) { in init_constants_sb()
856 c->leb_size, tmp); in init_constants_sb()
864 tmp64 = c->max_bud_bytes + c->leb_size - 1; in init_constants_sb()
865 c->max_bud_cnt = div_u64(tmp64, c->leb_size); in init_constants_sb()
866 tmp = (c->ref_node_alsz * c->max_bud_cnt + c->leb_size - 1); in init_constants_sb()
867 tmp /= c->leb_size; in init_constants_sb()
901 tmp64 = (long long)(c->jhead_cnt + 1) * c->leb_size + 1; in init_constants_sb()
904 if (c->max_bud_bytes < tmp64 + c->leb_size) in init_constants_sb()
905 c->max_bud_bytes = tmp64 + c->leb_size; in init_constants_sb()
912 c->idx_leb_size = c->leb_size - c->max_idx_node_sz; in init_constants_sb()
941 tmp64 *= (long long)c->leb_size - c->leb_overhead; in init_constants_master()
967 err = ubifs_change_one_lp(c, c->gc_lnum, c->leb_size, 0, in take_gc_lnum()
1389 c->sbuf = vmalloc(c->leb_size); in mount_ubifs()
1395 c->ileb_buf = vmalloc(c->leb_size); in mount_ubifs()
1615 x = (long long)c->main_lebs * c->leb_size; in mount_ubifs()
1616 y = (long long)c->log_lebs * c->leb_size + c->max_bud_bytes; in mount_ubifs()
1618 c->leb_size, c->leb_size >> 10, c->min_io_size, in mount_ubifs()
1842 c->ileb_buf = vmalloc(c->leb_size); in ubifs_remount_rw()
1869 c->orph_buf = vmalloc(c->leb_size); in ubifs_remount_rw()