Home
last modified time | relevance | path

Searched refs:cnext (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dtnc_commit.c134 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 in layout_in_empty_space()
644 struct ubifs_znode *znode, *cnext; get_znodes_to_commit() local
827 struct ubifs_znode *znode, *cnext; write_index() local
1034 struct ubifs_znode *znode, *cnext; free_obsolete_znodes() local
[all...]
H A Dorphan.c250 last = &orphan->cnext; in ubifs_orphan_start_commit()
339 * This function builds an orphan node from the cnext list and writes it to the
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()
450 /* Change the cnext lis in consolidate()
[all...]
H A Dlpt_commit.c90 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()
627 /* Assumes cnext lis in do_make_pnode_dirty()
1258 struct ubifs_cnode *cnode, *cnext; free_obsolete_cnodes() local
[all...]
H A Dtnc.c205 zn->cnext = NULL; in copy_znode()
1154 if (!zp->cnext && ubifs_zn_dirty(znode)) in dirty_cow_bottom_up()
1417 if (znode->cnext || !ubifs_zn_dirty(znode)) { in lookup_level0_dirty()
2401 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_replace()
2473 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_add_nm()
2585 if (znode->cnext) { in tnc_delete()
2633 if (zp->cnext) { in tnc_delete()
2705 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_nm()
2773 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_dh()
2852 if (znode->cnext || !ubifs_zn_dirt in ubifs_tnc_remove_range()
3081 struct ubifs_znode *cnext; tnc_destroy_cnext() local
[all...]
H A Dubifs.h545 * @cnext: next cnode to commit
553 struct ubifs_cnode *cnext; member
563 * @cnext: next cnode to commit
572 struct ubifs_cnode *cnext; member
601 * @cnext: next cnode to commit
610 struct ubifs_cnode *cnext; member
760 * @cnext: next znode to commit
779 struct ubifs_znode *cnext; member
919 * @cnext: next orphan to commit
931 struct ubifs_orphan *cnext; member
1303 struct ubifs_znode *cnext; global() member
[all...]
H A Dshrinker.c86 * If the znode is clean, but it is in the 'c->cnext' list, this in shrink_tnc()
96 * the znodes which are in the 'c->cnext' list as freeable. in shrink_tnc()
98 * Also note, if the root of a sub-tree is not in 'c->cnext', in shrink_tnc()
99 * then the whole sub-tree is not in 'c->cnext' as well, so it in shrink_tnc()
103 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.c930 pr_err("\taddress %zx parent %zx cnext %zx\n", in ubifs_dump_pnode()
931 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext); in ubifs_dump_pnode()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dtnc_commit.c134 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 in layout_in_empty_space()
644 struct ubifs_znode *znode, *cnext; get_znodes_to_commit() local
827 struct ubifs_znode *znode, *cnext; write_index() local
1034 struct ubifs_znode *znode, *cnext; free_obsolete_znodes() local
[all...]
H A Dorphan.c250 last = &orphan->cnext; in ubifs_orphan_start_commit()
339 * This function builds an orphan node from the cnext list and writes it to the
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()
450 /* Change the cnext lis in consolidate()
[all...]
H A Dlpt_commit.c90 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()
627 /* Assumes cnext lis in do_make_pnode_dirty()
1258 struct ubifs_cnode *cnode, *cnext; free_obsolete_cnodes() local
[all...]
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()
2402 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_replace()
2474 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_add_nm()
2586 if (znode->cnext) { in tnc_delete()
2634 if (zp->cnext) { in tnc_delete()
2706 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_nm()
2774 if (znode->cnext || !ubifs_zn_dirty(znode)) { in ubifs_tnc_remove_dh()
2853 if (znode->cnext || !ubifs_zn_dirt in ubifs_tnc_remove_range()
3082 struct ubifs_znode *cnext; tnc_destroy_cnext() local
[all...]
H A Dubifs.h554 * @cnext: next cnode to commit
562 struct ubifs_cnode *cnext; member
572 * @cnext: next cnode to commit
581 struct ubifs_cnode *cnext; member
610 * @cnext: next cnode to commit
619 struct ubifs_cnode *cnext; member
769 * @cnext: next znode to commit
788 struct ubifs_znode *cnext; member
928 * @cnext: next orphan to commit
940 struct ubifs_orphan *cnext; member
1331 struct ubifs_znode *cnext; global() member
[all...]
H A Dshrinker.c86 * If the znode is clean, but it is in the 'c->cnext' list, this in shrink_tnc()
96 * the znodes which are in the 'c->cnext' list as freeable. in shrink_tnc()
98 * Also note, if the root of a sub-tree is not in 'c->cnext', in shrink_tnc()
99 * then the whole sub-tree is not in 'c->cnext' as well, so it in shrink_tnc()
103 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.c930 pr_err("\taddress %zx parent %zx cnext %zx\n", in ubifs_dump_pnode()
931 (size_t)pnode, (size_t)parent, (size_t)pnode->cnext); in ubifs_dump_pnode()
/kernel/linux/linux-5.10/drivers/acpi/numa/
H A Dhmat.c794 struct target_cache *tcache, *cnext; in hmat_free_structures() local
799 list_for_each_entry_safe(tcache, cnext, &target->caches, node) { in hmat_free_structures()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/base/
H A Dnode.c111 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dmb86a16.c119 unsigned char cnext) in CNTM_set()
123 val = (timint1 << 4) | (timint2 << 2) | cnext; in CNTM_set()
116 CNTM_set(struct mb86a16_state *state, unsigned char timint1, unsigned char timint2, unsigned char cnext) CNTM_set() argument
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dmb86a16.c119 unsigned char cnext) in CNTM_set()
123 val = (timint1 << 4) | (timint2 << 2) | cnext; in CNTM_set()
116 CNTM_set(struct mb86a16_state *state, unsigned char timint1, unsigned char timint2, unsigned char cnext) CNTM_set() argument

Completed in 40 milliseconds