Searched defs:fs_type (Results 1 – 7 of 7) sorted by relevance
| /u-boot/test/py/tests/test_fs/ |
| A D | conftest.py | 99 def fstype_to_ubname(fs_type): argument 117 def check_ubconfig(config, fs_type): argument 154 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/test/py/tests/ |
| A D | fs_helper.py | 12 def mk_fs(config, fs_type, size, prefix, use_src_dir=False): argument
|
| /u-boot/include/ |
| A D | bootflow.h | 91 int fs_type; member
|
| A D | fat.h | 126 char fs_type[8]; /* Typically FAT12, FAT16, or FAT32 */ member
|
| /u-boot/fs/ubifs/ |
| A D | super.c | 2456 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags, in ubifs_mount()
|
| /u-boot/fs/ |
| A D | fs.c | 38 static int fs_type = FS_TYPE_ANY; variable
|
Completed in 17 milliseconds