Home
last modified time | relevance | path

Searched refs:fs_set_blk_dev_with_part (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/fs/
Dfs.c326 int fs_set_blk_dev_with_part(struct blk_desc *desc, int part) in fs_set_blk_dev_with_part() function
473 fs_set_blk_dev_with_part(dirs->desc, dirs->part); in fs_readdir()
493 fs_set_blk_dev_with_part(dirs->desc, dirs->part); in fs_closedir()
/external/u-boot/include/
Dfs.h38 int fs_set_blk_dev_with_part(struct blk_desc *desc, int part);
/external/u-boot/drivers/fastboot/
Dfb_getvar.c150 r = fs_set_blk_dev_with_part(dev_desc, r); in getvar_partition_type()
/external/u-boot/lib/efi_loader/
Defi_file.c51 return fs_set_blk_dev_with_part(fh->fs->desc, fh->fs->part); in set_blk_dev()