Home
last modified time | relevance | path

Searched refs:fs_size (Results 1 – 7 of 7) sorted by relevance

/u-boot/include/
A Dfs.h122 int fs_size(const char *filename, loff_t *size);
/u-boot/lib/efi_loader/
A Defi_load_initrd.c64 ret = fs_size(file, &sz); in get_file_size()
A Defi_file.c406 if (fs_size(fh->path, file_size)) in efi_get_file_size()
/u-boot/common/
A Dsplash_source.c246 res = fs_size(splash_file, &bmp_size); in splash_load_fs()
/u-boot/fs/
A Dfs.c478 int fs_size(const char *filename, loff_t *size) in fs_size() function
688 if (fs_size(argv[3], &size) < 0) in do_size()
/u-boot/drivers/dfu/
A Ddfu_mmc.c146 ret = fs_size(dfu->name, &size); in mmc_file_op()
/u-boot/drivers/net/phy/
A Daquantia.c145 ret = fs_size(CONFIG_PHY_AQUANTIA_FW_NAME, &length); in aquantia_read_fw()

Completed in 12 milliseconds