Home
last modified time | relevance | path

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

123

/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 && \
/linux/fs/
H A Dfs_types.c11 [FT_DIR] = DT_DIR,
52 [DT_DIR] = FT_DIR,
/linux/tools/lib/api/
H A Dio_dir.h98 dent->d_type = DT_DIR; in io_dir__is_dir()
102 return dent->d_type == DT_DIR; in io_dir__is_dir()
/linux/include/linux/
H A Dfs_types.h37 #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/fs/xfs/
H A Dxfs_dir2_readdir.c27 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
87 if (!dir_emit(ctx, ".", 1, dp->i_ino, DT_DIR)) in xfs_dir2_sf_getdents()
97 if (!dir_emit(ctx, "..", 2, ino, DT_DIR)) in xfs_dir2_sf_getdents()
/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/fs/hfs/
H A Ddir.c94 be32_to_cpu(entry.thread.ParID), DT_DIR)) in hfs_readdir()
126 be32_to_cpu(entry.dir.DirID), DT_DIR)) in hfs_readdir()
/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.c311 cell->dynroot_ino, DT_DIR)) in afs_dynroot_readdir_cells()
317 cell->dynroot_ino + 1, DT_DIR)) in afs_dynroot_readdir_cells()
/linux/tools/include/nolibc/
H A Dtypes.h67 #define DT_DIR 0x4 macro
/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/fs/squashfs/
H A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux/fs/9p/
H A Dvfs_dir.c54 rettype = DT_DIR; in dt_type()
/linux/fs/freevxfs/
H A Dvxfs_lookup.c204 if (!dir_emit(ctx, "..", 2, VXFS_INO(ip)->vii_dotdot, DT_DIR)) in vxfs_readdir()
/linux/fs/hfsplus/
H A Ddir.c182 be32_to_cpu(entry.thread.parentID), DT_DIR)) in hfsplus_readdir()
222 be32_to_cpu(entry.folder.id), DT_DIR)) in hfsplus_readdir()
/linux/tools/perf/tests/
H A Dtests-scripts.c250 if (ent->d_type != DT_DIR) { in append_scripts_in_dir()
/linux/fs/hpfs/
H A Ddir.c144 if (!dir_emit(ctx, "..", 2, hpfs_inode->i_parent_dir, DT_DIR)) in hpfs_readdir()
/linux/fs/adfs/
H A Ddir.c257 if (!dir_emit(ctx, "..", 2, dir.parent_id, DT_DIR)) in adfs_iterate()

123