Searched refs:root (Results 1 - 25 of 1075) sorted by last modified time

1234567891011>>

/linux-master/kernel/sched/
H A Dfair.c330 * reduces this to two cases and a special case for the root
847 struct rb_node *root = cfs_rq->tasks_timeline.rb_root.rb_node; local
849 if (!root)
852 return __node_2_se(root);
4861 /* Update root cfs_rq's estimated utilization */
4877 /* Update root cfs_rq's estimated utilization */
5830 /* At this point se is NULL and we are at root level*/
5920 /* At this point se is NULL and we are at root level*/
6776 /* At this point se is NULL and we are at root level*/
6867 /* At this point se is NULL and we are at root leve
[all...]
H A Dsched.h288 * each root domain;
296 * With respect to SMP, bandwidth is given on a per root domain basis,
299 * - total_bw is the currently allocated bandwidth in each root domain;
732 struct rb_root_cached root; member in struct:dl_rq
846 * We add the notion of a root-domain which will be used to define per-domain
849 * exclusive cpuset is created, we also create and attach a new root-domain
/linux-master/fs/erofs/
H A Dsuper.c689 erofs_info(sb, "mounted with root inode @ nid %llu.", sbi->root_nid);
705 struct super_block *sb = fc->root->d_sb;
931 static int erofs_show_options(struct seq_file *seq, struct dentry *root) argument
933 struct erofs_sb_info *sbi = EROFS_SB(root->d_sb);
/linux-master/mm/
H A Dzswap.c812 static struct zswap_entry *zswap_rb_search(struct rb_root *root, pgoff_t offset) argument
814 struct rb_node *node = root->rb_node;
835 static int zswap_rb_insert(struct rb_root *root, struct zswap_entry *entry, argument
838 struct rb_node **link = &root->rb_node, *parent = NULL;
856 rb_insert_color(&entry->rbnode, root);
860 static void zswap_rb_erase(struct rb_root *root, struct zswap_entry *entry) argument
862 rb_erase(&entry->rbnode, root);
/linux-master/include/linux/
H A Dmm.h3242 struct rb_root_cached *root);
3245 struct rb_root_cached *root);
3247 struct rb_root_cached *root);
3248 struct vm_area_struct *vma_interval_tree_iter_first(struct rb_root_cached *root,
3253 #define vma_interval_tree_foreach(vma, root, start, last) \
3254 for (vma = vma_interval_tree_iter_first(root, start, last); \
3258 struct rb_root_cached *root);
3260 struct rb_root_cached *root);
3262 anon_vma_interval_tree_iter_first(struct rb_root_cached *root,
3270 #define anon_vma_interval_tree_foreach(avc, root, star
[all...]
/linux-master/fs/ntfs3/
H A Dsuper.c406 struct super_block *sb = fc->root->d_sb;
679 static int ntfs_show_options(struct seq_file *m, struct dentry *root) argument
681 struct super_block *sb = root->d_sb;
1559 /* Load root. */
1565 ntfs_err(sb, "Failed to load root (%d).", err);
1574 ntfs_err(sb, "Failed to load root (%d).", err);
H A Dntfs_fs.h198 u8 index_bits; // log2(root->index_block_size)
199 u8 idx2vbn_bits; // log2(root->index_block_clst)
685 const struct INDEX_ROOT *root, const void *Key, size_t KeyLen,
689 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
692 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
H A Dinode.c42 const struct INDEX_ROOT *root; local
101 /* Record should contain $I30 root. */
277 root = Add2Ptr(attr, roff);
283 if (root->type != ATTR_NAME ||
284 root->rule != NTFS_COLLATION_TYPE_FILENAME)
1243 struct INDEX_ROOT *root, *dir_root; local
1264 * Make an exception for children in root.
1449 * Create root attribute.
1465 root = Add2Ptr(attr, sizeof(I30_NAME) + SIZEOF_RESIDENT);
1466 memcpy(root, dir_roo
[all...]
H A Ddir.c391 const struct INDEX_ROOT *root; local
439 root = indx_get_root(&ni->dir, ni, NULL, NULL);
440 if (!root) {
448 err = ntfs_read_hdr(sbi, ni, &root->ihdr, 0, pos, name, ctx);
514 struct INDEX_ROOT *root; local
525 root = indx_get_root(&ni->dir, ni, NULL, NULL);
526 if (!root)
529 hdr = &root->ihdr;
/linux-master/fs/9p/
H A Dvfs_super.c111 struct dentry *root = NULL; local
148 root = d_make_root(inode);
149 if (!root) {
153 sb->s_root = root;
157 v9fs_fid_add(root, &fid);
171 * we will do the session_close and root dentry release
H A Dv9fs.h167 extern int v9fs_show_options(struct seq_file *m, struct dentry *root);
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c4619 struct dentry *root = minor->debugfs_root; local
4624 debugfs_create_file("amdgpu_pm_info", 0444, root, adev,
4628 debugfs_create_file_size("amdgpu_pm_prv_buffer", 0444, root,
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c2723 r = amdgpu_bo_reserve(vm->root.bo, false);
2748 amdgpu_bo_unreserve(vm->root.bo);
2751 amdgpu_bo_unreserve(vm->root.bo);
3235 r = amdgpu_bo_reserve(vm->root.bo, false);
3249 amdgpu_bo_unreserve(vm->root.bo);
3252 amdgpu_bo_unreserve(vm->root.bo);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_umsch_mm.c216 queue_input.page_table_base_addr = amdgpu_gmc_pd_addr(test->vm->root.bo);
H A Damdgpu_mes.c297 process->pd_gpu_addr = amdgpu_bo_gpu_offset(vm->root.bo);
1570 struct dentry *root = minor->debugfs_root; local
1572 debugfs_create_file("amdgpu_mes_event_log", 0444, root,
H A Damdgpu_amdkfd_gpuvm.c373 struct amdgpu_bo *root = bo; local
380 /* we can always get vm_bo from root PD bo.*/
381 while (root->parent)
382 root = root->parent;
384 vm_bo = root->vm_bo;
470 struct amdgpu_bo *pd = vm->root.bo;
481 vm->pd_phys_addr = amdgpu_gmc_pd_addr(vm->root.bo);
488 struct amdgpu_bo *pd = vm->root.bo;
617 * This is because the request doesn't go through PCIe root comple
[all...]
/linux-master/fs/btrfs/
H A Dscrub.c389 u64 root, void *warn_ctx)
403 local_root = btrfs_get_fs_root(fs_info, root, true);
454 "%s at logical %llu on dev %s, physical %llu, root %llu, inode %llu, offset %llu, length %u, links %u (path: %s)",
458 root, inum, offset,
468 "%s at logical %llu on dev %s, physical %llu, root %llu, inode %llu, offset %llu: path resolving failed with ret=%d",
472 root, inum, offset, ret);
2436 static int finish_extent_writes_for_zoned(struct btrfs_root *root, argument
2449 trans = btrfs_join_transaction(root);
2462 struct btrfs_root *root = fs_info->dev_root; local
2488 ret = btrfs_search_slot(NULL, root,
388 scrub_print_warning_inode(u64 inum, u64 offset, u64 num_bytes, u64 root, void *warn_ctx) argument
[all...]
H A Dinode.c59 #include "root-tree.h"
76 struct btrfs_root *root; member in struct:btrfs_iget_args
147 u64 root, void *warn_ctx)
160 local_root = btrfs_get_fs_root(fs_info, root, true);
195 "checksum error at logical %llu mirror %u root %llu, inode %llu offset %llu",
196 warn->logical, warn->mirror_num, root, inum, offset);
209 "checksum error at logical %llu mirror %u root %llu inode %llu offset %llu length %u links %u (path: %s)",
210 warn->logical, warn->mirror_num, root, inum, offset,
221 "checksum error at logical %llu mirror %u root %llu inode %llu offset %llu, path resolving failed with ret=%d",
222 warn->logical, warn->mirror_num, root, inu
146 data_reloc_print_warning_inode(u64 inum, u64 offset, u64 num_bytes, u64 root, void *warn_ctx) argument
330 struct btrfs_root *root = inode->root; local
518 struct btrfs_root *root = inode->root; local
627 struct btrfs_root *root = inode->root; local
1111 struct btrfs_root *root = inode->root; local
1288 struct btrfs_root *root = inode->root; local
1871 struct btrfs_root *root = inode->root; local
1980 struct btrfs_root *root = inode->root; local
2396 struct btrfs_root *root = inode->root; local
2414 struct btrfs_root *root = inode->root; local
2521 struct btrfs_root *root = inode->root; local
2895 struct btrfs_root *root = inode->root; local
3046 struct btrfs_root *root = inode->root; local
3495 btrfs_orphan_cleanup(struct btrfs_root *root) argument
3770 struct btrfs_root *root = BTRFS_I(inode)->root; local
4049 struct btrfs_root *root = inode->root; local
4096 struct btrfs_root *root = dir->root; local
4216 struct btrfs_root *root = dir->root; local
4266 struct btrfs_root *root = dir->root; local
4373 may_destroy_subvol(struct btrfs_root *root) argument
4433 btrfs_prune_dentries(struct btrfs_root *root) argument
4498 struct btrfs_root *root = dir->root; local
4872 struct btrfs_root *root = inode->root; local
4926 struct btrfs_root *root = inode->root; local
5016 struct btrfs_root *root = BTRFS_I(inode)->root; local
5112 struct btrfs_root *root = BTRFS_I(inode)->root; local
5218 evict_refill_and_join(struct btrfs_root *root, struct btrfs_block_rsv *rsv) argument
5270 struct btrfs_root *root = BTRFS_I(inode)->root; local
5397 struct btrfs_root *root = dir->root; local
5514 struct btrfs_root *root = inode->root; local
5550 struct btrfs_root *root = inode->root; local
5596 btrfs_iget_locked(struct super_block *s, u64 ino, struct btrfs_root *root) argument
5618 btrfs_iget_path(struct super_block *s, u64 ino, struct btrfs_root *root, struct btrfs_path *path) argument
5650 btrfs_iget(struct super_block *s, u64 ino, struct btrfs_root *root) argument
5655 new_simple_dir(struct inode *dir, struct btrfs_key *key, struct btrfs_root *root) argument
5709 struct btrfs_root *root = BTRFS_I(dir)->root; local
5768 struct btrfs_root *root; local
5801 struct btrfs_root *root = inode->root; local
5940 struct btrfs_root *root = BTRFS_I(inode)->root; local
6070 struct btrfs_root *root = inode->root; local
6105 struct btrfs_root *root = BTRFS_I(inode)->root; local
6247 struct btrfs_root *root; local
6490 struct btrfs_root *root = parent_inode->root; local
6569 struct btrfs_root *root = BTRFS_I(dir)->root; local
6636 struct btrfs_root *root = BTRFS_I(dir)->root; local
6824 struct btrfs_root *root = inode->root; local
7053 struct btrfs_root *root = inode->root; local
7126 struct btrfs_root *root = BTRFS_I(inode)->root; local
8352 struct btrfs_root *root = inode->root; local
8654 struct btrfs_root *root = inode->root; local
8709 struct btrfs_root *root = BTRFS_I(inode)->root; local
8809 struct btrfs_root *root = BTRFS_I(old_dir)->root; local
9065 struct btrfs_root *root = BTRFS_I(old_dir)->root; local
9354 start_delalloc_inodes(struct btrfs_root *root, struct writeback_control *wbc, bool snapshot, bool in_reclaim_context) argument
9427 btrfs_start_delalloc_snapshot(struct btrfs_root *root, bool in_reclaim_context) argument
9452 struct btrfs_root *root; local
9502 struct btrfs_root *root = BTRFS_I(dir)->root; local
9683 struct btrfs_root *root = BTRFS_I(inode)->root; local
9817 struct btrfs_root *root = BTRFS_I(inode)->root; local
9835 struct btrfs_root *root = BTRFS_I(dir)->root; local
9947 struct btrfs_root *root = inode->root; local
10309 struct btrfs_root *root = inode->root; local
10688 struct btrfs_root *root = BTRFS_I(inode)->root; local
10988 struct btrfs_root *root = inode->root; local
[all...]
H A Dextent_map.c79 static int tree_insert(struct rb_root_cached *root, struct extent_map *em) argument
81 struct rb_node **p = &root->rb_root.rb_node;
122 rb_insert_color_cached(&em->rb_node, root, leftmost);
130 static struct rb_node *__tree_search(struct rb_root *root, u64 offset, argument
133 struct rb_node *n = root->rb_node;
299 struct btrfs_fs_info *fs_info = inode->root->fs_info;
310 "no extent map found for inode %llu (root %lld) when unpinning extent range [%llu, %llu), generation %llu",
311 btrfs_ino(inode), btrfs_root_id(inode->root),
319 "found extent map for inode %llu (root %lld) with unexpected start offset %llu when unpinning extent range [%llu, %llu), generation %llu",
320 btrfs_ino(inode), btrfs_root_id(inode->root),
[all...]
H A Dbackref.c144 struct rb_root_cached root; member in struct:preftree
148 #define PREFTREE_INIT { .root = RB_ROOT_CACHED, .count = 0 }
166 struct btrfs_root *root; member in struct:share_check
172 * the same root or different roots) that we could find. The sharedness
264 if (newref->root_id == sc->root->root_key.objectid &&
271 * Add @newref to the @root rbtree, merging identical refs.
280 struct rb_root_cached *root; local
287 root = &preftree->root;
288 p = &root
468 add_all_parents(struct btrfs_backref_walk_ctx *ctx, struct btrfs_root *root, struct btrfs_path *path, struct ulist *parents, struct preftrees *preftrees, struct prelim_ref *ref, int level) argument
596 struct btrfs_root *root; local
1102 u64 root; local
1208 u64 root; local
1250 lookup_backref_shared_cache(struct btrfs_backref_share_check_ctx *ctx, struct btrfs_root *root, u64 bytenr, int level, bool *is_shared) argument
1320 store_backref_shared_cache(struct btrfs_backref_share_check_ctx *ctx, struct btrfs_root *root, u64 bytenr, int level, bool is_shared) argument
1388 struct btrfs_root *root = btrfs_extent_root(ctx->fs_info, ctx->bytenr); local
1858 struct btrfs_root *root = inode->root; local
2049 btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid, u64 start_off, struct btrfs_path *path, struct btrfs_inode_extref **ret_extref, u64 *found_off) argument
2385 iterate_leaf_refs(struct btrfs_fs_info *fs_info, struct extent_inode_elem *inode_list, u64 root, u64 extent_item_objectid, iterate_extent_inodes_t *iterate, void *ctx) argument
2536 build_ino_list(u64 inum, u64 offset, u64 num_bytes, u64 root, void *ctx) argument
3238 struct btrfs_root *root; local
3311 struct btrfs_root *root; local
[all...]
/linux-master/fs/smb/client/
H A Dconnect.c64 static void tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink);
3109 * When mounting SMB root file systems, we do not want to block in
3593 cifs_server_dbg(VFS, "cannot query dirs between root and final path, enabling CIFS_MOUNT_USE_PREFIX_PATH\n");
3828 struct rb_root *root = &cifs_sb->tlink_tree; local
3835 while ((node = rb_first(root))) {
3839 rb_erase(node, root);
4121 tlink_rb_search(struct rb_root *root, kuid_t uid) argument
4123 struct rb_node *node = root->rb_node;
4141 tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink) argument
4143 struct rb_node **new = &(root
4258 struct rb_root *root = &cifs_sb->tlink_tree; local
[all...]
H A Dfs_context.c777 struct dentry *root; local
780 root = cifs_smb3_do_mount(fc->fs_type, 0, ctx);
781 if (IS_ERR(root))
782 return PTR_ERR(root);
784 fc->root = root;
894 struct dentry *root = fc->root; local
895 struct cifs_sb_info *cifs_sb = CIFS_SB(root->d_sb);
H A Dcifsfs.c283 cifs_dbg(VFS, "%s: get root inode failed\n", __func__);
295 if (cifs_sb->root) {
298 /* finally release root dentry */
299 dput(cifs_sb->root);
300 cifs_sb->root = NULL;
517 static int cifs_show_devname(struct seq_file *m, struct dentry *root) argument
519 struct cifs_sb_info *cifs_sb = CIFS_SB(root->d_sb);
539 cifs_show_options(struct seq_file *s, struct dentry *root) argument
541 struct cifs_sb_info *cifs_sb = CIFS_SB(root->d_sb);
656 if (root
791 cifs_show_stats(struct seq_file *s, struct dentry *root) argument
902 struct dentry *root; local
[all...]
/linux-master/fs/bcachefs/
H A Dfs.c1739 static int bch2_show_devname(struct seq_file *seq, struct dentry *root) argument
1741 struct bch_fs *c = root->d_sb->s_fs_info;
1754 static int bch2_show_options(struct seq_file *seq, struct dentry *root) argument
1756 struct bch_fs *c = root->d_sb->s_fs_info;
1987 bch_err_msg(c, ret, "mounting: error getting root inode");
1993 bch_err(c, "error mounting: error allocating root dentry");
/linux-master/drivers/interconnect/
H A Dcore.c1125 struct device_node *root; local
1132 root = of_find_node_by_path("/");
1134 providers_count = of_count_icc_providers(root);
1135 of_node_put(root);

Completed in 446 milliseconds

1234567891011>>