Home
last modified time | relevance | path

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

/linux/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.c118 tmp = 2 * (c->ref_node_alsz * jnl_lebs) + c->leb_size - 1; in create_default_filesystem()
H A Dubifs.h1127 * @ref_node_alsz: size of the LEB reference node aligned to the min. flash
1383 int ref_node_alsz; member