Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dorphan.c170 last = &orphan->cnext; in ubifs_orphan_start_commit()
265 struct ubifs_orphan *orphan, *cnext; in write_orph_node() local
292 cnext = c->orph_cnext; in write_orph_node()
294 orphan = cnext; in write_orph_node()
298 cnext = orphan->cnext; in write_orph_node()
299 orphan->cnext = NULL; in write_orph_node()
301 c->orph_cnext = cnext; in write_orph_node()
377 last = &orphan->cnext; in consolidate()
H A Dlpt_commit.c98 struct ubifs_cnode *cnode, *cnext; in get_cnodes_to_commit() local
115 cnext = next_dirty_cnode(cnode); in get_cnodes_to_commit()
116 if (!cnext) { in get_cnodes_to_commit()
117 cnode->cnext = c->lpt_cnext; in get_cnodes_to_commit()
120 cnode->cnext = cnext; in get_cnodes_to_commit()
121 cnode = cnext; in get_cnodes_to_commit()
268 cnode = cnode->cnext; in layout_cnodes()
465 cnode = cnode->cnext; in write_cnodes()
1298 struct ubifs_cnode *cnode, *cnext; in free_obsolete_cnodes() local
1300 cnext = c->lpt_cnext; in free_obsolete_cnodes()
[all …]
H A Dtnc.c206 zn->cnext = NULL; in copy_znode()
1119 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up()
1382 if (znode->cnext || !ubifs_zn_dirty(znode)) { in lookup_level0_dirty()
2255 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_replace()
2326 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_add_nm()
2436 if (znode->cnext) { in tnc_delete()
2484 if (zp->cnext) { in tnc_delete()
2556 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_nm()
2635 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_range()
2859 struct ubifs_znode *cnext; in tnc_destroy_cnext() local
[all …]
H A Dubifs.h1149 struct ubifs_cnode *cnext; member
1168 struct ubifs_cnode *cnext; member
1206 struct ubifs_cnode *cnext; member
1372 struct ubifs_znode *cnext; member
1523 struct ubifs_orphan *cnext; member
1880 struct ubifs_znode *cnext; member
H A Dlpt.c1506 n->cnext = NULL; in dirty_cow_nnode()
1557 p->cnext = NULL; in dirty_cow_pnode()
H A Ddebug.c920 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext); in ubifs_dump_pnode()