| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/images/ |
| H A D | wic-image-minimal.wks | 5 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024 6 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid 7 part /media --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label uuid-… 8 part /mnt --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label core --…
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/wic/ |
| H A D | overlayfs_etc.wks.in | 1 part /boot --active --source bootimg-biosplusefi --ondisk sda --sourceparams="loader=grub-efi" --al… 2 part / --source rootfs --ondisk sda --fstype=ext4 --use-uuid --align 1024 3 part --ondisk sda --fstype=ext4 --size=5 --align 1024
|
| H A D | wictestdisk.wks | 4 part /boot --ondisk sda --label boot --active --align 1024 --size 16 5 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
|
| H A D | test_empty_plugin.wks | 4 part empty --source empty --ondisk sda --size 1024 --align 1024
|
| /OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/wic/ |
| H A D | genericx86.wks.in | 3 part /boot --source bootimg-efi --sourceparams="loader=${EFI_PROVIDER}" --ondisk sda --label msdos … 4 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid 5 part swap --ondisk sda --size 44 --label swap1 --fstype=swap
|
| H A D | edgerouter.wks | 3 part /boot --source bootimg-partition --ondisk sda --fstype=vfat --label boot --active --align 4 --… 4 part / --source rootfs --ondisk sda --fstype=ext4 --label root --align 4
|
| H A D | beaglebone-yocto.wks | 5 part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align … 6 part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4 --use-uuid
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/canned-wks/ |
| H A D | mkefidisk.wks | 5 part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --ondisk sda --label msdos --activ… 7 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid 9 part swap --ondisk sda --size 44 --label swap1 --fstype=swap
|
| H A D | systemd-bootdisk.wks | 5 part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk sda --label msdos --a… 7 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid 9 part swap --ondisk sda --size 44 --label swap1 --fstype=swap --use-uuid
|
| H A D | directdisk-multi-rootfs.wks | 18 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024 19 part / --source rootfs --rootfs-dir=rootfs1 --ondisk sda --fstype=ext4 --label platform --align 1024 20 part /rescue --source rootfs --rootfs-dir=rootfs2 --ondisk sda --fstype=ext4 --label secondary --al…
|
| H A D | sdimage-bootpart.wks | 5 part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align … 6 part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4
|
| H A D | directdisk-gpt.wks | 6 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024 7 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
|
| H A D | common.wks.inc | 2 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
|
| H A D | mkhybridiso.wks | 5 …e-isohybrid --sourceparams="loader=grub-efi,image_name=HYBRID_ISO_IMG" --ondisk cd --label HYBRIDI…
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | debug.c | 34 struct bset *ondisk, *sorted, *inmemory; in bch_btree_verify() local 43 ondisk = b->c->verify_ondisk; in bch_btree_verify() 62 memcpy(ondisk, sorted, KEY_SIZE(&v->key) << 9); in bch_btree_verify() 83 for_each_written_bset(b, ondisk, i) { in bch_btree_verify() 84 unsigned int block = ((void *) i - (void *) ondisk) / in bch_btree_verify() 92 ((void *) i - (void *) ondisk) / block_bytes(b->c->cache)); in bch_btree_verify()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | ovmf-shell-image.wks | 3 part / --source rootfs --ondisk sda --fstype=vfat --align 1024
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | rbd.c | 987 static bool rbd_dev_ondisk_valid(struct rbd_image_header_ondisk *ondisk) in rbd_dev_ondisk_valid() argument 993 if (memcmp(&ondisk->text, RBD_HEADER_TEXT, sizeof (RBD_HEADER_TEXT))) in rbd_dev_ondisk_valid() 998 if (ondisk->options.order < SECTOR_SHIFT) in rbd_dev_ondisk_valid() 1003 if (ondisk->options.order > 8 * sizeof (int) - 1) in rbd_dev_ondisk_valid() 1010 snap_count = le32_to_cpu(ondisk->snap_count); in rbd_dev_ondisk_valid() 1020 if ((u64) size < le64_to_cpu(ondisk->snap_names_len)) in rbd_dev_ondisk_valid() 1055 struct rbd_image_header_ondisk *ondisk) in rbd_header_from_disk() argument 1070 object_prefix = kstrndup(ondisk->object_prefix, in rbd_header_from_disk() 1071 sizeof(ondisk->object_prefix), in rbd_header_from_disk() 1079 snap_count = le32_to_cpu(ondisk->snap_count); in rbd_header_from_disk() [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | kickstart.rst | 51 must also provide one of the ``--ondrive``, ``--ondisk``, or 62 ``--ondisk`` to force the partition onto the ``sdb`` disk:: 64 part / --source rootfs --ondisk sdb --fstype=ext3 --label platform --align 1024 108 - ``--ondisk`` or ``--ondrive``: Forces the partition to be created
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | common-tasks.rst | 5689 …part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --ondisk sda --label msdos --acti… 5690 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid 5691 part swap --ondisk sda --size 44 --label swap1 --fstype=swap 5745 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024 5927 changes all instances of "``--ondisk sda``" to "``--ondisk sdb``". The 5931 part /boot --source bootimg-pcbios --ondisk sdb --label boot --active --align 1024 5932 part / --source rootfs --ondisk sdb --fstype=ext4 --label platform --align 1024 --use-uuid
|