Searched refs:cnext (Results 1 – 8 of 8) sorted by relevance
436 if (!cnext) in layout_in_empty_space()503 cnext = znode->cnext; in layout_in_empty_space()504 if (cnext == c->cnext) in layout_in_empty_space()662 znode->cnext = c->cnext; in get_znodes_to_commit()667 znode->cnext = cnext; in get_znodes_to_commit()834 if (!cnext) in write_index()925 cnext = znode->cnext; in write_index()976 if (cnext == c->cnext) in write_index()1038 cnext = c->cnext; in free_obsolete_znodes()1041 cnext = znode->cnext; in free_obsolete_znodes()[all …]
194 last = &orphan->cnext; in ubifs_orphan_start_commit()289 struct ubifs_orphan *orphan, *cnext; in write_orph_node() local316 cnext = c->orph_cnext; in write_orph_node()318 orphan = cnext; in write_orph_node()322 cnext = orphan->cnext; in write_orph_node()323 orphan->cnext = NULL; in write_orph_node()325 c->orph_cnext = cnext; in write_orph_node()401 last = &orphan->cnext; in consolidate()
108 if (!cnext) { in get_cnodes_to_commit()109 cnode->cnext = c->lpt_cnext; in get_cnodes_to_commit()112 cnode->cnext = cnext; in get_cnodes_to_commit()113 cnode = cnext; in get_cnodes_to_commit()260 cnode = cnode->cnext; in layout_cnodes()456 cnode = cnode->cnext; in write_cnodes()1260 cnext = c->lpt_cnext; in free_obsolete_cnodes()1261 if (!cnext) in free_obsolete_cnodes()1264 cnode = cnext; in free_obsolete_cnodes()1265 cnext = cnode->cnext; in free_obsolete_cnodes()[all …]
206 zn->cnext = NULL; in copy_znode()1155 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up()1418 if (znode->cnext || !ubifs_zn_dirty(znode)) { in lookup_level0_dirty()2586 if (znode->cnext) { in tnc_delete()2634 if (zp->cnext) { in tnc_delete()3080 struct ubifs_znode *cnext; in tnc_destroy_cnext() local3082 if (!c->cnext) in tnc_destroy_cnext()3085 cnext = c->cnext; in tnc_destroy_cnext()3087 struct ubifs_znode *znode = cnext; in tnc_destroy_cnext()3089 cnext = cnext->cnext; in tnc_destroy_cnext()[all …]
550 struct ubifs_cnode *cnext; member569 struct ubifs_cnode *cnext; member607 struct ubifs_cnode *cnext; member776 struct ubifs_znode *cnext; member921 struct ubifs_orphan *cnext; member1316 struct ubifs_znode *cnext; member
103 if (znode->cnext) { in shrink_tnc()
1531 n->cnext = NULL; in dirty_cow_nnode()1581 p->cnext = NULL; in dirty_cow_pnode()
930 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext); in ubifs_dump_pnode()
Completed in 35 milliseconds