/Linux-v4.19/drivers/md/persistent-data/ |
D | dm-bitset.h | 93 int dm_bitset_empty(struct dm_disk_bitset *info, dm_block_t *new_root); 123 bool default_value, dm_block_t *new_root); 141 uint32_t index, dm_block_t *new_root); 154 uint32_t index, dm_block_t *new_root); 168 uint32_t index, dm_block_t *new_root, bool *result); 178 dm_block_t *new_root);
|
D | dm-bitset.c | 86 bool default_value, dm_block_t *new_root) in dm_bitset_resize() argument 94 &value, new_root); in dm_bitset_resize() 105 dm_block_t *new_root) in dm_bitset_flush() argument 117 &value, new_root); in dm_bitset_flush() 147 uint32_t index, dm_block_t *new_root) in get_array_entry() argument 156 r = dm_bitset_flush(info, root, new_root); in get_array_entry() 165 uint32_t index, dm_block_t *new_root) in dm_bitset_set_bit() argument 170 r = get_array_entry(info, root, index, new_root); in dm_bitset_set_bit() 182 uint32_t index, dm_block_t *new_root) in dm_bitset_clear_bit() argument 187 r = get_array_entry(info, root, index, new_root); in dm_bitset_clear_bit() [all …]
|
D | dm-btree.h | 123 uint64_t *keys, void *value, dm_block_t *new_root) 132 uint64_t *keys, void *value, dm_block_t *new_root, 142 uint64_t *keys, dm_block_t *new_root); 152 dm_block_t *new_root, unsigned *nr_removed);
|
D | dm-array.h | 111 const void *value, dm_block_t *new_root) 168 uint32_t index, const void *value, dm_block_t *new_root)
|
D | dm-array.c | 657 const void *value, dm_block_t *new_root) in array_resize() argument 663 *new_root = root; in array_resize() 683 *new_root = resize.root; in array_resize() 689 const void *value, dm_block_t *new_root) in dm_array_resize() argument 692 int r = array_resize(info, root, old_size, new_size, value, new_root); in dm_array_resize() 797 uint32_t index, const void *value, dm_block_t *new_root) in array_set_value() argument 814 *new_root = root; in array_set_value() 838 uint32_t index, const void *value, dm_block_t *new_root) in dm_array_set_value() argument 843 r = array_set_value(info, root, index, value, new_root); in dm_array_set_value()
|
D | dm-btree-remove.c | 513 uint64_t *keys, dm_block_t *new_root) in dm_btree_remove() argument 546 *new_root = shadow_root(&spine); in dm_btree_remove() 610 dm_block_t *new_root, unsigned *nr_removed) in remove_one() argument 659 *new_root = shadow_root(&spine); in remove_one() 667 dm_block_t *new_root, unsigned *nr_removed) in dm_btree_remove_leaves() argument 678 *new_root = root; in dm_btree_remove_leaves()
|
D | dm-btree.c | 762 uint64_t *keys, void *value, dm_block_t *new_root, in insert() argument 836 *new_root = shadow_root(&spine); in insert() 849 uint64_t *keys, void *value, dm_block_t *new_root) in dm_btree_insert() argument 852 return insert(info, root, keys, value, new_root, NULL); in dm_btree_insert() 857 uint64_t *keys, void *value, dm_block_t *new_root, in dm_btree_insert_notify() argument 861 return insert(info, root, keys, value, new_root, inserted); in dm_btree_insert_notify()
|
/Linux-v4.19/fs/ |
D | fs_struct.c | 57 void chroot_fs_refs(const struct path *old_root, const struct path *new_root) in chroot_fs_refs() argument 71 hits += replace_path(&fs->root, old_root, new_root); in chroot_fs_refs() 72 hits += replace_path(&fs->pwd, old_root, new_root); in chroot_fs_refs() 76 path_get(new_root); in chroot_fs_refs()
|
D | namespace.c | 3070 SYSCALL_DEFINE2(pivot_root, const char __user *, new_root, in SYSCALL_DEFINE2() argument 3081 error = user_path_dir(new_root, &new); in SYSCALL_DEFINE2()
|
/Linux-v4.19/fs/afs/ |
D | cell.c | 309 struct afs_cell *old_root, *new_root; in afs_cell_init() local 334 new_root = afs_lookup_cell(net, rootcell, len, vllist, false); in afs_cell_init() 335 if (IS_ERR(new_root)) { in afs_cell_init() 336 _leave(" = %ld", PTR_ERR(new_root)); in afs_cell_init() 337 return PTR_ERR(new_root); in afs_cell_init() 340 if (!test_and_set_bit(AFS_CELL_FL_NO_GC, &new_root->flags)) in afs_cell_init() 341 afs_get_cell(new_root); in afs_cell_init() 346 rcu_assign_pointer(net->ws_cell, new_root); in afs_cell_init()
|
/Linux-v4.19/lib/ |
D | assoc_array.c | 1464 struct assoc_array_ptr *new_root, *new_parent, **new_ptr_pp; in assoc_array_gc() local 1482 new_root = new_parent = NULL; in assoc_array_gc() 1483 new_ptr_pp = &new_root; in assoc_array_gc() 1631 new_root = ptr; in assoc_array_gc() 1648 new_root = ptr; in assoc_array_gc() 1681 new_root = assoc_array_node_to_ptr(new_n); in assoc_array_gc() 1711 edit->set[0].to = new_root; in assoc_array_gc() 1718 assoc_array_destroy_subtree(new_root, edit->ops); in assoc_array_gc()
|
/Linux-v4.19/fs/reiserfs/ |
D | ibalance.c | 658 struct buffer_head *new_root; in balance_internal_when_delete() local 669 new_root = tb->R[h - 1]; in balance_internal_when_delete() 671 new_root = tb->L[h - 1]; in balance_internal_when_delete() 675 PUT_SB_ROOT_BLOCK(tb->tb_sb, new_root->b_blocknr); in balance_internal_when_delete() 686 check_internal(new_root); in balance_internal_when_delete()
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 1757 struct nes_root_vpbl *new_root, in root_256() argument 1764 new_root->pbl_vbase = pci_alloc_consistent(nesdev->pcidev, in root_256() 1765 512, &new_root->pbl_pbase); in root_256() 1767 if (new_root->pbl_vbase == NULL) in root_256() 1772 new_root->pbl_vbase[i].pa_low = in root_256() 1774 new_root->pbl_vbase[i].pa_high = in root_256() 1819 struct nes_root_vpbl new_root = { 0, NULL, NULL }; in nes_reg_mr() local 1874 if (root_256(nesdev, root_vpbl, &new_root, pbl_count_4k) == 1) { in nes_reg_mr() 1875 if (new_root.pbl_pbase != 0) in nes_reg_mr() 1876 root_vpbl = &new_root; in nes_reg_mr() [all …]
|
/Linux-v4.19/kernel/cgroup/ |
D | cgroup-v1.c | 1118 bool new_root = false; in cgroup1_mount() local 1228 new_root = true; in cgroup1_mount() 1254 if (new_root) { in cgroup1_mount()
|
/Linux-v4.19/fs/btrfs/ |
D | ioctl.c | 558 struct btrfs_root *new_root; in create_subvol() local 660 new_root = btrfs_read_fs_root_no_name(fs_info, &key); in create_subvol() 661 if (IS_ERR(new_root)) { in create_subvol() 662 ret = PTR_ERR(new_root); in create_subvol() 667 btrfs_record_root_in_trans(trans, new_root); in create_subvol() 669 ret = btrfs_create_subvol_root(trans, new_root, root, new_dirid); in create_subvol() 676 mutex_lock(&new_root->objectid_mutex); in create_subvol() 677 new_root->highest_objectid = new_dirid; in create_subvol() 678 mutex_unlock(&new_root->objectid_mutex); in create_subvol() 4362 struct btrfs_root *new_root; in btrfs_ioctl_default_subvol() local [all …]
|
D | inode.c | 5509 struct btrfs_root *new_root; in fixup_tree_root_location() local 5548 new_root = btrfs_read_fs_root_no_name(fs_info, location); in fixup_tree_root_location() 5549 if (IS_ERR(new_root)) { in fixup_tree_root_location() 5550 err = PTR_ERR(new_root); in fixup_tree_root_location() 5554 *sub_root = new_root; in fixup_tree_root_location() 5555 location->objectid = btrfs_root_dirid(&new_root->root_item); in fixup_tree_root_location() 9110 struct btrfs_root *new_root, in btrfs_create_subvol_root() argument 9118 inode = btrfs_new_inode(trans, new_root, NULL, "..", 2, in btrfs_create_subvol_root() 9131 err = btrfs_subvol_inherit_props(trans, new_root, parent_root); in btrfs_create_subvol_root() 9133 btrfs_err(new_root->fs_info, in btrfs_create_subvol_root() [all …]
|
D | relocation.c | 4659 struct btrfs_root *new_root; in btrfs_reloc_post_snapshot() local 4677 new_root = pending->snap; in btrfs_reloc_post_snapshot() 4679 new_root->root_key.objectid); in btrfs_reloc_post_snapshot() 4685 new_root->reloc_root = reloc_root; in btrfs_reloc_post_snapshot()
|
D | ctree.c | 623 struct extent_buffer *new_root, int log_removal) in tree_mod_log_insert_root() argument 659 tm->logical = new_root->start; in tree_mod_log_insert_root()
|
D | ctree.h | 3164 struct btrfs_root *new_root,
|
/Linux-v4.19/tools/perf/util/ |
D | hist.c | 1983 struct rb_root new_root = RB_ROOT; in resort_filtered_entry() local 2009 resort_filtered_entry(&new_root, h); in resort_filtered_entry() 2012 he->hroot_out = new_root; in resort_filtered_entry() 2018 struct rb_root new_root = RB_ROOT; in hists__filter_hierarchy() local 2076 resort_filtered_entry(&new_root, h); in hists__filter_hierarchy() 2079 hists->entries = new_root; in hists__filter_hierarchy()
|
/Linux-v4.19/mm/ |
D | rmap.c | 233 struct anon_vma *new_root = anon_vma->root; in lock_anon_vma_root() local 234 if (new_root != root) { in lock_anon_vma_root() 237 root = new_root; in lock_anon_vma_root()
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 117 COMPAT_SYSCALL_WRAP2(pivot_root, const char __user *, new_root, const char __user *, put_old);
|
/Linux-v4.19/include/linux/ |
D | syscalls.h | 392 asmlinkage long sys_pivot_root(const char __user *new_root,
|