Searched refs:max_idx_node_sz (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | budget.c | 377 return znodes * c->max_idx_node_sz; in calc_idx_growth() 583 c->bi.idx_growth -= c->max_idx_node_sz << UBIFS_BLOCKS_PER_PAGE_SHIFT; in ubifs_convert_page_budget() 654 divisor += (c->max_idx_node_sz * 3) / (f - 1); in ubifs_reported_space()
|
| H A D | super.c | 849 c->max_idx_node_sz = ALIGN(tmp, 8); in init_constants_sb() 912 c->idx_leb_size = c->leb_size - c->max_idx_node_sz; in init_constants_sb() 1436 sz = ALIGN(c->max_idx_node_sz, c->min_io_size); in mount_ubifs() 1437 sz = ALIGN(sz + c->max_idx_node_sz, c->min_io_size); in mount_ubifs() 1649 dbg_gen("max. index node size %d", c->max_idx_node_sz); in mount_ubifs()
|
| H A D | tnc_misc.c | 271 idx = kmalloc(c->max_idx_node_sz, GFP_NOFS); in read_znode()
|
| H A D | replay.c | 1065 c->bi.uncommitted_idx *= c->max_idx_node_sz; in ubifs_replay_journal()
|
| H A D | ubifs.h | 1950 int max_idx_node_sz; member
|
| H A D | debug.c | 601 c->dark_wm, c->dead_wm, c->max_idx_node_sz); in ubifs_dump_budg()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | budget.c | 369 return znodes * c->max_idx_node_sz; in calc_idx_growth() 575 c->bi.idx_growth -= c->max_idx_node_sz << UBIFS_BLOCKS_PER_PAGE_SHIFT; in ubifs_convert_page_budget() 645 divisor += (c->max_idx_node_sz * 3) / (f - 1); in ubifs_reported_space()
|
| H A D | tnc_commit.c | 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() 843 buf_len = ALIGN(c->max_idx_node_sz, c->min_io_size); in write_index()
|
| H A D | tnc_misc.c | 274 idx = kmalloc(c->max_idx_node_sz, GFP_NOFS); in read_znode()
|
| H A D | super.c | 692 c->max_idx_node_sz = ALIGN(tmp, 8); in init_constants_sb() 755 c->idx_leb_size = c->leb_size - c->max_idx_node_sz; in init_constants_sb() 1356 sz = ALIGN(c->max_idx_node_sz, c->min_io_size) * 2; in mount_ubifs() 1585 dbg_gen("max. index node size %d", c->max_idx_node_sz); in mount_ubifs()
|
| H A D | commit.c | 525 idx = kmalloc(c->max_idx_node_sz, GFP_NOFS); in dbg_old_index_check_init()
|
| H A D | replay.c | 1240 c->bi.uncommitted_idx *= c->max_idx_node_sz; in ubifs_replay_journal()
|
| H A D | ubifs.h | 1373 int max_idx_node_sz; member
|
| H A D | debug.c | 596 c->dark_wm, c->dead_wm, c->max_idx_node_sz); in ubifs_dump_budg()
|