Searched refs:max_idx_node_sz (Results 1 – 5 of 5) sorted by relevance
365 return znodes * c->max_idx_node_sz; in calc_idx_growth()571 c->bi.idx_growth -= c->max_idx_node_sz << UBIFS_BLOCKS_PER_PAGE_SHIFT; in ubifs_convert_page_budget()641 divisor += (c->max_idx_node_sz * 3) / (f - 1); in ubifs_reported_space()
296 idx = kmalloc(c->max_idx_node_sz, GFP_NOFS); in read_znode()408 ubifs_dump_node(c, idx, c->max_idx_node_sz); in read_znode()
339 cnt -= (c->leb_size - c->ihead_offs) / c->max_idx_node_sz; in get_leb_cnt()342 d = c->leb_size / c->max_idx_node_sz; in get_leb_cnt()844 buf_len = ALIGN(c->max_idx_node_sz, c->min_io_size); in write_index()
536 idx = kmalloc(c->max_idx_node_sz, GFP_NOFS); in dbg_old_index_check_init()
1392 int max_idx_node_sz; member