Searched refs:DT_DIR (Results 1 – 25 of 25) sorted by relevance
91 assert(de->d_type == DT_DIR); in main()95 assert(de->d_type == DT_DIR); in main()109 assert(de->d_type == DT_DIR); in main()
82 assert(de->d_type == DT_DIR); in f()86 assert(de->d_type == DT_DIR); in f()108 case DT_DIR: in f()
116 assert(de->d_type == DT_DIR); in main()120 assert(de->d_type == DT_DIR); in main()
106 assert(de->d_type == DT_DIR); in test_readdir()110 assert(de->d_type == DT_DIR); in test_readdir()
13 if (evt_dirent->d_type == DT_DIR && \20 if (sys_dirent->d_type == DT_DIR && \
157 if (dent->d_type == DT_DIR && \
493 if (proc_entry->d_type != DT_DIR || in for_each_drm_fdinfo()
603 if (dent1->d_type != DT_DIR || sscanf(dent1->d_name, "node%u", &mem) < 1) in cpu__setup_cpunode_map()
622 if (entry->d_type == DT_DIR || n < 4 || in list_filters()
3627 if ((d->d_type != DT_DIR) || in find_process()3663 if (proc_entry->d_type != DT_DIR || in dump_perf_event_processes()
2079 if (d->d_type != DT_DIR) in visible_dir_filter()
614 if (dent->d_type != DT_DIR) in perf_event__walk_cgroup_tree()
98 dent->d_type = DT_DIR; in io_dir__is_dir()102 return dent->d_type == DT_DIR; in io_dir__is_dir()
45 if (!(dp->d_type & DT_DIR)) in check_all_cpu_dscr_defaults()
196 if (lang_dirent->d_type != DT_DIR && in find_scripts()221 if (script_dirent->d_type == DT_DIR) in find_scripts()
67 #define DT_DIR 0x4 macro
75 if (entry->d_type == DT_DIR && strcmp(entry->d_name, ".") != 0 && in get_ring_buffer_size()440 if (entry->d_type == DT_DIR && strcmp(entry->d_name, ".") != 0 && in fcopy_get_first_folder()
250 if (ent->d_type != DT_DIR) { in append_scripts_in_dir()
329 if (entry->d_type != DT_DIR) in detect_hugetlb_page_sizes()
258 if (dirent->d_type == DT_DIR) in filename_filter()
99 if (dent->d_type != DT_DIR) in build_id_cache__kcore_existing()
3179 if ((lang_dirent->d_type == DT_DIR || \3187 if (script_dirent->d_type != DT_DIR && \
274 if (proc_entry->d_type != DT_DIR) in procfs_is_workload_pid()
569 if (ep->d_type != DT_DIR || ep->d_name[0] == '.') in ikm_enable_trace_container()
1246 case DT_DIR: in read_slab_dir()
Completed in 2666 milliseconds