/linux/drivers/gpu/drm/ci/ |
H A D | lava-submit.sh | 7 # 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 D | bcm963xx_tag.h | 37 * 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 D | at91-wb45n.dtsi | 16 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 D | at91-wb50n.dtsi | 16 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 D | sama5d3xcm.dtsi | 13 bootargs = "rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs"; 120 rootfs@800000 { 121 label = "rootfs";
|
H A D | at91sam9rlek.dts | 16 bootargs = "rootfstype=ubifs root=ubi0:rootfs ubi.mtd=5 rw"; 117 rootfs@800000 { 118 label = "rootfs";
|
H A D | tny_a9260_common.dtsi | 98 rootfs@4a0000 { 99 label = "rootfs";
|
H A D | at91-lmu5000.dts | 67 rootfs@400000 { 68 label = "rootfs";
|
H A D | tny_a9263.dts | 108 rootfs@4a0000 { 109 label = "rootfs";
|
H A D | usb_a9260_common.dtsi | 100 rootfs@4a0000 { 101 label = "rootfs";
|
H A D | at91sam9x5cm.dtsi | 110 rootfs@800000 { 111 label = "rootfs";
|
H A D | at91-cosino.dtsi | 97 rootfs@800000 { 98 label = "rootfs";
|
/linux/Documentation/bpf/ |
H A D | s390.rst | 21 * 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 D | ubifs.rst | 122 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 D | vmtest.sh | 9 # 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 D | board-gpr.c | 100 * 0x00200000-0x00a00000 : "rootfs" 104 * 0x00000000-0x00a00000 : "kernel+rootfs" 113 .name = "rootfs", 134 .name = "kernel+rootfs",
|
/linux/drivers/mtd/parsers/ |
H A D | parser_imagetag.c | 78 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 D | Kconfig | 101 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 D | pid_max.c | 44 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 D | do_mounts_initrd.c | 96 /* 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 D | noinitramfs.c | 16 * 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 D | direct-fs-lookup.rst | 22 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 D | tplink,safeloader-partitions.yaml | 22 partitions contain fully changeable content (like rootfs). 55 linux,rootfs;
|
/linux/drivers/base/ |
H A D | Kconfig | 51 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 D | ls1021a-tqmls1021a.dtsi | 101 rootfs@800000 { 102 label = "RootFS";
|