Searched refs:cnext (Results 1 – 9 of 9) sorted by relevance
136 c->enext = znode->cnext; in fill_gap()137 if (c->enext == c->cnext) in fill_gap()416 struct ubifs_znode *znode, *cnext, *zp; in layout_in_empty_space() local420 cnext = c->enext; in layout_in_empty_space()421 if (!cnext) in layout_in_empty_space()433 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space()438 znode = cnext; in layout_in_empty_space()490 cnext = znode->cnext; in layout_in_empty_space()491 if (cnext == c->cnext) in layout_in_empty_space()494 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space()[all …]
139 if (o->cnext) { in ubifs_delete_orphan()181 last = &orphan->cnext; in ubifs_orphan_start_commit()183 *last = orphan->cnext; in ubifs_orphan_start_commit()277 struct ubifs_orphan *orphan, *cnext; in write_orph_node() local304 cnext = c->orph_cnext; in write_orph_node()306 orphan = cnext; in write_orph_node()308 cnext = orphan->cnext; in write_orph_node()309 orphan->cnext = NULL; in write_orph_node()311 c->orph_cnext = cnext; in write_orph_node()387 last = &orphan->cnext; in consolidate()[all …]
98 struct ubifs_cnode *cnode, *cnext; in get_cnodes_to_commit() local115 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()466 cnode = cnode->cnext; in write_cnodes()1296 struct ubifs_cnode *cnode, *cnext; in free_obsolete_cnodes() local1298 cnext = c->lpt_cnext; in free_obsolete_cnodes()[all …]
222 zn->cnext = NULL; in copy_znode()1124 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up()1387 if (znode->cnext || !ubifs_zn_dirty(znode)) { in lookup_level0_dirty()2257 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_replace()2328 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_add_nm()2438 if (znode->cnext) { in tnc_delete()2487 if (zp->cnext) { in tnc_delete()2559 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_nm()2638 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_range()2858 struct ubifs_znode *cnext; in tnc_destroy_cnext() local[all …]
548 struct ubifs_cnode *cnext; member567 struct ubifs_cnode *cnext; member605 struct ubifs_cnode *cnext; member769 struct ubifs_znode *cnext; member914 struct ubifs_orphan *cnext; member1248 struct ubifs_znode *cnext; member
115 if (znode->cnext) { in shrink_tnc()
1506 n->cnext = NULL; in dirty_cow_nnode()1557 p->cnext = NULL; in dirty_cow_pnode()
914 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext); in dbg_dump_pnode()
131 unsigned char cnext) in CNTM_set() argument135 val = (timint1 << 4) | (timint2 << 2) | cnext; in CNTM_set()