| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A 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 …]
|
| H A D | orphan.c | 250 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 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 …]
|
| H A D | tnc.c | 198 zn->cnext = NULL; in copy_znode() 1117 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up() 1380 if (znode->cnext || !ubifs_zn_dirty(znode)) { in lookup_level0_dirty() 2364 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_replace() 2436 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_add_nm() 2548 if (znode->cnext) { in tnc_delete() 2596 if (zp->cnext) { in tnc_delete() 2668 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_nm() 2736 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_dh() 2815 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_range() [all …]
|
| H A D | ubifs.h | 553 struct ubifs_cnode *cnext; member 572 struct ubifs_cnode *cnext; member 610 struct ubifs_cnode *cnext; member 779 struct ubifs_znode *cnext; member 931 struct ubifs_orphan *cnext; member 1303 struct ubifs_znode *cnext; member
|
| H A D | shrinker.c | 103 if (znode->cnext) { in shrink_tnc()
|
| H A D | lpt.c | 1531 n->cnext = NULL; in dirty_cow_nnode() 1581 p->cnext = NULL; in dirty_cow_pnode()
|
| H A D | debug.c | 910 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext); in ubifs_dump_pnode()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | orphan.c | 170 last = &orphan->cnext; in ubifs_orphan_start_commit() 265 struct ubifs_orphan *orphan, *cnext; in write_orph_node() local 292 cnext = c->orph_cnext; in write_orph_node() 294 orphan = cnext; in write_orph_node() 298 cnext = orphan->cnext; in write_orph_node() 299 orphan->cnext = NULL; in write_orph_node() 301 c->orph_cnext = cnext; in write_orph_node() 377 last = &orphan->cnext; in consolidate()
|
| H A D | lpt_commit.c | 98 struct ubifs_cnode *cnode, *cnext; in get_cnodes_to_commit() local 115 cnext = next_dirty_cnode(cnode); in get_cnodes_to_commit() 116 if (!cnext) { in get_cnodes_to_commit() 117 cnode->cnext = c->lpt_cnext; in get_cnodes_to_commit() 120 cnode->cnext = cnext; in get_cnodes_to_commit() 121 cnode = cnext; in get_cnodes_to_commit() 268 cnode = cnode->cnext; in layout_cnodes() 465 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 …]
|
| H A D | tnc.c | 206 zn->cnext = NULL; in copy_znode() 1119 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up() 1382 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 …]
|
| H A D | ubifs.h | 1149 struct ubifs_cnode *cnext; member 1168 struct ubifs_cnode *cnext; member 1206 struct ubifs_cnode *cnext; member 1372 struct ubifs_znode *cnext; member 1523 struct ubifs_orphan *cnext; member 1880 struct ubifs_znode *cnext; member
|
| H A D | lpt.c | 1506 n->cnext = NULL; in dirty_cow_nnode() 1557 p->cnext = NULL; in dirty_cow_pnode()
|
| H A D | debug.c | 920 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext); in ubifs_dump_pnode()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/numa/ |
| H A D | hmat.c | 793 struct target_cache *tcache, *cnext; in hmat_free_structures() local 798 list_for_each_entry_safe(tcache, cnext, &target->caches, node) { in hmat_free_structures()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | node.c | 111 struct node_access_nodes *c, *cnext; in node_remove_accesses() local 113 list_for_each_entry_safe(c, cnext, &node->access_list, list_node) { in node_remove_accesses()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | mb86a16.c | 119 unsigned char cnext) in CNTM_set() argument 123 val = (timint1 << 4) | (timint2 << 2) | cnext; in CNTM_set()
|