Searched refs:nroot (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/ubifs/ |
D | lpt_commit.c | 105 if (!c->nroot) in get_cnodes_to_commit() 108 if (!test_bit(DIRTY_CNODE, &c->nroot->flags)) in get_cnodes_to_commit() 111 c->lpt_cnext = first_dirty_cnode(c, c->nroot); in get_cnodes_to_commit() 634 if (!c->nroot) { in pnode_lookup() 640 nnode = c->nroot; in pnode_lookup() 871 if (!c->nroot) { in nnode_lookup() 876 nnode = c->nroot; in nnode_lookup() 1384 nnode = c->nroot; in first_nnode() 1486 kfree(c->nroot); in ubifs_lpt_free() 1720 err = dbg_check_lpt_nodes(c, (struct ubifs_cnode *)c->nroot, 0, 0); in dbg_check_ltab()
|
D | lpt.c | 1242 c->nroot = nnode; in ubifs_read_nnode() 1455 if (!c->nroot) { in ubifs_lpt_lookup() 1460 nnode = c->nroot; in ubifs_lpt_lookup() 1528 c->nroot = n; in dirty_cow_nnode() 1586 if (!c->nroot) { in ubifs_lpt_lookup_dirty() 1591 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()
|
D | commit.c | 91 if (c->nroot && test_bit(DIRTY_CNODE, &c->nroot->flags)) in nothing_to_commit()
|
D | ubifs.h | 1418 struct ubifs_nnode *nroot; member
|
/Linux-v4.19/net/sched/ |
D | sch_fq.c | 608 struct rb_root *oroot, *nroot; in fq_rehash() local 623 nroot = &new_array[hash_ptr(of->sk, new_log)]; in fq_rehash() 625 np = &nroot->rb_node; in fq_rehash() 640 rb_insert_color(&of->fq_node, nroot); in fq_rehash()
|