/linux-4.1.27/fs/ |
D | readdir.c | 78 loff_t offset, u64 ino, unsigned int d_type) in fillonedir() argument 153 loff_t offset, u64 ino, unsigned int d_type) in filldir() argument 184 if (__put_user(d_type, (char __user *) dirent + reclen - 1)) in filldir() 238 loff_t offset, u64 ino, unsigned int d_type) in filldir64() argument 261 if (__put_user(d_type, &dirent->d_type)) in filldir64()
|
D | compat.c | 852 unsigned int d_type) in compat_fillonedir() argument 921 loff_t offset, u64 ino, unsigned int d_type) in compat_filldir() argument 952 if (__put_user(d_type, (char __user *) dirent + reclen - 1)) in compat_filldir() 1009 unsigned int d_type) in compat_filldir64() argument 1035 if (__put_user(d_type, &dirent->d_type)) in compat_filldir64()
|
/linux-4.1.27/fs/overlayfs/ |
D | readdir.c | 85 u64 ino, unsigned int d_type) in ovl_cache_entry_new() argument 97 p->type = d_type; in ovl_cache_entry_new() 101 if (d_type == DT_CHR) { in ovl_cache_entry_new() 110 unsigned int d_type) in ovl_cache_entry_add_rb() argument 131 p = ovl_cache_entry_new(rdd, name, len, ino, d_type); in ovl_cache_entry_add_rb() 144 loff_t offset, u64 ino, unsigned int d_type) in ovl_fill_lower() argument 152 p = ovl_cache_entry_new(rdd, name, namelen, ino, d_type); in ovl_fill_lower() 190 unsigned int d_type) in ovl_fill_merge() argument 197 return ovl_cache_entry_add_rb(rdd, name, namelen, ino, d_type); in ovl_fill_merge() 199 return ovl_fill_lower(rdd, name, namelen, offset, ino, d_type); in ovl_fill_merge()
|
/linux-4.1.27/fs/ufs/ |
D | util.h | 165 de->d_u.d_44.d_type = DT_SOCK; in ufs_set_de_type() 168 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type() 171 de->d_u.d_44.d_type = DT_REG; in ufs_set_de_type() 174 de->d_u.d_44.d_type = DT_BLK; in ufs_set_de_type() 177 de->d_u.d_44.d_type = DT_DIR; in ufs_set_de_type() 180 de->d_u.d_44.d_type = DT_CHR; in ufs_set_de_type() 183 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type() 186 de->d_u.d_44.d_type = DT_UNKNOWN; in ufs_set_de_type()
|
D | dir.c | 482 unsigned char d_type = DT_UNKNOWN; in ufs_readdir() local 489 d_type = de->d_u.d_44.d_type; in ufs_readdir() 494 d_type)) { in ufs_readdir()
|
D | ufs_fs.h | 296 __u8 d_type; /* file type */ member
|
/linux-4.1.27/include/linux/ |
D | dirent.h | 8 unsigned char d_type; member
|
D | genhd.h | 496 __s16 d_type; /* drive type */ member 558 __le32 d_type; /* drive type */ member
|
D | nfs_xdr.h | 606 unsigned char d_type; member
|
/linux-4.1.27/tools/perf/util/ |
D | trace-event-info.c | 190 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()
|
D | cpumap.c | 458 if (dent1->d_type != DT_DIR || sscanf(dent1->d_name, "node%u", &mem) < 1) in cpu__setup_cpunode_map() 471 if (dent2->d_type != DT_LNK || sscanf(dent2->d_name, "cpu%u", &cpu) < 1) in cpu__setup_cpunode_map()
|
D | util.c | 600 if ((d->d_type != DT_DIR) || in find_process()
|
D | parse-events.c | 133 if (sys_dirent.d_type == DT_DIR && \ 154 if (evt_dirent.d_type == DT_DIR && \
|
D | symbol.c | 1600 if (dent->d_type != DT_DIR) in find_matching_kcore()
|
/linux-4.1.27/drivers/misc/genwqe/ |
D | card_utils.c | 847 u32 eevptr_addr, l_addr, d_len, d_type; in genwqe_ffdc_buff_size() local 866 d_type = (val & 0x0000008000000000ull) >> 36; in genwqe_ffdc_buff_size() 868 if (d_type) { /* repeat */ in genwqe_ffdc_buff_size() 902 u32 eevptr_addr, l_addr, d_addr, d_len, d_type; in genwqe_ffdc_buff_read() local 917 d_type = (e & 0x0000008000000000ull) >> 36; /* 39 */ in genwqe_ffdc_buff_read() 920 if (d_type) { in genwqe_ffdc_buff_read()
|
/linux-4.1.27/fs/omfs/ |
D | dir.c | 338 unsigned char d_type; in omfs_fill_chain() local 359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain() 363 self, d_type)) { in omfs_fill_chain()
|
/linux-4.1.27/block/partitions/ |
D | osf.c | 24 __le16 d_type,d_subtype; in osf_partition() member
|
/linux-4.1.27/fs/ecryptfs/ |
D | file.c | 72 int lower_namelen, loff_t offset, u64 ino, unsigned int d_type) in ecryptfs_filldir() argument 91 rc = !dir_emit(buf->caller, name, name_size, ino, d_type); in ecryptfs_filldir()
|
/linux-4.1.27/arch/alpha/boot/tools/ |
D | mkbb.c | 38 u16 d_type, d_subtype; member
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 222 unsigned char d_type; in befs_readdir() local 247 d_type = DT_UNKNOWN; in befs_readdir() 260 (ino_t) value, d_type)) { in befs_readdir() 267 (ino_t) value, d_type)) in befs_readdir()
|
/linux-4.1.27/fs/f2fs/ |
D | dir.c | 734 unsigned char d_type = DT_UNKNOWN; in f2fs_fill_dentries() local 747 d_type = f2fs_filetype_table[de->file_type]; in f2fs_fill_dentries() 749 d_type = DT_UNKNOWN; in f2fs_fill_dentries() 752 le32_to_cpu(de->ino), d_type)) in f2fs_fill_dentries()
|
/linux-4.1.27/fs/nfsd/ |
D | nfs3xdr.c | 873 loff_t offset, u64 ino, unsigned int d_type, int plus) in encode_entry() argument 1002 int namlen, loff_t offset, u64 ino, unsigned int d_type) in nfs3svc_encode_entry() argument 1004 return encode_entry(cd, name, namlen, offset, ino, d_type, 0); in nfs3svc_encode_entry() 1010 unsigned int d_type) in nfs3svc_encode_entry_plus() argument 1012 return encode_entry(cd, name, namlen, offset, ino, d_type, 1); in nfs3svc_encode_entry_plus()
|
D | vfs.c | 1834 unsigned int d_type; member 1847 unsigned int d_type) in nfsd_buffered_filldir() argument 1863 de->d_type = d_type; in nfsd_buffered_filldir() 1921 de->ino, de->d_type)) in nfsd_buffered_readdir()
|
D | nfsxdr.c | 498 int namlen, loff_t offset, u64 ino, unsigned int d_type) in nfssvc_encode_entry() argument
|
D | nfs4recover.c | 249 loff_t offset, u64 ino, unsigned int d_type) in nfsd4_build_namelist() argument
|
D | nfs4xdr.c | 2900 loff_t offset, u64 ino, unsigned int d_type) in nfsd4_encode_dirent() argument
|
/linux-4.1.27/fs/ext2/ |
D | dir.c | 339 unsigned char d_type = DT_UNKNOWN; in ext2_readdir() local 342 d_type = types[de->file_type]; in ext2_readdir() 346 d_type)) { in ext2_readdir()
|
/linux-4.1.27/include/net/9p/ |
D | client.h | 210 unsigned char d_type; member
|
/linux-4.1.27/fs/9p/ |
D | vfs_dir.c | 217 curdirent.d_type)) in v9fs_dir_readdir_dotl()
|
/linux-4.1.27/tools/perf/ |
D | builtin-script.c | 1067 if ((lang_dirent.d_type == DT_DIR || \ 1068 (lang_dirent.d_type == DT_UNKNOWN && \ 1076 if (script_dirent.d_type != DT_DIR && \ 1077 (script_dirent.d_type != DT_UNKNOWN || \
|
D | builtin-buildid-cache.c | 109 if (dent->d_type != DT_DIR) in build_id_cache__kcore_existing()
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_user.c | 119 *type_out = ent->d_type; in read_dir()
|
/linux-4.1.27/include/uapi/linux/ |
D | coda.h | 165 u_int8_t d_type; /* file type, see below */ member
|
/linux-4.1.27/fs/exportfs/ |
D | expfs.c | 245 loff_t pos, u64 ino, unsigned int d_type) in filldir_one() argument
|
/linux-4.1.27/fs/reiserfs/ |
D | xattr.c | 192 loff_t offset, u64 ino, unsigned int d_type) in fill_with_dentries() argument 830 unsigned int d_type) in listxattr_filler() argument
|
/linux-4.1.27/tools/thermal/tmon/ |
D | sysfs.c | 215 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
|
/linux-4.1.27/fs/nfs/ |
D | dir.c | 144 unsigned char d_type; member 248 cache_entry->d_type = entry->d_type; in nfs_readdir_add_to_array() 786 nfs_compat_user_ino64(ent->ino), ent->d_type)) { in nfs_do_filldir()
|
D | nfs2xdr.c | 953 entry->d_type = DT_UNKNOWN; in nfs2_decode_dirent()
|
D | nfs3xdr.c | 1980 entry->d_type = DT_UNKNOWN; in nfs3_decode_dirent() 1988 entry->d_type = nfs_umode_to_dtype(entry->fattr->mode); in nfs3_decode_dirent()
|
D | nfs4xdr.c | 7274 entry->d_type = DT_UNKNOWN; in nfs4_decode_dirent() 7276 entry->d_type = nfs_umode_to_dtype(entry->fattr->mode); in nfs4_decode_dirent()
|
/linux-4.1.27/fs/coda/ |
D | dir.c | 403 type = CDT2DT(vdir->d_type); in coda_venus_readdir()
|
/linux-4.1.27/fs/btrfs/ |
D | delayed-inode.c | 1701 unsigned char d_type; in btrfs_readdir_delayed_dir_index() local 1726 d_type = btrfs_filetype_table[di->type]; in btrfs_readdir_delayed_dir_index() 1730 location.objectid, d_type); in btrfs_readdir_delayed_dir_index()
|
D | inode.c | 5659 unsigned char d_type; in btrfs_real_readdir() local 5751 d_type = btrfs_filetype_table[btrfs_dir_type(leaf, di)]; in btrfs_real_readdir() 5770 location.objectid, d_type); in btrfs_real_readdir()
|
/linux-4.1.27/net/9p/ |
D | protocol.c | 615 &dirent->d_off, &dirent->d_type, &nameptr); in p9dirent_read()
|
/linux-4.1.27/tools/vm/ |
D | slabinfo.c | 1151 switch (de->d_type) { in read_slab_dir() 1228 fatal("Unknown file type %lx\n", de->d_type); in read_slab_dir()
|
/linux-4.1.27/fs/ocfs2/ |
D | dir.c | 1815 unsigned char d_type = DT_UNKNOWN; in ocfs2_dir_foreach_blk_id() local 1818 d_type = ocfs2_filetype_table[de->file_type]; in ocfs2_dir_foreach_blk_id() 1821 le64_to_cpu(de->inode), d_type)) in ocfs2_dir_foreach_blk_id() 1913 unsigned char d_type = DT_UNKNOWN; in ocfs2_dir_foreach_blk_el() local 1916 d_type = ocfs2_filetype_table[de->file_type]; in ocfs2_dir_foreach_blk_el() 1920 d_type)) { in ocfs2_dir_foreach_blk_el()
|
/linux-4.1.27/Documentation/filesystems/ |
D | overlayfs.txt | 48 must provide valid d_type in readdir responses, so NFS is not suitable.
|
/linux-4.1.27/arch/alpha/kernel/ |
D | osf_sys.c | 108 loff_t offset, u64 ino, unsigned int d_type) in osf_filldir() argument
|
/linux-4.1.27/fs/fat/ |
D | dir.c | 702 loff_t offset, u64 ino, unsigned int d_type) \
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | hists.c | 1340 if (!(dent->d_type == DT_REG)) in switch_data_file()
|