Home
last modified time | relevance | path

Searched full:rootfs (Results 1 – 25 of 173) sorted by relevance

1234567

/linux/drivers/gpu/drm/ci/
H A Dlava-submit.sh7 # Try to use the kernel and rootfs built in mainline first, so we're more
16 mkdir -p results/job-rootfs-overlay/
18 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/
19 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/
20 cp artifacts/ci-common/intel-gpu-freq.sh results/job-rootfs-overlay/
21 cp "$SCRIPTS_DIR"/setup-test-env.sh results/job-rootfs-overlay/
26 artifacts/ci-common/generate-env.sh | tee results/job-rootfs-overlay/set-job-env-vars.sh
29 tar zcf job-rootfs-overlay.tar.gz -C results/job-rootfs-overlay/ .
30 ci-fairy s3cp --token-file "${S3_JWT_FILE}" job-rootfs-overlay.tar.gz "https://${JOB_ROOTFS_OVERLAY…
39 --rootfs-url-prefix "https://${BASE_SYSTEM_HOST_PATH}" \
[all …]
/linux/include/linux/
H A Dbcm963xx_tag.h37 * The broadcom firmware assumes the rootfs starts the image,
38 * therefore uses the rootfs start (flash_image_address)
43 * needs to be rootfs + deadcode (jffs2 EOF marker)
66 * (kernel for OpenWRT, rootfs for stock firmware)
69 /* 106-115: Size of rootfs */
85 /* 196-199: kernel+rootfs CRC32 */
91 /* 220-223: CRC32 of rootfs partition */
/linux/arch/arm/boot/dts/microchip/
H A Dat91-wb45n.dtsi16 bootargs = "ubi.mtd=6 root=ubi0:rootfs rootfstype=ubifs rw";
99 rootfs-a@5e0000 {
100 label = "rootfs-a";
104 rootfs-b@2be0000 {
105 label = "rootfs-b";
H A Dat91-wb50n.dtsi16 bootargs = "ubi.mtd=6 root=ubi0:rootfs rootfstype=ubifs rw";
166 rootfs-a@ae0000 {
167 label = "rootfs-a";
171 rootfs-b@3ae0000 {
172 label = "rootfs-b";
H A Dsama5d3xcm.dtsi13 bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs";
120 rootfs@800000 {
121 label = "rootfs";
H A Dat91sam9rlek.dts16 bootargs = "rootfstype=ubifs root=ubi0:rootfs ubi.mtd=5 rw";
117 rootfs@800000 {
118 label = "rootfs";
H A Dtny_a9260_common.dtsi98 rootfs@4a0000 {
99 label = "rootfs";
H A Dat91-lmu5000.dts67 rootfs@400000 {
68 label = "rootfs";
H A Dtny_a9263.dts108 rootfs@4a0000 {
109 label = "rootfs";
H A Dusb_a9260_common.dtsi100 rootfs@4a0000 {
101 label = "rootfs";
H A Dat91sam9x5cm.dtsi110 rootfs@800000 {
111 label = "rootfs";
H A Dat91-cosino.dtsi97 rootfs@800000 {
98 label = "rootfs";
/linux/Documentation/bpf/
H A Ds390.rst21 * Disk image with s390 rootfs
82 mkdir ./s390.rootfs
83 sudo mount /dev/loopX ./s390.rootfs
98 ./s390.rootfs
99 sudo umount ./s390.rootfs
/linux/Documentation/filesystems/
H A Dubifs.rst122 Mount "rootfs" volume of UBI device 0 to /mnt/ubifs ("rootfs" is volume
125 $ mount -t ubifs ubi0:rootfs /mnt/ubifs
128 to UBI and mount volume "rootfs":
129 ubi.mtd=0 root=ubi0:rootfs rootfstype=ubifs
/linux/tools/testing/selftests/bpf/
H A Dvmtest.sh9 # the local rootfs image generated by the following script:
10 # https://github.com/libbpf/ci/blob/main/rootfs/mkrootfs_debian.sh
93 -l) Specify the path to the local rootfs image.
94 -i) Update the rootfs image with a newer version.
121 if [[ $file =~ ^"${PLATFORM}"/libbpf-vmtest-rootfs-(.*)\.tar\.zst$ ]]; then
133 local file="${PLATFORM}/libbpf-vmtest-rootfs-$rootfsversion.tar.zst"
213 This likely indicates a bad rootfs image, Please download
458 echo "rootfs image not found in ${rootfs_img}"
/linux/arch/mips/alchemy/
H A Dboard-gpr.c100 * 0x00200000-0x00a00000 : "rootfs"
104 * 0x00000000-0x00a00000 : "kernel+rootfs"
113 .name = "rootfs",
134 .name = "kernel+rootfs",
/linux/drivers/mtd/parsers/
H A Dparser_imagetag.c78 ret = bcm963xx_read_imagetag(master, "rootfs", 0, buf); in bcm963xx_parse_imagetag_partitions()
83 pr_err("invalid rootfs address: %*ph\n", in bcm963xx_parse_imagetag_partitions()
120 * relative addresses. Assume either kernel or rootfs will in bcm963xx_parse_imagetag_partitions()
176 parts[rootfspart].name = "rootfs"; in bcm963xx_parse_imagetag_partitions()
H A DKconfig101 and rootfs partitions.
103 header and creates up to two partitions, kernel and rootfs.
143 kernel and rootfs.
/linux/tools/testing/selftests/pid_namespace/
H A Dpid_max.c44 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_cb()
90 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_nested_inner()
165 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_nested_outer()
234 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_nested_limit_inner()
291 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_nested_limit_outer()
/linux/init/
H A Ddo_mounts_initrd.c96 /* mount initrd on rootfs' /root */ in handle_initrd()
108 /* move initrd to rootfs' /old */ in handle_initrd()
110 /* switch root and cwd back to / of rootfs */ in handle_initrd()
H A Dnoinitramfs.c16 * Create a simple rootfs that is similar to the default initramfs
39 printk(KERN_WARNING "Failed to create a rootfs\n"); in default_rootfs()
/linux/Documentation/driver-api/firmware/
H A Ddirect-fs-lookup.rst22 a race is possible with loading the driver and the real rootfs not yet being
30 when the real rootfs is ready and mounted.
/linux/Documentation/devicetree/bindings/mtd/partitions/
H A Dtplink,safeloader-partitions.yaml22 partitions contain fully changeable content (like rootfs).
55 linux,rootfs;
/linux/drivers/base/
H A DKconfig51 bool "Automount devtmpfs at /dev, after the kernel mounted the rootfs"
60 after the rootfs is mounted.
63 on the rootfs is completely empty.
/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-tqmls1021a.dtsi101 rootfs@800000 {
102 label = "RootFS";

1234567