Home
last modified time | relevance | path

Searched refs:ref_node_alsz (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dlog.c177 ref = kzalloc(c->ref_node_alsz, GFP_NOFS); in ubifs_add_bud_to_log()
191 if (empty_log_bytes(c) - c->ref_node_alsz < c->min_log_bytes) { in ubifs_add_bud_to_log()
237 if (c->lhead_offs > c->leb_size - c->ref_node_alsz) { in ubifs_add_bud_to_log()
270 c->lhead_offs += c->ref_node_alsz; in ubifs_add_bud_to_log()
H A Dsb.c110 tmp = 2 * (c->ref_node_alsz * jnl_lebs) + c->leb_size - 1; in create_default_filesystem()
H A Dsuper.c748 c->ref_node_alsz = ALIGN(UBIFS_REF_NODE_SZ, c->min_io_size); in init_constants_early()
866 tmp = (c->ref_node_alsz * c->max_bud_cnt + c->leb_size - 1); in init_constants_sb()
H A Dubifs.h1947 int ref_node_alsz; member
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dlog.c173 ref = kzalloc(c->ref_node_alsz, GFP_NOFS); in ubifs_add_bud_to_log()
187 if (empty_log_bytes(c) - c->ref_node_alsz < c->min_log_bytes) { in ubifs_add_bud_to_log()
234 if (c->lhead_offs > c->leb_size - c->ref_node_alsz) { in ubifs_add_bud_to_log()
275 c->lhead_offs += c->ref_node_alsz; in ubifs_add_bud_to_log()
H A Dsb.c115 tmp = 2 * (c->ref_node_alsz * jnl_lebs) + c->leb_size - 1; in create_default_filesystem()
H A Dsuper.c582 c->ref_node_alsz = ALIGN(UBIFS_REF_NODE_SZ, c->min_io_size); in init_constants_early()
709 tmp = (c->ref_node_alsz * c->max_bud_cnt + c->leb_size - 1); in init_constants_sb()
H A Dubifs.h1370 int ref_node_alsz; member