| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | read.c | 80 assert(de->d_type == DT_DIR); in f() 84 assert(de->d_type == DT_DIR); in f() 106 case DT_DIR: in f()
|
| H A D | fd-001-lookup.c | 116 assert(de->d_type == DT_DIR); in main() 120 assert(de->d_type == DT_DIR); in main()
|
| H A D | fd-003-kthread.c | 106 assert(de->d_type == DT_DIR); in test_readdir() 110 assert(de->d_type == DT_DIR); in test_readdir()
|
| /OK3568_Linux_fs/u-boot/include/jffs2/ |
| H A D | jffs2.h | 201 DT_DIR = 4, enumerator 202 # define DT_DIR DT_DIR macro
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fs_types.c | 11 [FT_DIR] = DT_DIR, 52 [DT_DIR] = FT_DIR,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | dirent.h | 105 DT_DIR = 4, enumerator 106 # define DT_DIR DT_DIR macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | dirent.h | 105 DT_DIR = 4, enumerator 106 # define DT_DIR DT_DIR macro
|
| /OK3568_Linux_fs/kernel/fs/openpromfs/ |
| H A D | inode.c | 277 if (!dir_emit(ctx, ".", 1, inode->i_ino, DT_DIR)) in openpromfs_readdir() 285 dp->parent->unique_id), DT_DIR)) in openpromfs_readdir() 301 child->unique_id, DT_DIR)) in openpromfs_readdir()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs_types.h | 37 #define DT_DIR 4 macro
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_dir2_readdir.c | 26 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, 88 if (!dir_emit(ctx, ".", 1, dp->i_ino, DT_DIR)) in xfs_dir2_sf_getdents() 98 if (!dir_emit(ctx, "..", 2, ino, DT_DIR)) in xfs_dir2_sf_getdents()
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | dir.c | 94 be32_to_cpu(entry.thread.ParID), DT_DIR)) in hfs_readdir() 126 be32_to_cpu(entry.dir.DirID), DT_DIR)) in hfs_readdir()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/dscr/ |
| H A D | dscr_sysfs_test.c | 55 if (!(dp->d_type & DT_DIR)) in check_all_cpu_dscr_defaults()
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | build.c | 83 if (fd->type == DT_DIR) { in jffs2_build_inode_pass1() 186 if (fd->type == DT_DIR) { in jffs2_build_filesystem()
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yportenv.h | 37 #define DT_DIR 4 macro
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | dir.c | 56 if (dtype != DT_UNKNOWN && dtype != DT_DIR) in xchk_dir_check_ftype() 133 if (xfs_sb_version_hasftype(&mp->m_sb) && type != DT_DIR) in xchk_dir_actor() 144 if (xfs_sb_version_hasftype(&mp->m_sb) && type != DT_DIR) in xchk_dir_actor()
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_dir.c | 57 rettype = DT_DIR; in dt_type()
|
| /OK3568_Linux_fs/kernel/fs/freevxfs/ |
| H A D | vxfs_lookup.c | 229 if (!dir_emit(ctx, "..", 2, VXFS_INO(ip)->vii_dotdot, DT_DIR)) in vxfs_readdir()
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | dir.c | 182 be32_to_cpu(entry.thread.parentID), DT_DIR)) in hfsplus_readdir() 222 be32_to_cpu(entry.folder.id), DT_DIR)) in hfsplus_readdir()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | utils.c | 348 if (dp->d_type == DT_DIR) in delete_dir_tree()
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | dir.c | 144 if (!dir_emit(ctx, "..", 2, hpfs_inode->i_parent_dir, DT_DIR)) in hpfs_readdir()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | readdir.c | 181 fattr->cf_dtype = DT_DIR; in cifs_fill_common_info() 279 fattr->cf_dtype = DT_DIR; in cifs_posix_to_fattr()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-buildid-cache.c | 98 if (dent->d_type != DT_DIR) in build_id_cache__kcore_existing()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | trace-event-info.c | 157 if (dent->d_type == DT_DIR && \
|
| H A D | cpumap.c | 455 if (dent1->d_type != DT_DIR || sscanf(dent1->d_name, "node%u", &mem) < 1) in cpu__setup_cpunode_map()
|