T_DIR 511 fs.c if(dp->type != T_DIR) T_DIR 617 fs.c if(ip->type != T_DIR){ T_DIR 49 ls.c case T_DIR: T_DIR 117 mkfs.c rootino = ialloc(T_DIR); T_DIR 131 sysfile.c if(ip->type == T_DIR){ T_DIR 210 sysfile.c if(ip->type == T_DIR && !isdirempty(ip)){ T_DIR 218 sysfile.c if(ip->type == T_DIR){ T_DIR 267 sysfile.c if(type == T_DIR){ // Create . and .. entries. T_DIR 308 sysfile.c if(ip->type == T_DIR && omode != O_RDONLY){ T_DIR 340 sysfile.c if(argstr(0, &path) < 0 || (ip = create(path, T_DIR, 0, 0)) == 0){ T_DIR 382 sysfile.c if(ip->type != T_DIR){