Home
last modified time | relevance | path

Searched refs:cnode (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dlpt_commit.c45 struct ubifs_cnode *cnode; in first_dirty_cnode() local
47 cnode = nnode->nbranch[i].cnode; in first_dirty_cnode()
48 if (cnode && in first_dirty_cnode()
49 test_bit(DIRTY_CNODE, &cnode->flags)) { in first_dirty_cnode()
50 if (cnode->level == 0) in first_dirty_cnode()
51 return cnode; in first_dirty_cnode()
52 nnode = (struct ubifs_nnode *)cnode; in first_dirty_cnode()
68 static struct ubifs_cnode *next_dirty_cnode(struct ubifs_cnode *cnode) in next_dirty_cnode() argument
73 ubifs_assert(cnode); in next_dirty_cnode()
74 nnode = cnode->parent; in next_dirty_cnode()
[all …]
H A Dlpt.c1513 if (branch->cnode) in dirty_cow_nnode()
1514 branch->cnode->parent = n; in dirty_cow_nnode()
1778 struct ubifs_cnode cnode; member
1784 struct ubifs_cnode *cnode; member
2005 path[h + 1].cnode.parent = nnode; in ubifs_lpt_scan_nolock()
2228 int dbg_check_lpt_nodes(struct ubifs_info *c, struct ubifs_cnode *cnode, in dbg_check_lpt_nodes() argument
2238 while (cnode) { in dbg_check_lpt_nodes()
2240 nnode = cnode->parent; in dbg_check_lpt_nodes()
2241 if (cnode->level) { in dbg_check_lpt_nodes()
2244 if (cnode->num != num) { in dbg_check_lpt_nodes()
[all …]
H A Ddebug.h350 int dbg_check_lpt_nodes(struct ubifs_info *c, struct ubifs_cnode *cnode,
H A Dubifs.h1189 struct ubifs_cnode *cnode; member
/openbmc/qemu/target/xtensa/
H A Dtranslate.c770 struct tsnode *cnode = node + node_idx; in tsort() local
772 if (cnode->n_in_edge) { in tsort()
773 for (j = 0; j < cnode->n_out_edge; ++j) { in tsort()
774 unsigned k = cnode->out_edge[j]; in tsort()
782 cnode->out_edge[j] = in tsort()
783 cnode->out_edge[cnode->n_out_edge - 1]; in tsort()
784 --cnode->n_out_edge; in tsort()
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt2975 cnode.c: 4219