Searched refs:nroot (Results 1 – 3 of 3) sorted by relevance
101 if (!c->nroot) in get_cnodes_to_commit()104 if (!test_bit(DIRTY_CNODE, &c->nroot->flags)) in get_cnodes_to_commit()107 c->lpt_cnext = first_dirty_cnode(c->nroot); in get_cnodes_to_commit()632 if (!c->nroot) { in pnode_lookup()638 nnode = c->nroot; in pnode_lookup()871 if (!c->nroot) { in nnode_lookup()876 nnode = c->nroot; in nnode_lookup()1386 nnode = c->nroot; in first_nnode()1488 kfree(c->nroot); in ubifs_lpt_free()1724 err = dbg_check_lpt_nodes(c, (struct ubifs_cnode *)c->nroot, 0, 0); in dbg_check_ltab()
1237 c->nroot = nnode; in ubifs_read_nnode()1452 if (!c->nroot) { in ubifs_lpt_lookup()1457 nnode = c->nroot; in ubifs_lpt_lookup()1526 c->nroot = n; in dirty_cow_nnode()1585 if (!c->nroot) { in ubifs_lpt_lookup_dirty()1590 nnode = c->nroot; in ubifs_lpt_lookup_dirty()1944 if (!c->nroot) { in ubifs_lpt_scan_nolock()1955 path[0].ptr.nnode = c->nroot; in ubifs_lpt_scan_nolock()1959 nnode = c->nroot; in ubifs_lpt_scan_nolock()2027 c->nroot, 0, 0); in ubifs_lpt_scan_nolock()
2022 struct ubifs_nnode *nroot; member