Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ubifs/
Dtnc_commit.c141 c->enext = znode->cnext; in fill_gap()
142 if (c->enext == c->cnext) in fill_gap()
419 struct ubifs_znode *znode, *cnext, *zp; in layout_in_empty_space() local
423 cnext = c->enext; in layout_in_empty_space()
424 if (!cnext) in layout_in_empty_space()
436 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space()
441 znode = cnext; in layout_in_empty_space()
493 cnext = znode->cnext; in layout_in_empty_space()
494 if (cnext == c->cnext) in layout_in_empty_space()
497 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space()
[all …]
Dorphan.c139 if (o->cnext) { in ubifs_delete_orphan()
182 last = &orphan->cnext; in ubifs_orphan_start_commit()
184 *last = orphan->cnext; in ubifs_orphan_start_commit()
278 struct ubifs_orphan *orphan, *cnext; in write_orph_node() local
305 cnext = c->orph_cnext; in write_orph_node()
307 orphan = cnext; in write_orph_node()
309 cnext = orphan->cnext; in write_orph_node()
310 orphan->cnext = NULL; in write_orph_node()
312 c->orph_cnext = cnext; in write_orph_node()
388 last = &orphan->cnext; in consolidate()
[all …]
Dlpt_commit.c105 struct ubifs_cnode *cnode, *cnext; in get_cnodes_to_commit() local
122 cnext = next_dirty_cnode(cnode); in get_cnodes_to_commit()
123 if (!cnext) { in get_cnodes_to_commit()
124 cnode->cnext = c->lpt_cnext; in get_cnodes_to_commit()
127 cnode->cnext = cnext; in get_cnodes_to_commit()
128 cnode = cnext; in get_cnodes_to_commit()
275 cnode = cnode->cnext; in layout_cnodes()
473 cnode = cnode->cnext; in write_cnodes()
1307 struct ubifs_cnode *cnode, *cnext; in free_obsolete_cnodes() local
1309 cnext = c->lpt_cnext; in free_obsolete_cnodes()
[all …]
Dtnc.c222 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()
2855 struct ubifs_znode *cnext; in tnc_destroy_cnext() local
[all …]
Dubifs.h545 struct ubifs_cnode *cnext; member
564 struct ubifs_cnode *cnext; member
602 struct ubifs_cnode *cnext; member
768 struct ubifs_znode *cnext; member
914 struct ubifs_orphan *cnext; member
1268 struct ubifs_znode *cnext; member
Dshrinker.c115 if (znode->cnext) { in shrink_tnc()
Dlpt.c1509 n->cnext = NULL; in dirty_cow_nnode()
1560 p->cnext = NULL; in dirty_cow_pnode()
Ddebug.c991 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext); in dbg_dump_pnode()
/linux-3.4.99/drivers/media/dvb/frontends/
Dmb86a16.c131 unsigned char cnext) in CNTM_set() argument
135 val = (timint1 << 4) | (timint2 << 2) | cnext; in CNTM_set()