Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dlpt_commit.c93 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()
H A Dcommit.c75 * 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()
H A Dubifs.h1204 * @nroot: address in memory of the root nnode of the LPT
1458 struct ubifs_nnode *nroot; member