Searched refs:nroot (Results 1 – 3 of 3) sorted by relevance
93 if (!c->nroot) in get_cnodes_to_commit() 96 if (!test_bit(DIRTY_CNODE, &c->nroot->flags)) in get_cnodes_to_commit() 99 c->lpt_cnext = first_dirty_cnode(c, c->nroot); in get_cnodes_to_commit() 827 if (!c->nroot) { in nnode_lookup() 832 nnode = c->nroot; in nnode_lookup() 1344 nnode = c->nroot; in first_nnode() 1446 kfree(c->nroot); in ubifs_lpt_free() 1679 err = dbg_check_lpt_nodes(c, (struct ubifs_cnode *)c->nroot, 0, 0); in dbg_check_ltab()
75 * checking, which leads inconsistent states between @c->nroot in nothing_to_commit() 87 if (c->nroot && test_bit(DIRTY_CNODE, &c->nroot->flags)) { in nothing_to_commit()
1204 * @nroot: address in memory of the root nnode of the LPT1458 struct ubifs_nnode *nroot; member