mkdir_path
e = mkdir_path(&f, 0777) < 0 ? errno : 0;
int mkdir_path(pathname_t *, mode_t);
rval = mkdir_path(&newname, mode);