Home
last modified time | relevance | path

Searched refs:DT_DIR (Results 1 – 25 of 38) sorted by relevance

12

/linux/tools/testing/selftests/proc/
H A Dproc-subset-pid.c91 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()
H A Dread.c82 assert(de->d_type == DT_DIR); in f()
86 assert(de->d_type == DT_DIR); in f()
108 case DT_DIR: in f()
H A Dfd-001-lookup.c116 assert(de->d_type == DT_DIR); in main()
120 assert(de->d_type == DT_DIR); in main()
H A Dfd-003-kthread.c106 assert(de->d_type == DT_DIR); in test_readdir()
110 assert(de->d_type == DT_DIR); in test_readdir()
/linux/tools/perf/util/
H A Dtracepoint.h13 if (evt_dirent->d_type == DT_DIR && \
20 if (sys_dirent->d_type == DT_DIR && \
H A Dtrace-event-info.c157 if (dent->d_type == DT_DIR && \
H A Ddrm_pmu.c492 if (proc_entry->d_type != DT_DIR || in for_each_drm_fdinfo()
/linux/fs/
H A Dfs_dirent.c11 [FT_DIR] = DT_DIR,
52 [DT_DIR] = FT_DIR,
/linux/include/linux/
H A Dfs_dirent.h40 #define DT_DIR 4 macro
/linux/fs/openpromfs/
H A Dinode.c281 if (!dir_emit(ctx, ".", 1, inode->i_ino, DT_DIR)) in openpromfs_readdir()
289 dp->parent->unique_id), DT_DIR)) in openpromfs_readdir()
305 child->unique_id, DT_DIR)) in openpromfs_readdir()
/linux/tools/testing/selftests/powerpc/dscr/
H A Ddscr_sysfs_test.c45 if (!(dp->d_type & DT_DIR)) in check_all_cpu_dscr_defaults()
/linux/tools/perf/ui/browsers/
H A Dscripts.c196 if (lang_dirent->d_type != DT_DIR && in find_scripts()
221 if (script_dirent->d_type == DT_DIR) in find_scripts()
/linux/tools/include/nolibc/
H A Dtypes.h82 #define DT_DIR 0x4
67 #define DT_DIR global() macro
/linux/fs/jffs2/
H A Dbuild.c83 if (fd->type == DT_DIR) { in jffs2_build_inode_pass1()
186 if (fd->type == DT_DIR) { in jffs2_build_filesystem()
/linux/include/trace/misc/
H A Dfs.h17 { DT_DIR, "DIR" }, \
/linux/fs/afs/
H A Ddynroot.c312 cell->dynroot_ino, DT_DIR)) in afs_dynroot_readdir_cells()
318 cell->dynroot_ino + 1, DT_DIR)) in afs_dynroot_readdir_cells()
/linux/tools/hv/
H A Dhv_fcopy_uio_daemon.c75 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()
/linux/tools/perf/tests/
H A Dtests-scripts.c262 if (ent->d_type != DT_DIR) { in append_scripts_in_dir()
/linux/tools/testing/selftests/alsa/
H A Dconf.c258 if (dirent->d_type == DT_DIR) in filename_filter()
/linux/tools/perf/
H A Dbuiltin-buildid-cache.c99 if (dent->d_type != DT_DIR) in build_id_cache__kcore_existing()
/linux/tools/verification/rv/src/
H A Din_kernel.c576 if (ep->d_type != DT_DIR || ep->d_name[0] == '.') in ikm_enable_trace_container()
/linux/tools/tracing/rtla/src/
H A Dutils.c320 if (proc_entry->d_type != DT_DIR) in procfs_is_workload_pid()
/linux/fs/zonefs/
H A Dsuper.c771 base_ino + ztype, DT_DIR)) in zonefs_readdir_root()
779 base_ino + ztype, DT_DIR)) in zonefs_readdir_root()
/linux/tools/testing/selftests/mm/
H A Dvm_util.c
/linux/fs/ntfs3/
H A Ddir.c370 dt_type = (fname->dup.fa & FILE_ATTRIBUTE_DIRECTORY) ? DT_DIR : DT_REG; in ntfs_dir_emit()

12