Home
last modified time | relevance | path

Searched defs:fs_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/test/py/tests/test_fs/
H A Dconftest.py91 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 Dfat.h124 char fs_type[8]; /* Typically FAT12, FAT16, or FAT32 */ member
/openbmc/u-boot/fs/
H A Dfs.c26 static int fs_type = FS_TYPE_ANY; variable
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c2447 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags, in ubifs_mount()
/openbmc/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c887 const char *dev_part_str, int fs_type, in load_key_chunk()
/openbmc/qemu/block/
H A Dvvfat.c230 uint8_t fs_type; /* 0x1 = FAT12, 0x6 = FAT16, 0xe = FAT16_LBA, 0xb = FAT32, 0xc = FAT32_LBA */ member