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