Searched refs:zfs_devread (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/fs/zfs/ |
D | dev.c | 26 int zfs_devread(int sector, int byte_offset, int byte_len, char *buf) in zfs_devread() function
|
D | zfs.c | 470 err = zfs_devread(sector, 0, SPA_GANGBLOCKSIZE, (char *) zio_gb); in zio_read_gang() 531 err = zfs_devread(sector, 0, psize, buf); in zio_read_data() 1701 err = zfs_devread(data->vdev_phys_sector, 0, VDEV_PHYS_SIZE, *nvlist); in int_zfs_fetch_nvlist() 1913 err = zfs_devread(data->vdev_phys_sector + in zfs_mount()
|
/external/u-boot/include/ |
D | zfs_common.h | 100 int zfs_devread(int sector, int byte_offset, int byte_len, char *buf);
|