T_DIR 530 fs.c if(dp->type != T_DIR) T_DIR 636 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 134 sysfile.c if(ip->type == T_DIR){ T_DIR 213 sysfile.c if(ip->type == T_DIR && !isdirempty(ip)){ T_DIR 221 sysfile.c if(ip->type == T_DIR){ T_DIR 269 sysfile.c if(type == T_DIR){ // Create . and .. entries. T_DIR 310 sysfile.c if(ip->type == T_DIR && omode != O_RDONLY){ T_DIR 342 sysfile.c if(argstr(0, &path) < 0 || (ip = create(path, T_DIR, 0, 0)) == 0){ T_DIR 384 sysfile.c if(ip->type != T_DIR){