Home
last modified time | relevance | path

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

/openbmc/linux/fs/ubifs/
H A Dtnc_commit.c436 if (!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()
660 znode->cnext = c->cnext; in get_znodes_to_commit()
665 znode->cnext = cnext; in get_znodes_to_commit()
832 if (!cnext) in write_index()
923 cnext = znode->cnext; in write_index()
974 if (cnext == c->cnext) in write_index()
1036 cnext = c->cnext; in free_obsolete_znodes()
1039 cnext = znode->cnext; in free_obsolete_znodes()
[all …]
H A Dlpt_commit.c108 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()
1260 cnext = c->lpt_cnext; in free_obsolete_cnodes()
1261 if (!cnext) in free_obsolete_cnodes()
1264 cnode = cnext; in free_obsolete_cnodes()
1265 cnext = cnode->cnext; in free_obsolete_cnodes()
[all …]
H A Dorphan.c250 last = &orphan->cnext; in ubifs_orphan_start_commit()
345 struct ubifs_orphan *orphan, *cnext; in write_orph_node() local
372 cnext = c->orph_cnext; in write_orph_node()
374 orphan = cnext; in write_orph_node()
378 cnext = orphan->cnext; in write_orph_node()
379 orphan->cnext = NULL; in write_orph_node()
381 c->orph_cnext = cnext; in write_orph_node()
457 last = &orphan->cnext; in consolidate()
H A Dtnc.c206 zn->cnext = NULL; in copy_znode()
1155 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up()
1418 if (znode->cnext || !ubifs_zn_dirty(znode)) { in lookup_level0_dirty()
2586 if (znode->cnext) { in tnc_delete()
2634 if (zp->cnext) { in tnc_delete()
3082 struct ubifs_znode *cnext; in tnc_destroy_cnext() local
3084 if (!c->cnext) in tnc_destroy_cnext()
3087 cnext = c->cnext; in tnc_destroy_cnext()
3089 struct ubifs_znode *znode = cnext; in tnc_destroy_cnext()
3091 cnext = cnext->cnext; in tnc_destroy_cnext()
[all …]
H A Dubifs.h562 struct ubifs_cnode *cnext; member
581 struct ubifs_cnode *cnext; member
619 struct ubifs_cnode *cnext; member
788 struct ubifs_znode *cnext; member
940 struct ubifs_orphan *cnext; member
1331 struct ubifs_znode *cnext; member
H A Dshrinker.c103 if (znode->cnext) { in shrink_tnc()
H A Dlpt.c1531 n->cnext = NULL; in dirty_cow_nnode()
1581 p->cnext = NULL; in dirty_cow_pnode()
H A Ddebug.c931 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext); in ubifs_dump_pnode()
/openbmc/u-boot/fs/ubifs/
H A Dorphan.c169 last = &orphan->cnext; in ubifs_orphan_start_commit()
264 struct ubifs_orphan *orphan, *cnext; in write_orph_node() local
291 cnext = c->orph_cnext; in write_orph_node()
293 orphan = cnext; in write_orph_node()
297 cnext = orphan->cnext; in write_orph_node()
298 orphan->cnext = NULL; in write_orph_node()
300 c->orph_cnext = cnext; in write_orph_node()
376 last = &orphan->cnext; in consolidate()
H A Dlpt_commit.c115 if (!cnext) { in get_cnodes_to_commit()
116 cnode->cnext = c->lpt_cnext; in get_cnodes_to_commit()
119 cnode->cnext = cnext; in get_cnodes_to_commit()
120 cnode = cnext; in get_cnodes_to_commit()
267 cnode = cnode->cnext; in layout_cnodes()
464 cnode = cnode->cnext; in write_cnodes()
1299 cnext = c->lpt_cnext; in free_obsolete_cnodes()
1300 if (!cnext) in free_obsolete_cnodes()
1303 cnode = cnext; in free_obsolete_cnodes()
1304 cnext = cnode->cnext; in free_obsolete_cnodes()
[all …]
H A Dtnc.c200 zn->cnext = NULL; in copy_znode()
1101 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up()
1364 if (znode->cnext || !ubifs_zn_dirty(znode)) { in lookup_level0_dirty()
2418 if (znode->cnext) { in tnc_delete()
2466 if (zp->cnext) { in tnc_delete()
2837 struct ubifs_znode *cnext; in tnc_destroy_cnext() local
2839 if (!c->cnext) in tnc_destroy_cnext()
2842 cnext = c->cnext; in tnc_destroy_cnext()
2844 struct ubifs_znode *znode = cnext; in tnc_destroy_cnext()
2846 cnext = cnext->cnext; in tnc_destroy_cnext()
[all …]
H A Dubifs.h1148 struct ubifs_cnode *cnext; member
1167 struct ubifs_cnode *cnext; member
1205 struct ubifs_cnode *cnext; member
1371 struct ubifs_znode *cnext; member
1522 struct ubifs_orphan *cnext; member
1879 struct ubifs_znode *cnext; member
H A Dlpt.c1505 n->cnext = NULL; in dirty_cow_nnode()
1556 p->cnext = NULL; in dirty_cow_pnode()
H A Ddebug.c919 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext); in ubifs_dump_pnode()
/openbmc/linux/drivers/acpi/numa/
H A Dhmat.c788 struct target_cache *tcache, *cnext; in hmat_free_structures() local
793 list_for_each_entry_safe(tcache, cnext, &target->caches, node) { in hmat_free_structures()
/openbmc/linux/drivers/base/
H A Dnode.c115 struct node_access_nodes *c, *cnext; in node_remove_accesses() local
117 list_for_each_entry_safe(c, cnext, &node->access_list, list_node) { in node_remove_accesses()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dmb86a16.c119 unsigned char cnext) in CNTM_set() argument
123 val = (timint1 << 4) | (timint2 << 2) | cnext; in CNTM_set()