/linux-4.1.27/tools/perf/util/ |
H A D | trace-event-info.c | 190 if (dent->d_type != DT_DIR || copy_event_system() 214 if (dent->d_type != DT_DIR || copy_event_system() 294 if (dent->d_type != DT_DIR || record_event_files() 311 if (dent->d_type != DT_DIR || record_event_files()
|
H A D | cpumap.c | 458 if (dent1->d_type != DT_DIR || sscanf(dent1->d_name, "node%u", &mem) < 1) cpu__setup_cpunode_map()
|
H A D | util.c | 600 if ((d->d_type != DT_DIR) || find_process()
|
H A D | parse-events.c | 133 if (sys_dirent.d_type == DT_DIR && \ 154 if (evt_dirent.d_type == DT_DIR && \
|
H A D | symbol.c | 1600 if (dent->d_type != DT_DIR) find_matching_kcore()
|
/linux-4.1.27/fs/openpromfs/ |
H A D | inode.c | 275 if (!dir_emit(ctx, ".", 1, inode->i_ino, DT_DIR)) openpromfs_readdir() 283 dp->parent->unique_id), DT_DIR)) openpromfs_readdir() 299 child->unique_id, DT_DIR)) openpromfs_readdir()
|
/linux-4.1.27/fs/hfs/ |
H A D | dir.c | 100 be32_to_cpu(entry.thread.ParID), DT_DIR)) hfs_readdir() 132 be32_to_cpu(entry.dir.DirID), DT_DIR)) hfs_readdir()
|
/linux-4.1.27/fs/adfs/ |
H A D | dir.c | 42 if (!dir_emit(ctx, "..", 2, dir.parent_id, DT_DIR)) adfs_readdir()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_dir2_readdir.c | 40 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, 111 if (!dir_emit(ctx, ".", 1, dp->i_ino, DT_DIR)) xfs_dir2_sf_getdents() 121 if (!dir_emit(ctx, "..", 2, ino, DT_DIR)) xfs_dir2_sf_getdents()
|
/linux-4.1.27/fs/hfsplus/ |
H A D | dir.c | 183 be32_to_cpu(entry.thread.parentID), DT_DIR)) hfsplus_readdir() 223 be32_to_cpu(entry.folder.id), DT_DIR)) hfsplus_readdir()
|
/linux-4.1.27/fs/jffs2/ |
H A D | build.c | 82 if (fd->type == DT_DIR) { jffs2_build_inode_pass1() 185 if (fd->type == DT_DIR) { for_each_inode()
|
H A D | dir.c | 547 rd->type = DT_DIR; jffs2_mkdir()
|
H A D | fs.c | 305 if (fd->type == DT_DIR && fd->ino) jffs2_iget()
|
/linux-4.1.27/fs/squashfs/ |
H A D | dir.c | 40 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/linux-4.1.27/fs/hpfs/ |
H A D | dir.c | 139 if (!dir_emit(ctx, "..", 2, hpfs_inode->i_parent_dir, DT_DIR)) hpfs_readdir()
|
/linux-4.1.27/fs/freevxfs/ |
H A D | vxfs_lookup.c | 252 if (!dir_emit(ctx, "..", 2, VXFS_INO(ip)->vii_dotdot, DT_DIR)) vxfs_readdir()
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-buildid-cache.c | 109 if (dent->d_type != DT_DIR) build_id_cache__kcore_existing()
|
H A D | builtin-script.c | 1067 if ((lang_dirent.d_type == DT_DIR || \ 1076 if (script_dirent.d_type != DT_DIR && \
|
/linux-4.1.27/fs/9p/ |
H A D | vfs_dir.c | 72 rettype = DT_DIR; dt_type()
|
/linux-4.1.27/fs/omfs/ |
H A D | dir.c | 359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; omfs_fill_chain()
|
/linux-4.1.27/fs/gfs2/ |
H A D | inode.c | 420 dent->de_type = cpu_to_be16(DT_DIR); gfs2_init_dir() 425 dent->de_type = cpu_to_be16(DT_DIR); gfs2_init_dir() 1498 error = gfs2_dir_mvino(ip, &gfs2_qdotdot, ndip, DT_DIR); gfs2_rename()
|
H A D | ops_fstype.c | 454 inode = gfs2_inode_lookup(sb, DT_DIR, no_addr, 0, 0); gfs2_lookup_root()
|
/linux-4.1.27/fs/romfs/ |
H A D | super.c | 93 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/linux-4.1.27/fs/ufs/ |
H A D | util.h | 177 de->d_u.d_44.d_type = DT_DIR; ufs_set_de_type()
|
/linux-4.1.27/fs/nfs/ |
H A D | nfstrace.h | 17 { DT_DIR, "DIR" }, \
|
/linux-4.1.27/fs/coda/ |
H A D | dir.c | 330 case CDT_DIR: dt = DT_DIR; break; CDT2DT()
|
/linux-4.1.27/fs/exofs/ |
H A D | dir.c | 215 [EXOFS_FT_DIR] = DT_DIR,
|
/linux-4.1.27/fs/ext3/ |
H A D | dir.c | 28 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|
/linux-4.1.27/fs/nilfs2/ |
H A D | dir.c | 232 [NILFS_FT_DIR] = DT_DIR,
|
/linux-4.1.27/fs/ext2/ |
H A D | dir.c | 261 [EXT2_FT_DIR] = DT_DIR,
|
/linux-4.1.27/fs/f2fs/ |
H A D | dir.c | 43 [F2FS_FT_DIR] = DT_DIR,
|
/linux-4.1.27/fs/ext4/ |
H A D | inline.c | 1528 if (!dir_emit(ctx, ".", 1, inode->i_ino, DT_DIR)) ext4_read_inline_dir() 1535 if (!dir_emit(ctx, "..", 2, parent_ino, DT_DIR)) ext4_read_inline_dir()
|
H A D | ext4.h | 2206 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|
/linux-4.1.27/fs/ntfs/ |
H A D | dir.c | 1058 dt_type = DT_DIR; ntfs_filldir() 1070 dt_type == DT_DIR ? "DIR" : "REG"); ntfs_filldir()
|
/linux-4.1.27/fs/cifs/ |
H A D | inode.c | 252 fattr->cf_dtype = DT_DIR; cifs_unix_basic_to_fattr() 621 fattr->cf_dtype = DT_DIR; cifs_all_info_to_fattr()
|
H A D | readdir.c | 147 fattr->cf_dtype = DT_DIR; cifs_fill_common_info()
|
/linux-4.1.27/fs/ubifs/ |
H A D | dir.c | 317 return DT_DIR; vfs_dent_type()
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_dtree.c | 3106 if (!dir_emit(ctx, ".", 1, ip->i_ino, DT_DIR)) jfs_readdir() 3113 if (!dir_emit(ctx, "..", 2, PARENT(ip), DT_DIR)) jfs_readdir() 3142 if (!dir_emit(ctx, ".", 1, ip->i_ino, DT_DIR)) jfs_readdir() 3151 if (!dir_emit(ctx, "..", 2, PARENT(ip), DT_DIR)) jfs_readdir()
|
/linux-4.1.27/fs/fat/ |
H A D | dir.c | 676 (de->attr & ATTR_DIR) ? DT_DIR : DT_REG)) __fat_readdir()
|
/linux-4.1.27/tools/vm/ |
H A D | slabinfo.c | 1166 case DT_DIR: read_slab_dir()
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 1537 #define DT_DIR 4 macro 2974 file->f_path.dentry->d_inode->i_ino, DT_DIR) == 0; dir_emit_dot() 2979 parent_ino(file->f_path.dentry), DT_DIR) == 0; dir_emit_dotdot()
|
/linux-4.1.27/fs/ocfs2/ |
H A D | dir.c | 72 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|
/linux-4.1.27/fs/btrfs/ |
H A D | inode.c | 5642 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|