Searched refs:fs_dev_desc (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ |
| H A D | fs.c | 23 static struct blk_desc *fs_dev_desc; variable 28 static inline int fs_probe_unsupported(struct blk_desc *fs_dev_desc, in fs_probe_unsupported() argument 120 int (*probe)(struct blk_desc *fs_dev_desc, 273 part = blk_get_device_part_str(ifname, dev_part_str, &fs_dev_desc, in fs_set_blk_dev() 283 if (!fs_dev_desc && !info->null_dev_desc_ok) in fs_set_blk_dev() 286 if (!info->probe(fs_dev_desc, &fs_partition)) { in fs_set_blk_dev() 308 fs_dev_desc = desc; in fs_set_blk_dev_with_part() 311 if (!info->probe(fs_dev_desc, &fs_partition)) { in fs_set_blk_dev_with_part() 451 dirs->desc = fs_dev_desc; in fs_opendir()
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4fs.c | 210 int ext4fs_probe(struct blk_desc *fs_dev_desc, in ext4fs_probe() argument 213 ext4fs_set_blk_dev(fs_dev_desc, fs_partition); in ext4fs_probe()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ext4fs.h | 151 int ext4fs_probe(struct blk_desc *fs_dev_desc,
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |