Searched refs:ref_node_alsz (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ubifs/
H A Dlog.c173 ref = kzalloc(c->ref_node_alsz, GFP_NOFS);
187 if (empty_log_bytes(c) - c->ref_node_alsz < c->min_log_bytes) {
234 if (c->lhead_offs > c->leb_size - c->ref_node_alsz) {
275 c->lhead_offs += c->ref_node_alsz;
H A Dsb.c118 tmp = 2 * (c->ref_node_alsz * jnl_lebs) + c->leb_size - 1;
H A Dsuper.c578 c->ref_node_alsz = ALIGN(UBIFS_REF_NODE_SZ, c->min_io_size);
705 tmp = (c->ref_node_alsz * c->max_bud_cnt + c->leb_size - 1);
H A Dubifs.h1146 * @ref_node_alsz: size of the LEB reference node aligned to the min. flash
1402 int ref_node_alsz; member in struct:ubifs_info

Completed in 121 milliseconds