Searched refs:DT_DIR (Results 1 - 25 of 59) sorted by relevance

123

/linux-master/tools/perf/util/
H A Dtracepoint.h12 if (evt_dirent->d_type == DT_DIR && \
19 if (sys_dirent->d_type == DT_DIR && \
H A Dprint-events.c84 if (sys_dirent->d_type != DT_DIR ||
99 if (evt_dirent->d_type != DT_DIR ||
/linux-master/fs/
H A Dfs_types.c11 [FT_DIR] = DT_DIR,
31 * * DT_DIR - Directory
52 [DT_DIR] = FT_DIR,
95 * * DT_DIR - Directory
/linux-master/include/linux/
H A Dfs_types.h37 #define DT_DIR 4 macro
/linux-master/tools/testing/selftests/proc/
H A Dproc-subset-pid.c91 assert(de->d_type == DT_DIR);
95 assert(de->d_type == DT_DIR);
109 assert(de->d_type == DT_DIR);
H A Dread.c82 assert(de->d_type == DT_DIR);
86 assert(de->d_type == DT_DIR);
108 case DT_DIR:
H A Dfd-003-kthread.c106 assert(de->d_type == DT_DIR);
110 assert(de->d_type == DT_DIR);
H A Dfd-001-lookup.c116 assert(de->d_type == DT_DIR);
120 assert(de->d_type == DT_DIR);
/linux-master/tools/testing/selftests/powerpc/dscr/
H A Ddscr_sysfs_test.c45 if (!(dp->d_type & DT_DIR))
/linux-master/fs/bcachefs/
H A Ddirent.h49 return type == DT_SUBVOL ? DT_DIR : type;
/linux-master/include/trace/misc/
H A Dfs.h17 { DT_DIR, "DIR" }, \
/linux-master/fs/openpromfs/
H A Dinode.c281 if (!dir_emit(ctx, ".", 1, inode->i_ino, DT_DIR))
289 dp->parent->unique_id), DT_DIR))
305 child->unique_id, DT_DIR))
/linux-master/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))
97 if (!dir_emit(ctx, "..", 2, ino, DT_DIR))
/linux-master/fs/squashfs/
H A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux-master/tools/include/nolibc/
H A Dtypes.h66 #define DT_DIR 0x4 macro
/linux-master/fs/jffs2/
H A Dbuild.c83 if (fd->type == DT_DIR) {
186 if (fd->type == DT_DIR) {
/linux-master/fs/hfs/
H A Ddir.c94 be32_to_cpu(entry.thread.ParID), DT_DIR))
126 be32_to_cpu(entry.dir.DirID), DT_DIR))
/linux-master/fs/freevxfs/
H A Dvxfs_lookup.c204 if (!dir_emit(ctx, "..", 2, VXFS_INO(ip)->vii_dotdot, DT_DIR))
/linux-master/tools/perf/tests/
H A Dtests-scripts.c216 if (ent->d_type != DT_DIR) {
/linux-master/fs/9p/
H A Dvfs_dir.c54 rettype = DT_DIR;
/linux-master/fs/hfsplus/
H A Ddir.c182 be32_to_cpu(entry.thread.parentID), DT_DIR))
222 be32_to_cpu(entry.folder.id), DT_DIR))
/linux-master/fs/hpfs/
H A Ddir.c144 if (!dir_emit(ctx, "..", 2, hpfs_inode->i_parent_dir, DT_DIR))
/linux-master/tools/testing/selftests/mm/
H A Dvm_util.c290 if (entry->d_type != DT_DIR)
/linux-master/fs/adfs/
H A Ddir.c257 if (!dir_emit(ctx, "..", 2, dir.parent_id, DT_DIR))
/linux-master/fs/vboxsf/
H A Ddir.c71 d_type = DT_DIR;

Completed in 415 milliseconds

123