boot2_ufs_read
while ((n = boot2_ufs_read(*ino, buf, DEV_BSIZE)) > 0)
static ssize_t boot2_ufs_read(boot2_ino_t, void *, size_t);
.fsread = boot2_ufs_read
#define fsread boot2_ufs_read