Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/proc/
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()
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()
A Dfd-003-kthread.c106 assert(de->d_type == DT_DIR); in test_readdir()
110 assert(de->d_type == DT_DIR); in test_readdir()
A Dfd-001-lookup.c116 assert(de->d_type == DT_DIR); in main()
120 assert(de->d_type == DT_DIR); in main()
/linux/fs/
A Dfs_types.c11 [FT_DIR] = DT_DIR,
52 [DT_DIR] = FT_DIR,
/linux/fs/openpromfs/
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/include/linux/
A Dfs_types.h37 #define DT_DIR 4 macro
/linux/fs/xfs/
A Dxfs_dir2_readdir.c26 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()
/linux/tools/testing/selftests/powerpc/dscr/
A Ddscr_sysfs_test.c55 if (!(dp->d_type & DT_DIR)) in check_all_cpu_dscr_defaults()
/linux/fs/hfs/
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/include/trace/events/
A Dfs.h17 { DT_DIR, "DIR" }, \
/linux/fs/jffs2/
A Dbuild.c83 if (fd->type == DT_DIR) { in jffs2_build_inode_pass1()
186 if (fd->type == DT_DIR) { in jffs2_build_filesystem()
/linux/fs/squashfs/
A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux/fs/9p/
A Dvfs_dir.c55 rettype = DT_DIR; in dt_type()
/linux/fs/xfs/scrub/
A Ddir.c55 if (dtype != DT_UNKNOWN && dtype != DT_DIR) in xchk_dir_check_ftype()
143 if (xfs_has_ftype(mp) && type != DT_DIR) in xchk_dir_actor()
155 if (xfs_has_ftype(mp) && type != DT_DIR) in xchk_dir_actor()
/linux/fs/freevxfs/
A Dvxfs_lookup.c229 if (!dir_emit(ctx, "..", 2, VXFS_INO(ip)->vii_dotdot, DT_DIR)) in vxfs_readdir()
/linux/fs/hfsplus/
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/fs/hpfs/
A Ddir.c144 if (!dir_emit(ctx, "..", 2, hpfs_inode->i_parent_dir, DT_DIR)) in hpfs_readdir()
/linux/fs/cifs/
A Dreaddir.c167 fattr->cf_dtype = DT_DIR; in cifs_fill_common_info()
265 fattr->cf_dtype = DT_DIR; in cifs_posix_to_fattr()
/linux/tools/perf/
A Dbuiltin-buildid-cache.c99 if (dent->d_type != DT_DIR) in build_id_cache__kcore_existing()
/linux/tools/perf/util/
A Dtrace-event-info.c157 if (dent->d_type == DT_DIR && \
/linux/fs/adfs/
A Ddir.c257 if (!dir_emit(ctx, "..", 2, dir.parent_id, DT_DIR)) in adfs_iterate()
/linux/fs/omfs/
A Ddir.c359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
/linux/fs/vboxsf/
A Ddir.c71 d_type = DT_DIR; in vboxsf_get_d_type()
/linux/fs/coda/
A Ddir.c336 case CDT_DIR: dt = DT_DIR; break; in CDT2DT()

Completed in 35 milliseconds

123