Searched refs:nroot (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ubifs/ |
D | lpt_commit.c | 104 if (!c->nroot) in get_cnodes_to_commit() 107 if (!test_bit(DIRTY_CNODE, &c->nroot->flags)) in get_cnodes_to_commit() 110 c->lpt_cnext = first_dirty_cnode(c->nroot); in get_cnodes_to_commit() 633 if (!c->nroot) { in pnode_lookup() 639 nnode = c->nroot; in pnode_lookup() 870 if (!c->nroot) { in nnode_lookup() 875 nnode = c->nroot; in nnode_lookup() 1383 nnode = c->nroot; in first_nnode() 1485 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 | 1239 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() 1938 if (!c->nroot) { in ubifs_lpt_scan_nolock() 1949 path[0].ptr.nnode = c->nroot; in ubifs_lpt_scan_nolock() 1953 nnode = c->nroot; in ubifs_lpt_scan_nolock() 2021 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 | 1423 struct ubifs_nnode *nroot; member
|
/linux-4.1.27/net/sched/ |
D | sch_fq.c | 555 struct rb_root *oroot, *nroot; in fq_rehash() local 570 nroot = &new_array[hash_32((u32)(long)of->sk, new_log)]; in fq_rehash() 572 np = &nroot->rb_node; in fq_rehash() 587 rb_insert_color(&of->fq_node, nroot); in fq_rehash()
|