Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dlpt_commit.c100 if (!c->nroot) in get_cnodes_to_commit()
103 if (!test_bit(DIRTY_CNODE, &c->nroot->flags)) in get_cnodes_to_commit()
106 c->lpt_cnext = first_dirty_cnode(c->nroot); in get_cnodes_to_commit()
631 if (!c->nroot) { in pnode_lookup()
637 nnode = c->nroot; in pnode_lookup()
870 if (!c->nroot) { in nnode_lookup()
875 nnode = c->nroot; in nnode_lookup()
1385 nnode = c->nroot; in first_nnode()
1487 kfree(c->nroot); in ubifs_lpt_free()
1723 err = dbg_check_lpt_nodes(c, (struct ubifs_cnode *)c->nroot, 0, 0); in dbg_check_ltab()
H A Dlpt.c1236 c->nroot = nnode; in ubifs_read_nnode()
1451 if (!c->nroot) { in ubifs_lpt_lookup()
1456 nnode = c->nroot; in ubifs_lpt_lookup()
1525 c->nroot = n; in dirty_cow_nnode()
1584 if (!c->nroot) { in ubifs_lpt_lookup_dirty()
1589 nnode = c->nroot; in ubifs_lpt_lookup_dirty()
1943 if (!c->nroot) { in ubifs_lpt_scan_nolock()
1954 path[0].ptr.nnode = c->nroot; in ubifs_lpt_scan_nolock()
1958 nnode = c->nroot; in ubifs_lpt_scan_nolock()
2026 c->nroot, 0, 0); in ubifs_lpt_scan_nolock()
H A Dubifs.h2021 struct ubifs_nnode *nroot; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0002-Avoid-strict-prototype-compiler-errors.patch284 @@ -390,7 +390,7 @@ nroot(BTREE *t)
H A D0001-Eliminate-old-style-function-declarations.patch7193 -nroot(t)
7195 +nroot(BTREE *t)