creat_path
fd = creat_path(&f, 0666);
int creat_path(pathname_t *, mode_t);
rval = creat_path(&newname, mode);