Searched refs:DT_REG (Results 1 – 7 of 7) sorted by relevance
102 #define DT_REG 8 macro
38 #define DT_REG S_IFREG macro495 entp->d_type = DT_REG; in readdir()
267 (((dir)->type) ? ((dir)->type == DT_REG) : (S_ISREG((dir)->info.st_mode)))
113 case DT_REG: in iterate_dir()
977 ngx_feature_test="struct dirent dir; dir.d_type = DT_REG;
1440 entry.d_type = DT_REG; in mqfs_readdir()
5583 if (dp->d_type != DT_REG && dp->d_type != DT_UNKNOWN) in zfs_listextattr()