create 297 sysfile.c ip = create(path, T_FILE, 0, 0); create 340 sysfile.c if(argstr(0, &path) < 0 || (ip = create(path, T_DIR, 0, 0)) == 0){ create 361 sysfile.c (ip = create(path, T_DEV, major, minor)) == 0){