thunk_open
sc->sc_fd = thunk_open(path, O_RDWR, 0);
sc->sc_fd = thunk_open(taa->u.vdev.path, O_RDWR, 0);
int thunk_open(const char *, int, mode_t);