Home
last modified time | relevance | path

Searched full:root (Results 1 – 25 of 5498) sorted by relevance

12345678910>>...220

/kernel/linux/linux-5.10/fs/btrfs/
Dinode-map.c16 static void fail_caching_thread(struct btrfs_root *root) in fail_caching_thread() argument
18 struct btrfs_fs_info *fs_info = root->fs_info; in fail_caching_thread()
23 spin_lock(&root->ino_cache_lock); in fail_caching_thread()
24 root->ino_cache_state = BTRFS_CACHE_ERROR; in fail_caching_thread()
25 spin_unlock(&root->ino_cache_lock); in fail_caching_thread()
26 wake_up(&root->ino_cache_wait); in fail_caching_thread()
31 struct btrfs_root *root = data; in caching_kthread() local
32 struct btrfs_fs_info *fs_info = root->fs_info; in caching_kthread()
33 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in caching_kthread()
46 fail_caching_thread(root); in caching_kthread()
[all …]
Droot-tree.c16 * Read a root item from the tree. In case we detect a root item smaller then
17 * sizeof(root_item), we know it's an old version of the root structure and
19 * generation numbers as then we know the root was once mounted with an older
20 * kernel that was not aware of the root item structure change.
37 …"mismatching generation and generation_v2 found in root item. This root was probably mounted with … in btrfs_read_root_item()
51 * btrfs_find_root - lookup the root by the key.
52 * root: the root of the root tree
55 * root_item: the root item of the tree we look for
56 * root_key: the root key of the tree we look for
59 * of the search key, just lookup the root with the highest offset for a
[all …]
/kernel/linux/linux-6.6/drivers/acpi/
Dpci_root.c3 * pci_root.c - ACPI PCI Root Bridge Driver ($Revision: 40 $)
28 #define ACPI_PCI_ROOT_DEVICE_NAME "PCI Root Bridge"
60 * acpi_is_root_bridge - determine whether an ACPI CA node is a PCI root bridge
154 static void decode_osc_bits(struct acpi_pci_root *root, char *msg, u32 word, in decode_osc_bits() argument
167 dev_info(&root->device->dev, "_OSC: %s [%s]\n", msg, buf); in decode_osc_bits()
170 static void decode_osc_support(struct acpi_pci_root *root, char *msg, u32 word) in decode_osc_support() argument
172 decode_osc_bits(root, msg, word, pci_osc_support_bit, in decode_osc_support()
176 static void decode_osc_control(struct acpi_pci_root *root, char *msg, u32 word) in decode_osc_control() argument
178 decode_osc_bits(root, msg, word, pci_osc_control_bit, in decode_osc_control()
182 static void decode_cxl_osc_support(struct acpi_pci_root *root, char *msg, u32 word) in decode_cxl_osc_support() argument
[all …]
/kernel/linux/linux-6.6/lib/
Dradix-tree.c45 * of RADIX_TREE_MAX_PATH size to be created, with only the root node shared.
95 static inline gfp_t root_gfp_mask(const struct radix_tree_root *root) in root_gfp_mask() argument
97 return root->xa_flags & (__GFP_BITS_MASK & ~GFP_ZONEMASK); in root_gfp_mask()
118 static inline void root_tag_set(struct radix_tree_root *root, unsigned tag) in root_tag_set() argument
120 root->xa_flags |= (__force gfp_t)(1 << (tag + ROOT_TAG_SHIFT)); in root_tag_set()
123 static inline void root_tag_clear(struct radix_tree_root *root, unsigned tag) in root_tag_clear() argument
125 root->xa_flags &= (__force gfp_t)~(1 << (tag + ROOT_TAG_SHIFT)); in root_tag_clear()
128 static inline void root_tag_clear_all(struct radix_tree_root *root) in root_tag_clear_all() argument
130 root->xa_flags &= (__force gfp_t)((1 << ROOT_TAG_SHIFT) - 1); in root_tag_clear_all()
133 static inline int root_tag_get(const struct radix_tree_root *root, unsigned tag) in root_tag_get() argument
[all …]
/kernel/linux/linux-5.10/lib/
Dradix-tree.c43 * of RADIX_TREE_MAX_PATH size to be created, with only the root node shared.
93 static inline gfp_t root_gfp_mask(const struct radix_tree_root *root) in root_gfp_mask() argument
95 return root->xa_flags & (__GFP_BITS_MASK & ~GFP_ZONEMASK); in root_gfp_mask()
116 static inline void root_tag_set(struct radix_tree_root *root, unsigned tag) in root_tag_set() argument
118 root->xa_flags |= (__force gfp_t)(1 << (tag + ROOT_TAG_SHIFT)); in root_tag_set()
121 static inline void root_tag_clear(struct radix_tree_root *root, unsigned tag) in root_tag_clear() argument
123 root->xa_flags &= (__force gfp_t)~(1 << (tag + ROOT_TAG_SHIFT)); in root_tag_clear()
126 static inline void root_tag_clear_all(struct radix_tree_root *root) in root_tag_clear_all() argument
128 root->xa_flags &= (__force gfp_t)((1 << ROOT_TAG_SHIFT) - 1); in root_tag_clear_all()
131 static inline int root_tag_get(const struct radix_tree_root *root, unsigned tag) in root_tag_get() argument
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/acpi/
Dfan_performance_states.rst22 -r--r--r-- 1 root root 4096 Dec 13 20:38 state0
23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1
24 -r--r--r-- 1 root root 4096 Dec 13 20:38 state10
25 -r--r--r-- 1 root root 4096 Dec 13 20:38 state11
26 -r--r--r-- 1 root root 4096 Dec 13 20:38 state2
27 -r--r--r-- 1 root root 4096 Dec 13 20:38 state3
28 -r--r--r-- 1 root root 4096 Dec 13 20:38 state4
29 -r--r--r-- 1 root root 4096 Dec 13 20:38 state5
30 -r--r--r-- 1 root root 4096 Dec 13 20:38 state6
31 -r--r--r-- 1 root root 4096 Dec 13 20:38 state7
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dfq.json15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq",
18 "matchPattern": "qdisc fq 1: root refcnt [0-9]+ limit",
21 "$TC qdisc del dev $DUMMY handle 1: root",
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq limit 3000",
41 "matchPattern": "qdisc fq 1: root refcnt [0-9]+ limit 3000p",
44 "$TC qdisc del dev $DUMMY handle 1: root",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq flow_limit 300",
64 "matchPattern": "qdisc fq 1: root refcnt [0-9]+ limit 10000p flow_limit 300p",
67 "$TC qdisc del dev $DUMMY handle 1: root",
84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq quantum 9000",
[all …]
Dnetem.json15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem",
18 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ limit",
21 "$TC qdisc del dev $DUMMY handle 1: root",
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem limit 200",
41 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ limit 200",
44 "$TC qdisc del dev $DUMMY handle 1: root",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms",
64 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms",
67 "$TC qdisc del dev $DUMMY handle 1: root",
84 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution norma…
[all …]
Dcake.json15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cake",
18 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non…
21 "$TC qdisc del dev $DUMMY handle 1: root",
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cake bandwidth 1000",
41 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth 1Kbit diffserv3 triple-isolate nonat n…
44 "$TC qdisc del dev $DUMMY handle 1: root",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cake autorate-ingress",
64 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited autorate-ingress diffserv3 t…
67 "$TC qdisc del dev $DUMMY handle 1: root",
84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cake rtt 200",
[all …]
Dfifo.json13 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root bfifo",
16 "matchPattern": "qdisc bfifo 1: root.*limit [0-9]+b",
19 "$TC qdisc del dev $DUMMY handle 1: root bfifo",
34 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root pfifo",
37 "matchPattern": "qdisc pfifo 1: root.*limit [0-9]+p",
40 "$TC qdisc del dev $DUMMY handle 1: root pfifo",
54 "cmdUnderTest": "$TC qdisc add dev $DUMMY root handle ffff: bfifo",
57 "matchPattern": "qdisc bfifo ffff: root.*limit [0-9]+b",
60 "$TC qdisc del dev $DUMMY handle ffff: root bfifo",
74 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root bfifo limit 3000b",
[all …]
Dfq_codel.json15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_codel",
18 …"matchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms …
21 "$TC qdisc del dev $DUMMY handle 1: root",
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_codel limit 1000",
41 …"matchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 1000p flows 1024 quantum.*target 5ms i…
44 "$TC qdisc del dev $DUMMY handle 1: root",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_codel memory_limit 100000",
64 …"matchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms …
67 "$TC qdisc del dev $DUMMY handle 1: root",
84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_codel target 2000",
[all …]
Dsfb.json15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root sfb",
18 "matchPattern": "qdisc sfb 1: root refcnt [0-9]+ rehash 600s db 60s",
21 "$TC qdisc del dev $DUMMY handle 1: root",
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root sfb rehash 60",
41 "matchPattern": "qdisc sfb 1: root refcnt [0-9]+ rehash 60ms db 60s",
44 "$TC qdisc del dev $DUMMY handle 1: root",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root sfb db 100",
64 "matchPattern": "qdisc sfb 1: root refcnt [0-9]+ rehash 600s db 100ms",
67 "$TC qdisc del dev $DUMMY handle 1: root",
84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root sfb limit 100",
[all …]
/kernel/linux/linux-5.10/drivers/acpi/
Dpci_root.c3 * pci_root.c - ACPI PCI Root Bridge Driver ($Revision: 40 $)
26 #define ACPI_PCI_ROOT_DEVICE_NAME "PCI Root Bridge"
60 * acpi_is_root_bridge - determine whether an ACPI CA node is a PCI root bridge
144 static void decode_osc_bits(struct acpi_pci_root *root, char *msg, u32 word, in decode_osc_bits() argument
157 dev_info(&root->device->dev, "_OSC: %s [%s]\n", msg, buf); in decode_osc_bits()
160 static void decode_osc_support(struct acpi_pci_root *root, char *msg, u32 word) in decode_osc_support() argument
162 decode_osc_bits(root, msg, word, pci_osc_support_bit, in decode_osc_support()
166 static void decode_osc_control(struct acpi_pci_root *root, char *msg, u32 word) in decode_osc_control() argument
168 decode_osc_bits(root, msg, word, pci_osc_control_bit, in decode_osc_control()
193 static acpi_status acpi_pci_query_osc(struct acpi_pci_root *root, in acpi_pci_query_osc() argument
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/
Dinitrd.rst9 This RAM disk can then be mounted as the root file system and programs
10 can be run from it. Afterwards, a new root file system can be mounted
11 from a different device. The previous root (from initrd) is then moved
30 3) if the root device is not ``/dev/ram0``, the old (deprecated)
31 change_root procedure is followed. see the "Obsolete root change
33 4) root device is mounted. if it is ``/dev/ram0``, the initrd image is
34 then mounted as root
38 6) init mounts the "real" root file system
39 7) init places the root file system at the root directory using the
41 8) init execs the ``/sbin/init`` on the new root filesystem, performing
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dinitrd.rst9 This RAM disk can then be mounted as the root file system and programs
10 can be run from it. Afterwards, a new root file system can be mounted
11 from a different device. The previous root (from initrd) is then moved
30 3) if the root device is not ``/dev/ram0``, the old (deprecated)
31 change_root procedure is followed. see the "Obsolete root change
33 4) root device is mounted. if it is ``/dev/ram0``, the initrd image is
34 then mounted as root
38 6) init mounts the "real" root file system
39 7) init places the root file system at the root directory using the
41 8) init execs the ``/sbin/init`` on the new root filesystem, performing
[all …]
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-class-rapidio48 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0001
49 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0004
50 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0007
51 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0002
52 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0003
53 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0005
54 lrwxrwxrwx 1 root root 0 Feb 11 15:11 device -> ../../../0000:01:00.0
55 -r--r--r-- 1 root root 4096 Feb 11 15:11 port_destid
56 drwxr-xr-x 2 root root 0 Feb 11 15:11 power
57 lrwxrwxrwx 1 root root 0 Feb 11 15:04 subsystem -> ../../../../../../class/rapidio_port
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-rapidio48 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0001
49 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0004
50 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0007
51 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0002
52 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0003
53 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0005
54 lrwxrwxrwx 1 root root 0 Feb 11 15:11 device -> ../../../0000:01:00.0
55 -r--r--r-- 1 root root 4096 Feb 11 15:11 port_destid
56 drwxr-xr-x 2 root root 0 Feb 11 15:11 power
57 lrwxrwxrwx 1 root root 0 Feb 11 15:04 subsystem -> ../../../../../../class/rapidio_port
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dfifo.json13 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root bfifo",
16 "matchPattern": "qdisc bfifo 1: root.*limit [0-9]+b",
19 "$TC qdisc del dev $DUMMY handle 1: root bfifo",
34 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root pfifo",
37 "matchPattern": "qdisc pfifo 1: root.*limit [0-9]+p",
40 "$TC qdisc del dev $DUMMY handle 1: root pfifo",
54 "cmdUnderTest": "$TC qdisc add dev $DUMMY root handle ffff: bfifo",
57 "matchPattern": "qdisc bfifo ffff: root.*limit [0-9]+b",
60 "$TC qdisc del dev $DUMMY handle ffff: root bfifo",
74 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root bfifo limit 3000b",
[all …]
/kernel/linux/linux-6.6/fs/vboxsf/
Dvboxsf_wrappers.c75 int vboxsf_map_folder(struct shfl_string *folder_name, u32 *root) in vboxsf_map_folder() argument
84 parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; in vboxsf_map_folder()
85 parms.root.u.value32 = 0; in vboxsf_map_folder()
98 *root = parms.root.u.value32; in vboxsf_map_folder()
102 int vboxsf_unmap_folder(u32 root) in vboxsf_unmap_folder() argument
106 parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; in vboxsf_unmap_folder()
107 parms.root.u.value32 = root; in vboxsf_unmap_folder()
115 * @root: Root of the shared folder in which to create the file
130 int vboxsf_create(u32 root, struct shfl_string *parsed_path, in vboxsf_create() argument
135 parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; in vboxsf_create()
[all …]
/kernel/linux/linux-5.10/fs/vboxsf/
Dvboxsf_wrappers.c75 int vboxsf_map_folder(struct shfl_string *folder_name, u32 *root) in vboxsf_map_folder() argument
84 parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; in vboxsf_map_folder()
85 parms.root.u.value32 = 0; in vboxsf_map_folder()
98 *root = parms.root.u.value32; in vboxsf_map_folder()
102 int vboxsf_unmap_folder(u32 root) in vboxsf_unmap_folder() argument
106 parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; in vboxsf_unmap_folder()
107 parms.root.u.value32 = root; in vboxsf_unmap_folder()
115 * @root: Root of the shared folder in which to create the file
130 int vboxsf_create(u32 root, struct shfl_string *parsed_path, in vboxsf_create() argument
135 parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; in vboxsf_create()
[all …]
/kernel/linux/linux-6.6/fs/nfs/
Dgetroot.c2 /* getroot.c: get the root dentry for an NFS mount
36 * Set the superblock root dentry.
41 /* The mntroot acts as the dummy root dentry for this superblock */ in nfs_superblock_set_dummy_root()
65 * get an NFS2/NFS3 root dentry from the root filehandle
72 struct dentry *root; in nfs_get_root() local
82 /* get the actual root for this mount */ in nfs_get_root()
90 nfs_errorf(fc, "NFS: Couldn't getattr on root"); in nfs_get_root()
96 dprintk("nfs_get_root: get root inode failed\n"); in nfs_get_root()
98 nfs_errorf(fc, "NFS: Couldn't get root inode"); in nfs_get_root()
106 /* root dentries normally start off anonymous and get spliced in later in nfs_get_root()
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/acpi/
Dfan_performance_states.rst22 -r--r--r-- 1 root root 4096 Dec 13 20:38 state0
23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1
24 -r--r--r-- 1 root root 4096 Dec 13 20:38 state10
25 -r--r--r-- 1 root root 4096 Dec 13 20:38 state11
26 -r--r--r-- 1 root root 4096 Dec 13 20:38 state2
27 -r--r--r-- 1 root root 4096 Dec 13 20:38 state3
28 -r--r--r-- 1 root root 4096 Dec 13 20:38 state4
29 -r--r--r-- 1 root root 4096 Dec 13 20:38 state5
30 -r--r--r-- 1 root root 4096 Dec 13 20:38 state6
31 -r--r--r-- 1 root root 4096 Dec 13 20:38 state7
[all …]
/kernel/linux/linux-6.6/Documentation/target/
Dtcm_mod_builder.rst74 drwxr-xr-x 2 root root 4096 2010-10-05 03:23 .
75 drwxr-xr-x 9 root root 4096 2010-10-05 03:22 ..
76 -rw-r--r-- 1 root root 282 2010-10-05 03:22 Kbuild
77 -rw-r--r-- 1 root root 171 2010-10-05 03:22 Kconfig
78 -rw-r--r-- 1 root root 49 2010-10-05 03:23 modules.order
79 -rw-r--r-- 1 root root 738 2010-10-05 03:22 tcm_nab5000_base.h
80 -rw-r--r-- 1 root root 9096 2010-10-05 03:22 tcm_nab5000_configfs.c
81 -rw-r--r-- 1 root root 191200 2010-10-05 03:23 tcm_nab5000_configfs.o
82 -rw-r--r-- 1 root root 40504 2010-10-05 03:23 .tcm_nab5000_configfs.o.cmd
83 -rw-r--r-- 1 root root 5414 2010-10-05 03:22 tcm_nab5000_fabric.c
[all …]
/kernel/linux/linux-5.10/Documentation/target/
Dtcm_mod_builder.rst74 drwxr-xr-x 2 root root 4096 2010-10-05 03:23 .
75 drwxr-xr-x 9 root root 4096 2010-10-05 03:22 ..
76 -rw-r--r-- 1 root root 282 2010-10-05 03:22 Kbuild
77 -rw-r--r-- 1 root root 171 2010-10-05 03:22 Kconfig
78 -rw-r--r-- 1 root root 49 2010-10-05 03:23 modules.order
79 -rw-r--r-- 1 root root 738 2010-10-05 03:22 tcm_nab5000_base.h
80 -rw-r--r-- 1 root root 9096 2010-10-05 03:22 tcm_nab5000_configfs.c
81 -rw-r--r-- 1 root root 191200 2010-10-05 03:23 tcm_nab5000_configfs.o
82 -rw-r--r-- 1 root root 40504 2010-10-05 03:23 .tcm_nab5000_configfs.o.cmd
83 -rw-r--r-- 1 root root 5414 2010-10-05 03:22 tcm_nab5000_fabric.c
[all …]
/kernel/linux/linux-6.6/fs/btrfs/
Droot-tree.c17 #include "root-tree.h"
21 * Read a root item from the tree. In case we detect a root item smaller then
22 * sizeof(root_item), we know it's an old version of the root structure and
24 * generation numbers as then we know the root was once mounted with an older
25 * kernel that was not aware of the root item structure change.
42 …"mismatching generation and generation_v2 found in root item. This root was probably mounted with … in btrfs_read_root_item()
54 * btrfs_find_root - lookup the root by the key.
55 * root: the root of the root tree
58 * root_item: the root item of the tree we look for
59 * root_key: the root key of the tree we look for
[all …]

12345678910>>...220