Home
last modified time | relevance | path

Searched refs:ondisk (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/images/
H A Dwic-image-minimal.wks5 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 Doverlayfs_etc.wks.in1 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 Dwictestdisk.wks4 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 Dtest_empty_plugin.wks4 part empty --source empty --ondisk sda --size 1024 --align 1024
/OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/wic/
H A Dgenericx86.wks.in3 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 Dedgerouter.wks3 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 Dbeaglebone-yocto.wks5 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 Dmkefidisk.wks5 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 Dsystemd-bootdisk.wks5 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 Ddirectdisk-multi-rootfs.wks18 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 Dsdimage-bootpart.wks5 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 Ddirectdisk-gpt.wks6 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 Dcommon.wks.inc2 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
H A Dmkhybridiso.wks5 …e-isohybrid --sourceparams="loader=grub-efi,image_name=HYBRID_ISO_IMG" --ondisk cd --label HYBRIDI…
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Ddebug.c34 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 Dovmf-shell-image.wks3 part / --source rootfs --ondisk sda --fstype=vfat --align 1024
/OK3568_Linux_fs/kernel/drivers/block/
H A Drbd.c987 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 Dkickstart.rst51 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 Dcommon-tasks.rst5689 …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