Searched refs:DT_DIR (Results 1 – 15 of 15) sorted by relevance
325 if (dent->d_type != DT_DIR || in copy_event_system()343 if (dent->d_type != DT_DIR || in copy_event_system()405 if (dent->d_type != DT_DIR || in read_event_files()418 if (dent->d_type != DT_DIR || in read_event_files()
137 if (sys_dirent.d_type == DT_DIR && \158 if (evt_dirent.d_type == DT_DIR && \
64 #if defined(DT_DIR) && defined(DT_UNKNOWN)66 # define is_dir_maybe(type) ((type) == DT_DIR || (type) == DT_UNKNOWN)
213 #define DT_DIR 4 macro
881 if (filldir(dirent, ".", 1, offset, inode->i_ino, DT_DIR) in yaffs_readdir()894 f->f_dentry->d_parent->d_inode->i_ino, DT_DIR) < 0) { in yaffs_readdir()
6080 return DT_DIR; in yaffs_GetObjectType()
181 … if (m_curs_id->d_type == DT_DIR) continue; //FIXME This may not be available on non BSD systems in Getnextvalidmatrix()
129 if (Entry->d_type == DT_DIR) { in checkForOProfileProcEntry()
107 } else if (dir_data->d_type == DT_DIR) { in AddFiles()
104 } else if (dir_data->d_type == DT_DIR) { in AddFiles()
187 #define DT_DIR 4 macro
683 if ((lang_dirent.d_type == DT_DIR || \692 if (script_dirent.d_type != DT_DIR && \
102 if (dent1->d_type != DT_DIR || in setup_cpunode_map()
2478 { DT_DIR, "DT_DIR" },
1587 #define DT_DIR 4 macro