zfs_read
static int zfs_read(struct open_file *f, void *buf, size_t size, size_t *resid);
.fo_read = zfs_read,
n = zfs_read(spa, &dn, buf, n, off);