Searched defs:root (Results 201 - 225 of 764) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/platforms/chrp/
H A Dsetup.c102 struct device_node *root; local
198 struct device_node *root; local
299 struct device_node *root = of_find_node_by_path("/"); local
367 struct device_node *np, *root; local
[all...]
/linux-master/fs/smb/client/
H A Dcifs_fs_sb.h72 struct dentry *root; member in struct:cifs_sb_info
/linux-master/fs/
H A Dd_path.c104 __prepend_path(const struct dentry *dentry, const struct mount *mnt, const struct path *root, struct prepend_buffer *p) argument
156 prepend_path(const struct path *path, const struct path *root, struct prepend_buffer *p) argument
215 __d_path(const struct path *path, const struct path *root, char *buf, int buflen) argument
230 struct path root = {}; local
239 get_fs_root_rcu(struct fs_struct *fs, struct path *root) argument
268 struct path root; local
382 get_fs_root_and_pwd_rcu(struct fs_struct *fs, struct path *root, struct path *pwd) argument
415 struct path pwd, root; local
[all...]
/linux-master/fs/ext4/
H A Dextents_status.h67 struct rb_root root; member in struct:ext4_es_tree
123 struct rb_root root; member in struct:ext4_pending_tree
/linux-master/tools/perf/util/
H A Ddsos.c131 struct dso *__dsos__findnew_link_by_longname_id(struct rb_root *root, struct dso *dso, argument
214 static struct dso *__dsos__findnew_by_longname_id(struct rb_root *root, const char *name, struct dso_id *id) argument
/linux-master/tools/perf/tests/
H A Dhists_cumulate.c196 struct rb_root *root; local
/linux-master/drivers/net/wireguard/
H A Dallowedips.c69 static void root_remove_peer_lists(struct allowedips_node *root) argument
127 static struct wg_peer *lookup(struct allowedips_node __rcu *root, u8 bits, argument
/linux-master/arch/s390/hypfs/
H A Dhypfs_diag_fs.c301 int hypfs_diag_create_files(struct dentry *root) argument
/linux-master/drivers/eisa/
H A Deisa-bus.c182 static int __init eisa_init_device(struct eisa_root_device *root, argument
41 is_forced_dev(int *forced_tab, int forced_count, struct eisa_root_device *root, struct eisa_device *edev) argument
255 eisa_request_resources(struct eisa_root_device *root, struct eisa_device *edev, int slot) argument
309 eisa_probe(struct eisa_root_device *root) argument
409 eisa_root_register(struct eisa_root_device *root) argument
[all...]
/linux-master/include/linux/
H A Drbtree_augmented.h47 rb_insert_augmented(struct rb_node *node, struct rb_root *root, argument
54 rb_insert_augmented_cached(struct rb_node *node, struct rb_root_cached *root, bool newleft, const struct rb_augment_callbacks *augment) argument
195 __rb_change_child(struct rb_node *old, struct rb_node *new, struct rb_node *parent, struct rb_root *root) argument
208 __rb_change_child_rcu(struct rb_node *old, struct rb_node *new, struct rb_node *parent, struct rb_root *root) argument
224 __rb_erase_augmented(struct rb_node *node, struct rb_root *root, const struct rb_augment_callbacks *augment) argument
326 rb_erase_augmented(struct rb_node *node, struct rb_root *root, const struct rb_augment_callbacks *augment) argument
335 rb_erase_augmented_cached(struct rb_node *node, struct rb_root_cached *root, const struct rb_augment_callbacks *augment) argument
[all...]
H A Dmempolicy.h112 struct rb_root root; member in struct:shared_policy
/linux-master/drivers/clk/imx/
H A Dclk-imx93.c264 const struct imx93_clk_root *root; local
/linux-master/arch/sparc/kernel/
H A Dioport.c322 struct resource *root = m->private, *r; local
H A Dof_device_32.c411 struct device_node *root = of_find_node_by_path("/"); local
/linux-master/drivers/gpu/drm/radeon/
H A Dr300.c618 struct dentry *root = rdev->ddev->primary->debugfs_root; local
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_output_7a2000.c141 ls7a2000_hdmi0_late_register(struct drm_connector *connector, struct dentry *root) argument
152 ls7a2000_hdmi1_late_register(struct drm_connector *connector, struct dentry *root) argument
/linux-master/kernel/
H A Ducount.c30 set_lookup(struct ctl_table_root *root) argument
/linux-master/drivers/parisc/
H A Deisa.c64 struct eisa_root_device root; member in struct:eisa_ba
/linux-master/tools/testing/selftests/bpf/progs/
H A Drefcounted_kptr.c106 static long __stash_map_insert_tree(int idx, int val, struct bpf_rb_root *root, argument
140 static long __read_from_tree(struct bpf_rb_root *root, argument
73 __insert_in_tree_and_list(struct bpf_list_head *head, struct bpf_rb_root *root, struct bpf_spin_lock *lock) argument
[all...]
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_kmem.c52 static int test_kmem_basic(const char *root) argument
167 static int test_kmem_memcg_deletion(const char *root) argument
217 static int test_kmem_proc_kpagecgroup(const char *root) argument
277 static int test_kmem_kernel_stacks(const char *root) argument
305 static int test_kmem_dead_cgroups(const char *root) argument
352 static int test_percpu_basic(const char *root) argument
420 char root[PATH_MAX]; local
[all...]
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c274 struct device_node *root; local
/linux-master/fs/kernfs/
H A Dinode.c102 struct kernfs_root *root = kernfs_root(kn); local
115 struct kernfs_root *root; local
189 struct kernfs_root *root = kernfs_root(kn); local
278 struct kernfs_root *root; local
[all...]
/linux-master/fs/btrfs/
H A Ddir-item.c115 struct btrfs_root *root = dir->root; local
21 insert_with_overflow(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *cpu_key, u32 data_size, const char *name, int name_len) argument
56 btrfs_insert_xattr_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid, const char *name, u16 name_len, const void *data, u16 data_len) argument
177 btrfs_lookup_match_dir( struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *key, const char *name, int name_len, int mod) argument
212 btrfs_lookup_dir_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, const struct fscrypt_str *name, int mod) argument
233 btrfs_check_dir_item_collision(struct btrfs_root *root, u64 dir, const struct fscrypt_str *name) argument
308 btrfs_lookup_dir_index_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, u64 index, const struct fscrypt_str *name, int mod) argument
329 btrfs_search_dir_index_item(struct btrfs_root *root, struct btrfs_path *path, u64 dirid, const struct fscrypt_str *name) argument
356 btrfs_lookup_xattr(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, const char *name, u16 name_len, int mod) argument
417 btrfs_delete_one_dir_name(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_dir_item *di) argument
[all...]
/linux-master/drivers/infiniband/hw/irdma/
H A Dpble.c311 struct irdma_pble_info *root = &lvl2->root; local
341 struct irdma_pble_info *root = &lvl2->root; local
[all...]
/linux-master/drivers/soc/qcom/
H A Dqcom_stats.c124 static void qcom_create_soc_sleep_stat_files(struct dentry *root, void __iomem *reg, argument
170 static void qcom_create_subsystem_stat_files(struct dentry *root, argument
186 struct dentry *root; local
221 struct dentry *root local
[all...]

Completed in 239 milliseconds

1234567891011>>