Searched defs:fs_type (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/test/py/tests/test_fs/ |
H A D | conftest.py | 91 def fstype_to_ubname(fs_type): argument 109 def check_ubconfig(config, fs_type): argument 128 def mk_fs(config, fs_type, size, id): argument 185 def mount_fs(fs_type, device, mount_point): argument
|
/openbmc/u-boot/include/ |
H A D | fat.h | 124 char fs_type[8]; /* Typically FAT12, FAT16, or FAT32 */ member
|
/openbmc/u-boot/fs/ |
H A D | fs.c | 26 static int fs_type = FS_TYPE_ANY; variable
|
/openbmc/u-boot/fs/ubifs/ |
H A D | super.c | 2447 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags, in ubifs_mount()
|
/openbmc/u-boot/board/gdsys/p1022/ |
H A D | controlcenterd-id.c | 887 const char *dev_part_str, int fs_type, in load_key_chunk()
|
/openbmc/qemu/block/ |
H A D | vvfat.c | 230 uint8_t fs_type; /* 0x1 = FAT12, 0x6 = FAT16, 0xe = FAT16_LBA, 0xb = FAT32, 0xc = FAT32_LBA */ member
|