Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dtrace-event-info.c190 if (dent->d_type != DT_DIR || in copy_event_system()
214 if (dent->d_type != DT_DIR || in copy_event_system()
294 if (dent->d_type != DT_DIR || in record_event_files()
311 if (dent->d_type != DT_DIR || in record_event_files()
Dcpumap.c458 if (dent1->d_type != DT_DIR || sscanf(dent1->d_name, "node%u", &mem) < 1) in cpu__setup_cpunode_map()
Dutil.c600 if ((d->d_type != DT_DIR) || in find_process()
Dparse-events.c133 if (sys_dirent.d_type == DT_DIR && \
154 if (evt_dirent.d_type == DT_DIR && \
Dsymbol.c1600 if (dent->d_type != DT_DIR) in find_matching_kcore()
/linux-4.1.27/fs/openpromfs/
Dinode.c275 if (!dir_emit(ctx, ".", 1, inode->i_ino, DT_DIR)) in openpromfs_readdir()
283 dp->parent->unique_id), DT_DIR)) in openpromfs_readdir()
299 child->unique_id, DT_DIR)) in openpromfs_readdir()
/linux-4.1.27/fs/hfs/
Ddir.c100 be32_to_cpu(entry.thread.ParID), DT_DIR)) in hfs_readdir()
132 be32_to_cpu(entry.dir.DirID), DT_DIR)) in hfs_readdir()
/linux-4.1.27/fs/jffs2/
Dbuild.c82 if (fd->type == DT_DIR) { in jffs2_build_inode_pass1()
185 if (fd->type == DT_DIR) { in jffs2_build_filesystem()
Dfs.c305 if (fd->type == DT_DIR && fd->ino) in jffs2_iget()
Ddir.c547 rd->type = DT_DIR; in jffs2_mkdir()
/linux-4.1.27/fs/xfs/
Dxfs_dir2_readdir.c40 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
111 if (!dir_emit(ctx, ".", 1, dp->i_ino, DT_DIR)) in xfs_dir2_sf_getdents()
121 if (!dir_emit(ctx, "..", 2, ino, DT_DIR)) in xfs_dir2_sf_getdents()
/linux-4.1.27/fs/squashfs/
Ddir.c40 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux-4.1.27/fs/9p/
Dvfs_dir.c72 rettype = DT_DIR; in dt_type()
/linux-4.1.27/fs/adfs/
Ddir.c42 if (!dir_emit(ctx, "..", 2, dir.parent_id, DT_DIR)) in adfs_readdir()
/linux-4.1.27/fs/freevxfs/
Dvxfs_lookup.c252 if (!dir_emit(ctx, "..", 2, VXFS_INO(ip)->vii_dotdot, DT_DIR)) in vxfs_readdir()
/linux-4.1.27/fs/hfsplus/
Ddir.c183 be32_to_cpu(entry.thread.parentID), DT_DIR)) in hfsplus_readdir()
223 be32_to_cpu(entry.folder.id), DT_DIR)) in hfsplus_readdir()
/linux-4.1.27/tools/perf/
Dbuiltin-buildid-cache.c109 if (dent->d_type != DT_DIR) in build_id_cache__kcore_existing()
Dbuiltin-script.c1067 if ((lang_dirent.d_type == DT_DIR || \
1076 if (script_dirent.d_type != DT_DIR && \
/linux-4.1.27/fs/hpfs/
Ddir.c139 if (!dir_emit(ctx, "..", 2, hpfs_inode->i_parent_dir, DT_DIR)) in hpfs_readdir()
/linux-4.1.27/fs/ext3/
Ddir.c28 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
/linux-4.1.27/fs/omfs/
Ddir.c359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
/linux-4.1.27/fs/romfs/
Dsuper.c93 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux-4.1.27/fs/coda/
Ddir.c330 case CDT_DIR: dt = DT_DIR; break; in CDT2DT()
/linux-4.1.27/fs/gfs2/
Dinode.c420 dent->de_type = cpu_to_be16(DT_DIR); in gfs2_init_dir()
425 dent->de_type = cpu_to_be16(DT_DIR); in gfs2_init_dir()
1498 error = gfs2_dir_mvino(ip, &gfs2_qdotdot, ndip, DT_DIR); in gfs2_rename()
Dops_fstype.c454 inode = gfs2_inode_lookup(sb, DT_DIR, no_addr, 0, 0); in gfs2_lookup_root()
/linux-4.1.27/fs/ntfs/
Ddir.c1058 dt_type = DT_DIR; in ntfs_filldir()
1070 dt_type == DT_DIR ? "DIR" : "REG"); in ntfs_filldir()
/linux-4.1.27/fs/nilfs2/
Ddir.c232 [NILFS_FT_DIR] = DT_DIR,
/linux-4.1.27/fs/exofs/
Ddir.c215 [EXOFS_FT_DIR] = DT_DIR,
/linux-4.1.27/fs/ufs/
Dutil.h177 de->d_u.d_44.d_type = DT_DIR; in ufs_set_de_type()
/linux-4.1.27/fs/ext2/
Ddir.c261 [EXT2_FT_DIR] = DT_DIR,
/linux-4.1.27/include/linux/
Dfs.h1537 #define DT_DIR 4 macro
2974 file->f_path.dentry->d_inode->i_ino, DT_DIR) == 0; in dir_emit_dot()
2979 parent_ino(file->f_path.dentry), DT_DIR) == 0; in dir_emit_dotdot()
/linux-4.1.27/fs/cifs/
Dreaddir.c147 fattr->cf_dtype = DT_DIR; in cifs_fill_common_info()
Dinode.c252 fattr->cf_dtype = DT_DIR;
621 fattr->cf_dtype = DT_DIR;
/linux-4.1.27/fs/nfs/
Dnfstrace.h17 { DT_DIR, "DIR" }, \
/linux-4.1.27/fs/jfs/
Djfs_dtree.c3106 if (!dir_emit(ctx, ".", 1, ip->i_ino, DT_DIR)) in jfs_readdir()
3113 if (!dir_emit(ctx, "..", 2, PARENT(ip), DT_DIR)) in jfs_readdir()
3142 if (!dir_emit(ctx, ".", 1, ip->i_ino, DT_DIR)) in jfs_readdir()
3151 if (!dir_emit(ctx, "..", 2, PARENT(ip), DT_DIR)) in jfs_readdir()
/linux-4.1.27/fs/f2fs/
Ddir.c43 [F2FS_FT_DIR] = DT_DIR,
/linux-4.1.27/fs/ext4/
Dinline.c1528 if (!dir_emit(ctx, ".", 1, inode->i_ino, DT_DIR)) in ext4_read_inline_dir()
1535 if (!dir_emit(ctx, "..", 2, parent_ino, DT_DIR)) in ext4_read_inline_dir()
Dext4.h2206 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
/linux-4.1.27/fs/ubifs/
Ddir.c317 return DT_DIR; in vfs_dent_type()
/linux-4.1.27/tools/vm/
Dslabinfo.c1166 case DT_DIR: in read_slab_dir()
/linux-4.1.27/fs/fat/
Ddir.c676 (de->attr & ATTR_DIR) ? DT_DIR : DT_REG)) in __fat_readdir()
/linux-4.1.27/fs/ocfs2/
Ddir.c72 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
/linux-4.1.27/fs/btrfs/
Dinode.c5642 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK