T_DIR             557 kernel/fs.c      if(dp->type != T_DIR)
T_DIR             663 kernel/fs.c        if(ip->type != T_DIR){
T_DIR             139 kernel/sysfile.c   if(ip->type == T_DIR){
T_DIR             217 kernel/sysfile.c   if(ip->type == T_DIR && !isdirempty(ip)){
T_DIR             225 kernel/sysfile.c   if(ip->type == T_DIR){
T_DIR             276 kernel/sysfile.c   if(type == T_DIR){  // Create . and .. entries.
T_DIR             285 kernel/sysfile.c   if(type == T_DIR){
T_DIR             331 kernel/sysfile.c     if(ip->type == T_DIR && omode != O_RDONLY){
T_DIR             380 kernel/sysfile.c   if(argstr(0, path, MAXPATH) < 0 || (ip = create(path, T_DIR, 0, 0)) == 0){
T_DIR             422 kernel/sysfile.c   if(ip->type != T_DIR){
T_DIR             117 mkfs/mkfs.c      rootino = ialloc(T_DIR);
T_DIR              51 user/ls.c        case T_DIR: