Home
last modified time | relevance | path

Searched refs:fs_dev_desc (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/
H A Dfs.c23 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 Dext4fs.c210 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 Dext4fs.h151 int ext4fs_probe(struct blk_desc *fs_dev_desc,
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map