Home
last modified time | relevance | path

Searched full:vfat (Results 1 – 25 of 85) sorted by relevance

1234

/openbmc/linux/fs/fat/
H A DKconfig9 VFAT (Windows 95) file systems), then you must say Y or M here
17 M to at least one of "MSDOS fs support" or "VFAT fs support" in
54 partitions, you should use the VFAT file system (say Y to "VFAT fs
64 tristate "VFAT (Windows-95) fs support"
72 The VFAT support enlarges your kernel by about 10 KB and it only
74 the file <file:Documentation/filesystems/vfat.rst> for details. If
78 vfat.
87 See <file:Documentation/filesystems/vfat.rst> for more information.
101 See <file:Documentation/filesystems/vfat.rst> for more information.
119 See <file:Documentation/filesystems/vfat.rst> for more information.
H A DMakefile7 obj-$(CONFIG_VFAT_FS) += vfat.o
11 vfat-y := namei_vfat.o
H A Dnamei_vfat.c3 * linux/fs/vfat/namei.c
9 * VFAT filesystem to <chaffee@cs.berkeley.edu>. Specify
117 * Compute the hash for the vfat name corresponding to the dentry.
119 * that the existing dentry can be used. The vfat fs routines will
129 * Compute the hash for the vfat name corresponding to the dentry.
131 * that the existing dentry can be used. The vfat fs routines will
153 * Case insensitive compare of two vfat names.
172 * Case sensitive compare of two vfat names.
1212 .name = "vfat",
1217 MODULE_ALIAS_FS("vfat");
[all …]
H A Dfat_test.c106 .name = "VFAT odd-second resolution (1999-12-31 23:59:59)",
114 .name = "VFAT 10ms resolution (1980-01-01 00:00:00:0010)",
/openbmc/openbmc/meta-raspberrypi/classes/
H A Dsdcard_image-rpi.bbclass30 # now enforced by mkfs.vfat from dosfstools-4.2
65 # Additional files and/or directories to be copied into the vfat partition from the IMAGE_ROOTFS.
68 # SD card vfat partition image name
70 SDIMG_VFAT = "${IMAGE_NAME}.vfat"
71 SDIMG_LINK_VFAT = "${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.vfat"
97 # Create a vfat image with boot files
100 mkfs.vfat -F32 -n "${BOOTDD_VOLUME_ID}" -S 512 -C ${WORKDIR}/boot.img $BOOT_BLOCKS
140 echo "Copying deploy file payload into VFAT"
155 echo "Copying payload into VFAT"
157 … # use bbwarn instead of bbfatal to stop aborting on vfat issues like not supporting .~lock files
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dvfat.rst2 VFAT title
5 USING VFAT
8 To use the vfat filesystem, use the filesystem type 'vfat'. i.e.::
10 mount -t vfat /dev/fd0 /mnt
16 VFAT MOUNT OPTIONS
90 illegal on the vfat filesystem. The escape sequence
123 This was deprecated for vfat. Use ``shortname=win95`` instead.
254 If you plan to make any modifications to the vfat filesystem, please
255 get the test suite that comes with the vfat distribution at
257 `<http://web.archive.org/web/*/http://bmrc.berkeley.edu/people/chaffee/vfat.html>`_
[all …]
H A Disofs.rst7 Mount options that are the same as for msdos and vfat partitions.
15 Mount options that are the same as vfat partitions. These are only useful
/openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/
H A Ddosfstools_4.2.bb27 ALTERNATIVE:${PN} = "mkfs.vfat"
28 ALTERNATIVE_LINK_NAME[mkfs.vfat] = "${sbindir}/mkfs.vfat"
/openbmc/openbmc/meta-raspberrypi/wic/
H A Dsdimage-raspberrypi.wks3 # Raspberry Pi. Boot files are located in the first vfat partition.
5 part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align …
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/
H A Dsdimage-bootpart.wks3 # are located in the first vfat partition.
5 part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align …
H A Defi-bootdisk.wks.in2 part /boot --source rootfs --rootfs-dir=${IMAGE_ROOTFS}/boot --fstype=vfat --label boot --active --…
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DVolume.interface.yaml18 Type of filesystem, e.g. ext2, ext3, ext4, vfat.
122 - name: vfat
124 Filesystem type vfat
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-base.bb19 ${@bb.utils.contains("MACHINE_FEATURES", "vfat", "packagegroup-base-vfat", "", d)} \
56 ${@bb.utils.contains('COMBINED_FEATURES', 'vfat', 'packagegroup-base-vfat', '',d)} \
154 SUMMARY:packagegroup-base-vfat = "FAT filesystem support"
155 RRECOMMENDS:packagegroup-base-vfat = "\
157 kernel-module-vfat \
/openbmc/openbmc/poky/meta-yocto-bsp/wic/
H A Dbeaglebone-yocto.wks3 # Boot files are located in the first vfat partition.
5 part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align …
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dhelp.py284 of vfat and ext* partitions.
297 wic ls <image>:<vfat or ext* partition>
298 wic ls <image>:<vfat or ext* partition><path>
299 wic ls <image>:<vfat or ext* partition><path> --native-sysroot <path>
303 of vfat or ext* partitions.
344 Copy files and directories to/from the vfat or ext* partition
351 - from local to vfat or ext* partitions of partitioned image
352 - from vfat or ext* partitions of partitioned image to local
361 wic cp - copy files and directories to/from the vfat or ext* partitions
371 - from local to vfat or ext* partitions of partitioned image
[all …]
H A Dksparser.py159 part.add_argument('--fstype', default='vfat',
161 'squashfs', 'vfat', 'msdos', 'erofs',
241 if parsed.fstype == 'msdos' or parsed.fstype == 'vfat':
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/
H A Dmount.sh86 # If filesystemtype is vfat, change the ownership group to mount group, and
89 vfat|fat)
141 # If filesystem type is vfat, change the ownership group to mount group, and
144 vfat|fat)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage_types.bbclass136 # Note that vfat can't handle all types of files that a real linux file system
140 mkfs.vfat $@ -C ${IMGDEPLOYDIR}/${IMAGE_NAME}.vfat ${ROOTFS_SIZE}
141 mcopy -i "${IMGDEPLOYDIR}/${IMAGE_NAME}.vfat" -vsmpQ ${IMAGE_ROOTFS}/* ::/
144 IMAGE_CMD:vfat = "oe_mkvfatfs ${EXTRA_IMAGECMD}"
283 # otherwise mkfs.vfat will automatically pick one.
284 EXTRA_IMAGECMD:vfat ?= ""
316 vfat \
/openbmc/linux/Documentation/arch/x86/x86_64/
H A Duefi.rst34 - Create a VFAT partition on the disk
35 - Copy the following to the VFAT partition:
/openbmc/linux/tools/testing/selftests/filesystems/fat/
H A Drun_fat_tests.sh5 # a vfat filesystem and mounted in a temporary directory using a loop device.
32 mkfs.vfat "${IMG_PATH}" >/dev/null 2>&1
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dlinux-yocto.inc38 KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'vfat', 'cfg/fs/vfat.scc', '', …
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A Dovmf-shell-image.wks3 part / --source rootfs --ondisk sda --fstype=vfat --align 1024
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-install-efi.sh207 echo "Formatting $bootfs to vfat..."
208 mkfs.vfat $bootfs
229 …echo "UUID=$boot_uuid /boot vfat defaults 1 2" >> /tgt…
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py358 if part.fstype == 'vfat' or part.fstype == 'msdos':
363 #make sure the fsuuid for vfat/msdos align with format 0xYYYYYYYY
364 if part.fstype == 'vfat' or part.fstype == 'msdos':
593 elif part.fstype == "vfat":
603 # Boot ROM of OMAP boards require vfat boot partition to have an
605 if part.mountpoint == "/boot" and part.fstype in ["vfat", "msdos"] \
/openbmc/openbmc/poky/meta/recipes-core/ovmf/
H A Dovmf-shell-image.bb5 # single vfat partition makes sense. Because we have no

1234