Searched refs:root (Results 251 - 275 of 1075) sorted by relevance

<<11121314151617181920>>

/linux-master/include/uapi/linux/
H A Dnfs_mount.h44 struct nfs3_fh root; /* 4 */ member in struct:nfs_mount_data
H A Dadfs_fs.h23 __le32 root; member in struct:adfs_discrecord
/linux-master/net/bridge/
H A Dbr_private_stp.h31 bridge_id root; member in struct:br_config_bpdu
/linux-master/drivers/pci/hotplug/
H A Dacpi_pcihp.c71 const struct acpi_pci_root *root; local
82 root = acpi_pci_find_root(ACPI_HANDLE(&host->dev));
83 if (!root)
90 if (root->osc_support_set) {
/linux-master/security/apparmor/
H A Dpath.c37 /* If the path is not connected to the expected root,
44 * resolves to the namespace root (would be connected outside
46 * namespace root.
64 /* CONNECT_PATH with missing root */
120 struct path root; local
121 get_fs_root(current->fs, &root);
122 res = __d_path(path, &root, buf, buflen);
123 path_put(&root);
168 * Append "/" to the pathname. The root directory is a special
/linux-master/drivers/soc/imx/
H A Dsoc-imx.c31 struct device_node *root; local
49 root = of_find_node_by_path("/");
50 ret = of_property_read_string(root, "model", &soc_dev_attr->machine);
51 of_node_put(root);
/linux-master/arch/s390/include/asm/
H A Dccwgroup.h54 int ccwgroup_create_dev(struct device *root, struct ccwgroup_driver *gdrv,
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgk110.c43 .root = { 0,0,GK110_DISP },
/linux-master/tools/perf/ui/gtk/
H A Dhists.c97 static void perf_gtk__add_callchain_flat(struct rb_root *root, GtkTreeStore *store, argument
101 bool has_single_node = (rb_first(root) == rb_last(root));
103 for (nd = rb_first(root); nd; nd = rb_next(nd)) {
160 static void perf_gtk__add_callchain_folded(struct rb_root *root, GtkTreeStore *store, argument
165 for (nd = rb_first(root); nd; nd = rb_next(nd)) {
220 static void perf_gtk__add_callchain_graph(struct rb_root *root, GtkTreeStore *store, argument
224 bool has_single_node = (rb_first(root) == rb_last(root));
226 for (nd = rb_first(root); n
270 perf_gtk__add_callchain(struct rb_root *root, GtkTreeStore *store, GtkTreeIter *parent, int col, u64 total) argument
405 perf_gtk__add_hierarchy_entries(struct hists *hists, struct rb_root_cached *root, GtkTreeStore *store, GtkTreeIter *parent, struct perf_hpp *hpp, float min_pcnt) argument
[all...]
/linux-master/arch/s390/hypfs/
H A Dhypfs_vm_fs.c86 int hypfs_vm_create_files(struct dentry *root) argument
98 dir = hypfs_mkdir(root, "hyp");
110 dir = hypfs_mkdir(root, "cpus");
122 dir = hypfs_mkdir(root, "systems");
/linux-master/fs/
H A Dkernel_read_file.c153 struct path root; local
160 get_fs_root(init_task.fs, &root);
163 file = file_open_root(&root, path, O_RDONLY, 0);
164 path_put(&root);
H A Dfs_context.c309 fc->root = dget(reference);
376 struct super_block *sb = fc->root->d_sb;
377 dput(fc->root);
378 fc->root = NULL;
512 if (fc->root) {
513 sb = fc->root->d_sb;
514 dput(fc->root);
515 fc->root = NULL;
654 * Get a mountable root with the legacy mount command.
660 struct dentry *root; local
[all...]
H A Dpnode.h46 int get_dominating_id(struct mount *mnt, const struct path *root);
54 const struct path *root);
/linux-master/drivers/hwmon/pmbus/
H A Ddps920ab.c115 struct dentry *root; local
117 root = pmbus_get_debugfs_dir(client);
118 if (!root)
121 debugfs_dir = debugfs_create_dir(client->name, root);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.h43 struct rb_root_cached root ____cacheline_aligned_in_smp;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_range_fence.h50 /** @root: interval tree root */
51 struct rb_root_cached root; member in struct:xe_range_fence_tree
/linux-master/drivers/soc/samsung/
H A Dexynos-chipid.c105 struct device_node *root; local
128 root = of_find_node_by_path("/");
129 of_property_read_string(root, "model", &soc_dev_attr->machine);
130 of_node_put(root);
/linux-master/fs/btrfs/
H A Ddelayed-ref.c314 if (ref1->root < ref2->root)
316 if (ref1->root > ref2->root)
334 if (ref1->root < ref2->root)
336 if (ref1->root > ref2->root)
384 static struct btrfs_delayed_ref_head *htree_insert(struct rb_root_cached *root, argument
387 struct rb_node **p = &root
416 tree_insert(struct rb_root_cached *root, struct btrfs_delayed_ref_node *ins) argument
471 struct rb_root *root = &dr->href_root.rb_root; local
690 struct btrfs_delayed_ref_root *root = &trans->transaction->delayed_refs; local
1017 btrfs_init_tree_ref(struct btrfs_ref *generic_ref, int level, u64 root, u64 mod_root, bool skip_qgroup) argument
[all...]
/linux-master/drivers/infiniband/hw/irdma/
H A Dpble.c311 struct irdma_pble_info *root = &lvl2->root; local
322 if (root->addr)
323 irdma_prm_return_pbles(&pble_rsrc->pinfo, &root->chunkinfo);
341 struct irdma_pble_info *root = &lvl2->root; local
359 ret_code = irdma_prm_get_pbles(&pble_rsrc->pinfo, &root->chunkinfo,
360 total << 3, &root->addr, &fpm_addr);
367 root->idx = fpm_to_idx(pble_rsrc, fpm_addr);
368 root
[all...]
/linux-master/sound/firewire/dice/
H A Ddice-proc.c279 static void add_node(struct snd_dice *dice, struct snd_info_entry *root, argument
286 entry = snd_info_create_card_entry(dice->card, name, root);
293 struct snd_info_entry *root; local
299 root = snd_info_create_card_entry(dice->card, "firewire",
301 if (!root)
303 root->mode = S_IFDIR | 0555;
305 add_node(dice, root, "dice", dice_proc_read);
306 add_node(dice, root, "formation", dice_proc_read_formation);
/linux-master/drivers/pci/controller/
H A Dpci-thunder-pem.c363 static void thunder_pem_legacy_fw(struct acpi_pci_root *root, argument
366 int node = acpi_get_node(root->device->handle);
372 index = root->segment - PEM_MIN_DOM_IN_NODE;
383 struct acpi_pci_root *root = acpi_driver_data(adev); local
391 ret = acpi_get_rc_resources(dev, "CAVA02B", root->segment, res_pem);
398 thunder_pem_legacy_fw(root, res_pem);
404 thunder_pem_reserve_range(dev, root->segment, res_pem);
408 thunder_pem_reserve_range(dev, root->segment, &cfg->res);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2.sh10 echo $msg please run this as root >&2
/linux-master/fs/sysfs/
H A Dmount.c36 fc->root->d_sb->s_iflags |= SB_I_USERNS_VISIBLE;
70 kfc->root = sysfs_root;
/linux-master/drivers/crypto/caam/
H A Ddebugfs.c47 struct dentry *root)
55 ctrlpriv->ctl = debugfs_create_dir("ctl", root);
45 caam_debugfs_init(struct caam_drv_private *ctrlpriv, struct caam_perfmon __force *perfmon, struct dentry *root) argument
/linux-master/drivers/parisc/
H A Deisa.c64 struct eisa_root_device root; member in struct:eisa_ba
365 eisa_dev.root.dev = &dev->dev;
366 dev_set_drvdata(&dev->dev, &eisa_dev.root);
367 eisa_dev.root.bus_base_addr = 0;
368 eisa_dev.root.res = &eisa_dev.hba.io_space;
369 eisa_dev.root.slots = result;
370 eisa_dev.root.dma_mask = 0xffffffff; /* wild guess */
371 if (eisa_root_register (&eisa_dev.root)) {
372 printk(KERN_ERR "EISA: Failed to register EISA root\n");

Completed in 210 milliseconds

<<11121314151617181920>>