Searched refs:cnext (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/ubifs/ |
D | tnc_commit.c | 141 c->enext = znode->cnext; in fill_gap() 142 if (c->enext == c->cnext) in fill_gap() 418 struct ubifs_znode *znode, *cnext, *zp; in layout_in_empty_space() local 422 cnext = c->enext; in layout_in_empty_space() 423 if (!cnext) in layout_in_empty_space() 435 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space() 440 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 …]
|
D | orphan.c | 180 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()
|
D | lpt_commit.c | 102 struct ubifs_cnode *cnode, *cnext; in get_cnodes_to_commit() local 119 cnext = next_dirty_cnode(c, cnode); in get_cnodes_to_commit() 120 if (!cnext) { in get_cnodes_to_commit() 121 cnode->cnext = c->lpt_cnext; in get_cnodes_to_commit() 124 cnode->cnext = cnext; in get_cnodes_to_commit() 125 cnode = cnext; in get_cnodes_to_commit() 272 cnode = cnode->cnext; in layout_cnodes() 468 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 …]
|
D | tnc.c | 210 zn->cnext = NULL; in copy_znode() 1125 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up() 1388 if (znode->cnext || !ubifs_zn_dirty(znode)) { in lookup_level0_dirty() 2357 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_replace() 2428 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_add_nm() 2538 if (znode->cnext) { in tnc_delete() 2586 if (zp->cnext) { in tnc_delete() 2658 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_nm() 2726 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_dh() 2805 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_range() [all …]
|
D | ubifs.h | 553 struct ubifs_cnode *cnext; member 572 struct ubifs_cnode *cnext; member 610 struct ubifs_cnode *cnext; member 771 struct ubifs_znode *cnext; member 918 struct ubifs_orphan *cnext; member 1276 struct ubifs_znode *cnext; member
|
D | shrinker.c | 115 if (znode->cnext) { in shrink_tnc()
|
D | lpt.c | 1508 n->cnext = NULL; in dirty_cow_nnode() 1558 p->cnext = NULL; in dirty_cow_pnode()
|
D | debug.c | 916 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext); in ubifs_dump_pnode()
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | mb86a16.c | 131 unsigned char cnext) in CNTM_set() argument 135 val = (timint1 << 4) | (timint2 << 2) | cnext; in CNTM_set()
|