Searched defs:fs_type (Results 1 – 6 of 6) sorted by relevance
/u-boot/test/py/tests/test_fs/ |
A D | conftest.py | 97 def fstype_to_ubname(fs_type): argument 115 def check_ubconfig(config, fs_type): argument 134 def mk_fs(config, fs_type, size, id): argument 195 def mount_fs(fs_type, device, mount_point): argument
|
A D | fstest_helpers.py | 8 def assert_fs_integrity(fs_type, fs_img): argument
|
/u-boot/include/ |
A D | fat.h | 126 char fs_type[8]; /* Typically FAT12, FAT16, or FAT32 */ member
|
/u-boot/fs/ubifs/ |
A D | super.c | 2451 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags, in ubifs_mount()
|
/u-boot/board/gdsys/p1022/ |
A D | controlcenterd-id.c | 894 const char *dev_part_str, int fs_type, in load_key_chunk()
|
/u-boot/fs/ |
A D | fs.c | 35 static int fs_type = FS_TYPE_ANY; variable
|
Completed in 15 milliseconds