Home
last modified time | relevance | path

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

/fs/ubifs/
Dtnc_commit.c139 c->enext = znode->cnext; in fill_gap()
140 if (c->enext == c->cnext) in fill_gap()
415 struct ubifs_znode *znode, *cnext, *zp; in layout_in_empty_space() local
419 cnext = c->enext; in layout_in_empty_space()
420 if (!cnext) in layout_in_empty_space()
432 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space()
437 znode = cnext; in layout_in_empty_space()
487 cnext = znode->cnext; in layout_in_empty_space()
488 if (cnext == c->cnext) in layout_in_empty_space()
491 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space()
[all …]
Dorphan.c180 last = &orphan->cnext; in ubifs_orphan_start_commit()
275 struct ubifs_orphan *orphan, *cnext; in write_orph_node() local
302 cnext = c->orph_cnext; in write_orph_node()
304 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()
Dlpt_commit.c100 struct ubifs_cnode *cnode, *cnext; in get_cnodes_to_commit() local
117 cnext = next_dirty_cnode(cnode); in get_cnodes_to_commit()
118 if (!cnext) { in get_cnodes_to_commit()
119 cnode->cnext = c->lpt_cnext; in get_cnodes_to_commit()
122 cnode->cnext = cnext; in get_cnodes_to_commit()
123 cnode = cnext; in get_cnodes_to_commit()
270 cnode = cnode->cnext; in layout_cnodes()
466 cnode = cnode->cnext; in write_cnodes()
1296 struct ubifs_cnode *cnode, *cnext; in free_obsolete_cnodes() local
1298 cnext = c->lpt_cnext; in free_obsolete_cnodes()
[all …]
Dtnc.c210 zn->cnext = NULL; in copy_znode()
1123 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up()
1386 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 …]
Dubifs.h534 struct ubifs_cnode *cnext; member
553 struct ubifs_cnode *cnext; member
591 struct ubifs_cnode *cnext; member
757 struct ubifs_znode *cnext; member
904 struct ubifs_orphan *cnext; member
1259 struct ubifs_znode *cnext; member
Dshrinker.c115 if (znode->cnext) { in shrink_tnc()
Dlpt.c1505 n->cnext = NULL; in dirty_cow_nnode()
1555 p->cnext = NULL; in dirty_cow_pnode()
Ddebug.c912 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext); in ubifs_dump_pnode()