Searched refs:fs_dev_desc (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/fs/ |
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, 302 part = blk_get_device_part_str(ifname, dev_part_str, &fs_dev_desc, in fs_set_blk_dev() 312 if (!fs_dev_desc && !info->null_dev_desc_ok) in fs_set_blk_dev() 315 if (!info->probe(fs_dev_desc, &fs_partition)) { in fs_set_blk_dev() 337 fs_dev_desc = desc; in fs_set_blk_dev_with_part() 340 if (!info->probe(fs_dev_desc, &fs_partition)) { in fs_set_blk_dev_with_part() 461 dirs->desc = fs_dev_desc; in fs_opendir()
|
/external/u-boot/fs/btrfs/ |
D | btrfs.c | 77 int btrfs_probe(struct blk_desc *fs_dev_desc, disk_partition_t *fs_partition) in btrfs_probe() argument 79 btrfs_blk_desc = fs_dev_desc; in btrfs_probe()
|
/external/u-boot/fs/ext4/ |
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()
|
/external/u-boot/include/ |
D | ext4fs.h | 149 int ext4fs_probe(struct blk_desc *fs_dev_desc,
|