Home
last modified time | relevance | path

Searched refs:zfs_read (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/
Dzfs_common.h95 uint64_t zfs_read(zfs_file_t, char *buf, uint64_t len);
/external/u-boot/cmd/
Dzfs.c104 if (zfs_read(&zfile, (char *)addr, zfile.size) != zfile.size) { in do_zfs_load()
/external/u-boot/fs/zfs/
Dzfs.c2072 zfs_read(zfs_file_t file, char *buf, uint64_t len) in zfs_read() function