Searched refs:fs_dev_desc (Results 1 - 9 of 9) sorted by relevance

/u-boot/include/
H A Dbtrfs.h14 int btrfs_probe(struct blk_desc *fs_dev_desc,
H A Dsquashfs.h17 int sqfs_probe(struct blk_desc *fs_dev_desc,
H A Derofs.h9 int erofs_probe(struct blk_desc *fs_dev_desc,
H A Dext4fs.h161 int ext4fs_probe(struct blk_desc *fs_dev_desc,
/u-boot/fs/
H A Dfs.c37 static struct blk_desc *fs_dev_desc; variable in typeref:struct:blk_desc
47 static inline int fs_probe_unsupported(struct blk_desc *fs_dev_desc, argument
149 * Is it legal to pass NULL as .probe()'s fs_dev_desc parameter? This
157 int (*probe)(struct blk_desc *fs_dev_desc,
426 part = part_get_info_by_dev_and_name_or_num(ifname, dev_part_str, &fs_dev_desc,
436 if (!fs_dev_desc && !info->null_dev_desc_ok)
439 if (!info->probe(fs_dev_desc, &fs_partition)) {
461 fs_dev_desc = desc;
464 if (!info->probe(fs_dev_desc, &fs_partition)) {
634 dirs->desc = fs_dev_desc;
[all...]
/u-boot/fs/erofs/
H A Dfs.c32 int erofs_probe(struct blk_desc *fs_dev_desc, argument
37 ctxt.cur_dev = fs_dev_desc;
/u-boot/fs/btrfs/
H A Dbtrfs.c119 int btrfs_probe(struct blk_desc *fs_dev_desc, argument
126 fs_info = open_ctree_fs_info(fs_dev_desc, fs_partition);
/u-boot/fs/ext4/
H A Dext4fs.c234 int ext4fs_probe(struct blk_desc *fs_dev_desc, argument
237 ext4fs_set_blk_dev(fs_dev_desc, fs_partition);
/u-boot/fs/squashfs/
H A Dsqfs.c1091 int sqfs_probe(struct blk_desc *fs_dev_desc, struct disk_partition *fs_partition) argument
1096 ctxt.cur_dev = fs_dev_desc;

Completed in 133 milliseconds