Searched refs:new_root (Results 1 - 23 of 23) sorted by relevance

/linux-master/drivers/md/persistent-data/
H A Ddm-bitset.h92 * new_root - on success, points to the new root block
94 int dm_bitset_empty(struct dm_disk_bitset *info, dm_block_t *new_root);
120 * new_root - on success, points to the new root block
124 bool default_value, dm_block_t *new_root);
137 * new_root - on success, points to the new root block
142 uint32_t index, dm_block_t *new_root);
150 * new_root - on success, points to the new root block
155 uint32_t index, dm_block_t *new_root);
163 * new_root - on success, points to the new root block (cached values may have been written)
169 uint32_t index, dm_block_t *new_root, boo
[all...]
H A Ddm-bitset.c88 bool default_value, dm_block_t *new_root)
96 &value, new_root);
107 dm_block_t *new_root)
119 &value, new_root);
149 uint32_t index, dm_block_t *new_root)
158 r = dm_bitset_flush(info, root, new_root);
167 uint32_t index, dm_block_t *new_root)
172 r = get_array_entry(info, root, index, new_root);
184 uint32_t index, dm_block_t *new_root)
189 r = get_array_entry(info, root, index, new_root);
86 dm_bitset_resize(struct dm_disk_bitset *info, dm_block_t root, uint32_t old_nr_entries, uint32_t new_nr_entries, bool default_value, dm_block_t *new_root) argument
106 dm_bitset_flush(struct dm_disk_bitset *info, dm_block_t root, dm_block_t *new_root) argument
148 get_array_entry(struct dm_disk_bitset *info, dm_block_t root, uint32_t index, dm_block_t *new_root) argument
166 dm_bitset_set_bit(struct dm_disk_bitset *info, dm_block_t root, uint32_t index, dm_block_t *new_root) argument
183 dm_bitset_clear_bit(struct dm_disk_bitset *info, dm_block_t root, uint32_t index, dm_block_t *new_root) argument
200 dm_bitset_test_bit(struct dm_disk_bitset *info, dm_block_t root, uint32_t index, dm_block_t *new_root, bool *result) argument
[all...]
H A Ddm-btree.h124 uint64_t *keys, void *value, dm_block_t *new_root)
133 uint64_t *keys, void *value, dm_block_t *new_root,
143 uint64_t *keys, dm_block_t *new_root);
153 dm_block_t *new_root, unsigned int *nr_removed);
H A Ddm-array.h104 * new_root - on success, points to the new root block
112 const void *value, dm_block_t *new_root)
161 * new_root - the new root block
169 uint32_t index, const void *value, dm_block_t *new_root)
H A Ddm-btree-internal.h160 dm_block_t *new_root, struct dm_block **leaf);
H A Ddm-array.c665 const void *value, dm_block_t *new_root)
671 *new_root = root;
691 *new_root = resize.root;
697 const void *value, dm_block_t *new_root)
700 int r = array_resize(info, root, old_size, new_size, value, new_root);
807 uint32_t index, const void *value, dm_block_t *new_root)
824 *new_root = root;
848 uint32_t index, const void *value, dm_block_t *new_root)
853 r = array_set_value(info, root, index, value, new_root);
663 array_resize(struct dm_array_info *info, dm_block_t root, uint32_t old_size, uint32_t new_size, const void *value, dm_block_t *new_root) argument
806 array_set_value(struct dm_array_info *info, dm_block_t root, uint32_t index, const void *value, dm_block_t *new_root) argument
H A Ddm-btree-remove.c595 uint64_t *keys, dm_block_t *new_root)
629 *new_root = shadow_root(&spine);
694 dm_block_t *new_root, unsigned int *nr_removed)
743 *new_root = shadow_root(&spine);
751 dm_block_t *new_root, unsigned int *nr_removed)
762 *new_root = root;
594 dm_btree_remove(struct dm_btree_info *info, dm_block_t root, uint64_t *keys, dm_block_t *new_root) argument
692 remove_one(struct dm_btree_info *info, dm_block_t root, uint64_t *keys, uint64_t end_key, dm_block_t *new_root, unsigned int *nr_removed) argument
749 dm_btree_remove_leaves(struct dm_btree_info *info, dm_block_t root, uint64_t *first_key, uint64_t end_key, dm_block_t *new_root, unsigned int *nr_removed) argument
H A Ddm-btree.c1204 dm_block_t *new_root, struct dm_block **leaf)
1213 *new_root = shadow_root(&spine);
1235 uint64_t *keys, void *value, dm_block_t *new_root,
1309 *new_root = shadow_root(&spine);
1322 uint64_t *keys, void *value, dm_block_t *new_root)
1325 return insert(info, root, keys, value, new_root, NULL);
1330 uint64_t *keys, void *value, dm_block_t *new_root,
1334 return insert(info, root, keys, value, new_root, inserted);
1202 btree_get_overwrite_leaf(struct dm_btree_info *info, dm_block_t root, uint64_t key, int *index, dm_block_t *new_root, struct dm_block **leaf) argument
/linux-master/fs/
H A Dfs_struct.c58 void chroot_fs_refs(const struct path *old_root, const struct path *new_root) argument
72 hits += replace_path(&fs->root, old_root, new_root);
73 hits += replace_path(&fs->pwd, old_root, new_root);
77 path_get(new_root);
H A Dnamespace.c4157 * makes new_root as the new root file system of the current process, and sets
4158 * root/cwd of all processes which had them on the current root to new_root.
4161 * The new_root and put_old must be directories, and must not be on the
4163 * underneath new_root, i.e. adding a non-zero number of /.. to the string
4164 * pointed to by put_old must yield the same directory as new_root. No other
4165 * file system may be mounted on put_old. After all, new_root is a mountpoint.
4179 SYSCALL_DEFINE2(pivot_root, const char __user *, new_root,
4190 error = user_path_at(AT_FDCWD, new_root,
4239 /* make sure we can reach put_old from new_root */
4254 /* mount new_root o
[all...]
/linux-master/fs/btrfs/
H A Dtree-mod-log.h38 struct extent_buffer *new_root,
H A Dioctl.c604 struct btrfs_root *new_root; local
740 new_root = btrfs_get_new_fs_root(fs_info, objectid, &anon_dev);
741 if (IS_ERR(new_root)) {
742 ret = PTR_ERR(new_root);
746 /* anon_dev is owned by new_root now. */
748 BTRFS_I(new_inode_args.inode)->root = new_root;
749 /* ... and new_root is owned by new_inode_args.inode now. */
751 ret = btrfs_record_root_in_trans(trans, new_root);
2954 struct btrfs_root *new_root; local
2979 new_root
[all...]
H A Dtree-mod-log.c390 struct extent_buffer *new_root,
427 tm->logical = new_root->start;
389 btrfs_tree_mod_log_insert_root(struct extent_buffer *old_root, struct extent_buffer *new_root, bool log_removal) argument
H A Drelocation.c4569 struct btrfs_root *new_root; local
4587 new_root = pending->snap;
4589 new_root->root_key.objectid);
4600 new_root->reloc_root = btrfs_grab_root(reloc_root);
H A Dinode.c5453 struct btrfs_root *new_root; local
5496 new_root = btrfs_get_fs_root(fs_info, location->objectid, true);
5497 if (IS_ERR(new_root)) {
5498 err = PTR_ERR(new_root);
5502 *sub_root = new_root;
5503 location->objectid = btrfs_root_dirid(&new_root->root_item);
/linux-master/lib/
H A Dgeneric-radix-tree.c103 struct genradix_root *r = v, *new_root; local
118 new_root = ((struct genradix_root *)
121 if ((v = cmpxchg_release(&radix->root, r, new_root)) == r) {
122 v = new_root;
H A Dassoc_array.c1462 struct assoc_array_ptr *new_root, *new_parent, **new_ptr_pp; local
1481 new_root = new_parent = NULL;
1482 new_ptr_pp = &new_root;
1636 new_root = ptr;
1653 new_root = ptr;
1686 new_root = assoc_array_node_to_ptr(new_n);
1716 edit->set[0].to = new_root;
1723 assoc_array_destroy_subtree(new_root, edit->ops);
H A Dmaple_tree.c2887 goto new_root;
2929 new_root:
/linux-master/fs/afs/
H A Dcell.c344 struct afs_cell *old_root, *new_root; local
369 new_root = afs_lookup_cell(net, rootcell, len, vllist, false);
370 if (IS_ERR(new_root)) {
371 _leave(" = %ld", PTR_ERR(new_root));
372 return PTR_ERR(new_root);
375 if (!test_and_set_bit(AFS_CELL_FL_NO_GC, &new_root->flags))
376 afs_use_cell(new_root, afs_cell_trace_use_pin);
380 afs_see_cell(new_root, afs_cell_trace_see_ws);
382 net->ws_cell = new_root;
/linux-master/fs/reiserfs/
H A Dibalance.c658 struct buffer_head *new_root; local
669 new_root = tb->R[h - 1];
671 new_root = tb->L[h - 1];
675 PUT_SB_ROOT_BLOCK(tb->tb_sb, new_root->b_blocknr);
686 check_internal(new_root);
/linux-master/tools/perf/util/
H A Dhist.c2203 struct rb_root_cached new_root = RB_ROOT_CACHED; local
2232 resort_filtered_entry(&new_root, h);
2235 he->hroot_out = new_root;
2241 struct rb_root_cached new_root = RB_ROOT_CACHED; local
2299 resort_filtered_entry(&new_root, h);
2302 hists->entries = new_root;
/linux-master/mm/
H A Drmap.c246 struct anon_vma *new_root = anon_vma->root; local
247 if (new_root != root) {
250 root = new_root;
/linux-master/include/linux/
H A Dsyscalls.h405 asmlinkage long sys_pivot_root(const char __user *new_root,

Completed in 568 milliseconds