Home
last modified time | relevance | path

Searched refs:new_nodes (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/sphinx/
H A Dtranslations.py49 new_nodes = LanguagesNode()
50 new_nodes['current_language'] = all_languages[this_lang_code]
65 new_nodes += pxref
67 self.document.insert(0, new_nodes)
/linux/drivers/md/bcache/
H A Dbtree.c1362 struct btree *new_nodes[GC_MERGE_NODES]; in btree_gc_coalesce() local
1372 memset(new_nodes, 0, sizeof(new_nodes)); in btree_gc_coalesce()
1386 new_nodes[i] = btree_node_alloc_replacement(r[i].b, NULL); in btree_gc_coalesce()
1387 if (IS_ERR(new_nodes[i])) in btree_gc_coalesce()
1401 mutex_lock(&new_nodes[i]->write_lock); in btree_gc_coalesce()
1404 struct bset *n1 = btree_bset_first(new_nodes[i]); in btree_gc_coalesce()
1405 struct bset *n2 = btree_bset_first(new_nodes[i - 1]); in btree_gc_coalesce()
1433 btree_blocks(new_nodes[i])) in btree_gc_coalesce()
1442 btree_blocks(new_nodes[ in btree_gc_coalesce()
[all...]
/linux/fs/bcachefs/
H A Dsubvolume.c610 u32 parent = 0, new_nodes[2], snapshot_subvols[2]; in bch2_subvolume_create() local
638 ret = bch2_snapshot_node_create(trans, parent, new_nodes, in bch2_subvolume_create()
645 src_subvol->v.snapshot = cpu_to_le32(new_nodes[1]); in bch2_subvolume_create()
657 new_subvol->v.snapshot = cpu_to_le32(new_nodes[0]); in bch2_subvolume_create()
668 *new_snapshotid = new_nodes[0]; in bch2_subvolume_create()
H A Dbtree_update_interior.h108 struct btree *new_nodes[BTREE_UPDATE_NODES_MAX]; member
H A Dbtree_update_interior.c827 b = as->new_nodes[i]; in btree_update_nodes_written()
836 b = as->new_nodes[i]; in btree_update_nodes_written()
971 BUG_ON(as->nr_new_nodes >= ARRAY_SIZE(as->new_nodes)); in bch2_btree_update_add_new_node()
974 as->new_nodes[as->nr_new_nodes++] = b; in bch2_btree_update_add_new_node()
1016 if (as->new_nodes[i] == b) in btree_update_drop_new_node()
1021 array_remove_item(as->new_nodes, as->nr_new_nodes, i); in btree_update_drop_new_node()
/linux/mm/
H A Dmempolicy.c1787 const unsigned long __user *new_nodes) in kernel_migrate_pages() argument
1807 err = get_nodes(new, new_nodes, maxnode); in kernel_migrate_pages()
1874 const unsigned long __user *, new_nodes) in SYSCALL_DEFINE4() argument
1876 return kernel_migrate_pages(pid, maxnode, old_nodes, new_nodes); in SYSCALL_DEFINE4()