Searched refs:cnext (Results 1 – 8 of 8) sorted by relevance
/fs/ubifs/ |
D | tnc_commit.c | 134 c->enext = znode->cnext; in fill_gap() 135 if (c->enext == c->cnext) in fill_gap() 431 struct ubifs_znode *znode, *cnext, *zp; in layout_in_empty_space() local 435 cnext = c->enext; in layout_in_empty_space() 436 if (!cnext) in layout_in_empty_space() 448 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space() 453 znode = 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() 507 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space() [all …]
|
D | orphan.c | 243 last = &orphan->cnext; in ubifs_orphan_start_commit() 338 struct ubifs_orphan *orphan, *cnext; in write_orph_node() local 365 cnext = c->orph_cnext; in write_orph_node() 367 orphan = cnext; in write_orph_node() 371 cnext = orphan->cnext; in write_orph_node() 372 orphan->cnext = NULL; in write_orph_node() 374 c->orph_cnext = cnext; in write_orph_node() 450 last = &orphan->cnext; in consolidate()
|
D | lpt_commit.c | 90 struct ubifs_cnode *cnode, *cnext; in get_cnodes_to_commit() local 107 cnext = next_dirty_cnode(c, cnode); in get_cnodes_to_commit() 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() 1258 struct ubifs_cnode *cnode, *cnext; in free_obsolete_cnodes() local 1260 cnext = c->lpt_cnext; in free_obsolete_cnodes() [all …]
|
D | tnc.c | 198 zn->cnext = NULL; in copy_znode() 1118 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up() 1381 if (znode->cnext || !ubifs_zn_dirty(znode)) { in lookup_level0_dirty() 2365 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_replace() 2437 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_add_nm() 2549 if (znode->cnext) { in tnc_delete() 2597 if (zp->cnext) { in tnc_delete() 2669 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_nm() 2737 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_dh() 2816 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_range() [all …]
|
D | ubifs.h | 551 struct ubifs_cnode *cnext; member 570 struct ubifs_cnode *cnext; member 608 struct ubifs_cnode *cnext; member 777 struct ubifs_znode *cnext; member 929 struct ubifs_orphan *cnext; member 1301 struct ubifs_znode *cnext; member
|
D | shrinker.c | 103 if (znode->cnext) { in shrink_tnc()
|
D | lpt.c | 1531 n->cnext = NULL; in dirty_cow_nnode() 1581 p->cnext = NULL; in dirty_cow_pnode()
|
D | debug.c | 910 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext); in ubifs_dump_pnode()
|