Searched refs:nroot (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | lpt_commit.c | 100 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 D | lpt.c | 1236 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 D | ubifs.h | 2021 struct ubifs_nnode *nroot; member
|
/openbmc/linux/fs/ubifs/ |
H A D | lpt.c | 1249 c->nroot = nnode; in ubifs_read_nnode() 1461 if (!c->nroot) { in ubifs_pnode_lookup() 1467 nnode = c->nroot; in ubifs_pnode_lookup() 1551 c->nroot = n; in dirty_cow_nnode() 1609 if (!c->nroot) { in ubifs_lpt_lookup_dirty() 1614 nnode = c->nroot; in ubifs_lpt_lookup_dirty() 1666 if (!c->nroot) { in ubifs_lpt_calc_hash() 2095 if (!c->nroot) { in ubifs_lpt_scan_nolock() 2106 path[0].ptr.nnode = c->nroot; in ubifs_lpt_scan_nolock() 2110 nnode = c->nroot; in ubifs_lpt_scan_nolock() [all …]
|
H A D | lpt_commit.c | 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() 1680 err = dbg_check_lpt_nodes(c, (struct ubifs_cnode *)c->nroot, 0, 0); in dbg_check_ltab()
|
H A D | commit.c | 79 if (c->nroot && test_bit(DIRTY_CNODE, &c->nroot->flags)) in nothing_to_commit()
|
H A D | ubifs.h | 1473 struct ubifs_nnode *nroot; member
|
/openbmc/linux/net/sched/ |
H A D | sch_fq.c | 702 struct rb_root *oroot, *nroot; in fq_rehash() local 717 nroot = &new_array[hash_ptr(of->sk, new_log)]; in fq_rehash() 719 np = &nroot->rb_node; in fq_rehash() 734 rb_insert_color(&of->fq_node, nroot); in fq_rehash()
|
/openbmc/u-boot/ |
H A D | .travis.yml | 44 - echo -e "[toolchain]\nroot = /usr" > ~/.buildman
|