Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dlpt_commit.c101 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()
H A Dlpt.c1237 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()
H A Dubifs.h2022 struct ubifs_nnode *nroot; member
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dlpt.c1249 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()
1682 cnode = (struct ubifs_cnode *)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()
[all …]
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()
1680 err = dbg_check_lpt_nodes(c, (struct ubifs_cnode *)c->nroot, 0, 0); in dbg_check_ltab()
H A Dcommit.c79 if (c->nroot && test_bit(DIRTY_CNODE, &c->nroot->flags)) in nothing_to_commit()
H A Dubifs.h1445 struct ubifs_nnode *nroot; member
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_fq.c702 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()