v7fs_os_read
if (!v7fs_os_read(self, buf, block))
static bool v7fs_os_read(void *, uint8_t *, daddr_t);
p->io.read = v7fs_os_read;