/linux-6.12.1/fs/vboxsf/ |
D | dir.c | 61 unsigned int d_type; in vboxsf_get_d_type() local 65 d_type = DT_FIFO; in vboxsf_get_d_type() 68 d_type = DT_CHR; in vboxsf_get_d_type() 71 d_type = DT_DIR; in vboxsf_get_d_type() 74 d_type = DT_BLK; in vboxsf_get_d_type() 77 d_type = DT_REG; in vboxsf_get_d_type() 80 d_type = DT_LNK; in vboxsf_get_d_type() 83 d_type = DT_SOCK; in vboxsf_get_d_type() 86 d_type = DT_WHT; in vboxsf_get_d_type() 89 d_type = DT_UNKNOWN; in vboxsf_get_d_type() [all …]
|
/linux-6.12.1/tools/testing/selftests/proc/ |
D | proc-subset-pid.c | 91 assert(de->d_type == DT_DIR); in main() 95 assert(de->d_type == DT_DIR); in main() 99 assert(de->d_type == DT_LNK); in main() 103 assert(de->d_type == DT_LNK); in main() 109 assert(de->d_type == DT_DIR); in main()
|
D | read.c | 82 assert(de->d_type == DT_DIR); in f() 86 assert(de->d_type == DT_DIR); in f() 93 switch (de->d_type) { in f()
|
D | fd-001-lookup.c | 116 assert(de->d_type == DT_DIR); in main() 120 assert(de->d_type == DT_DIR); in main() 129 assert(de->d_type == DT_LNK); in main()
|
D | fd-003-kthread.c | 106 assert(de->d_type == DT_DIR); in test_readdir() 110 assert(de->d_type == DT_DIR); in test_readdir()
|
/linux-6.12.1/fs/bcachefs/ |
D | dirent.c | 88 if (d.v->d_type == DT_SUBVOL) in dirent_is_visible() 141 bkey_fsck_err_on(d.v->d_type != DT_SUBVOL && in bch2_dirent_validate() 156 if (d.v->d_type != DT_SUBVOL) in bch2_dirent_to_text() 163 prt_printf(out, " type %s", bch2_d_type_str(d.v->d_type)); in bch2_dirent_to_text() 192 dirent->v.d_type = type; in dirent_create_key() 259 if (d.v->d_type == DT_SUBVOL && in bch2_dirent_read_target() 263 if (likely(d.v->d_type != DT_SUBVOL)) { in bch2_dirent_read_target() 402 if (new_dst->v.d_type == DT_SUBVOL) in bch2_dirent_rename() 406 new_src->v.d_type == DT_SUBVOL) in bch2_dirent_rename() 423 delete_src = bkey_s_c_to_dirent(old_src).v->d_type == DT_SUBVOL && in bch2_dirent_rename() [all …]
|
D | dirent.h | 41 dst->v.d_type = src.v->d_type; in dirent_copy_target()
|
D | dirent_format.h | 32 __u8 d_type; member
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_dquot_buf.c | 64 if (ddq->d_type & ~XFS_DQTYPE_ANY) in xfs_dquot_verify() 66 ddq_type = ddq->d_type & XFS_DQTYPE_REC_MASK; in xfs_dquot_verify() 72 if ((ddq->d_type & XFS_DQTYPE_BIGTIME) && in xfs_dquot_verify() 76 if ((ddq->d_type & XFS_DQTYPE_BIGTIME) && !ddq->d_id) in xfs_dquot_verify() 134 dqb->dd_diskdq.d_type = type; in xfs_dqblk_repair() 307 if (t != 0 && (ddq->d_type & XFS_DQTYPE_BIGTIME)) in xfs_dquot_from_disk_ts()
|
/linux-6.12.1/fs/ |
D | readdir.c | 182 loff_t offset, u64 ino, unsigned int d_type) in fillonedir() argument 261 loff_t offset, u64 ino, unsigned int d_type) in filldir() argument 294 unsafe_put_user(d_type, (char __user *) dirent + reclen - 1, efault_end); in filldir() 349 loff_t offset, u64 ino, unsigned int d_type) in filldir64() argument 376 unsafe_put_user(d_type, &dirent->d_type, efault_end); in filldir64() 440 unsigned int d_type) in compat_fillonedir() argument 513 loff_t offset, u64 ino, unsigned int d_type) in compat_filldir() argument 545 unsafe_put_user(d_type, (char __user *) dirent + reclen - 1, efault_end); in compat_filldir()
|
/linux-6.12.1/tools/perf/util/ |
D | genelf.c | 181 d->d_type = ELF_T_BYTE; in jit_add_eh_frame_info() 215 d->d_type = ELF_T_BYTE; in jit_add_eh_frame_info() 317 d->d_type = ELF_T_BYTE; in jit_write_elf() 364 d->d_type = ELF_T_BYTE; in jit_write_elf() 400 d->d_type = ELF_T_SYM; in jit_write_elf() 443 d->d_type = ELF_T_BYTE; in jit_write_elf() 485 d->d_type = ELF_T_BYTE; in jit_write_elf()
|
D | tracepoint.h | 13 if (evt_dirent->d_type == DT_DIR && \ 20 if (sys_dirent->d_type == DT_DIR && \
|
D | genelf_debug.c | 528 d->d_type = ELF_T_BYTE; in jit_add_debug_info() 562 d->d_type = ELF_T_BYTE; in jit_add_debug_info() 596 d->d_type = ELF_T_BYTE; in jit_add_debug_info()
|
/linux-6.12.1/fs/overlayfs/ |
D | readdir.c | 147 u64 ino, unsigned int d_type) in ovl_cache_entry_new() argument 159 p->type = d_type; in ovl_cache_entry_new() 168 p->check_xwhiteout = rdd->in_xwhiteouts_dir && d_type == DT_REG; in ovl_cache_entry_new() 170 if (d_type == DT_CHR) { in ovl_cache_entry_new() 179 unsigned int d_type) in ovl_cache_entry_add_rb() argument 188 p = ovl_cache_entry_new(rdd, name, len, ino, d_type); in ovl_cache_entry_add_rb() 203 loff_t offset, u64 ino, unsigned int d_type) in ovl_fill_lowest() argument 211 p = ovl_cache_entry_new(rdd, name, namelen, ino, d_type); in ovl_fill_lowest() 259 unsigned int d_type) in ovl_fill_merge() argument 266 return ovl_cache_entry_add_rb(rdd, name, namelen, ino, d_type); in ovl_fill_merge() [all …]
|
/linux-6.12.1/fs/erofs/ |
D | namei.c | 162 unsigned int *d_type) in erofs_namei() argument 187 *d_type = de->file_type; in erofs_namei() 198 unsigned int d_type; in erofs_lookup() local 206 err = erofs_namei(dir, &dentry->d_name, &nid, &d_type); in erofs_lookup()
|
D | dir.c | 16 unsigned char d_type = fs_ftype_to_dtype(de->file_type); in erofs_fill_dentries() local 37 le64_to_cpu(de->nid), d_type)) in erofs_fill_dentries()
|
/linux-6.12.1/fs/ufs/ |
D | util.h | 160 de->d_u.d_44.d_type = DT_SOCK; in ufs_set_de_type() 163 de->d_u.d_44.d_type = DT_LNK; in ufs_set_de_type() 166 de->d_u.d_44.d_type = DT_REG; in ufs_set_de_type() 169 de->d_u.d_44.d_type = DT_BLK; in ufs_set_de_type() 172 de->d_u.d_44.d_type = DT_DIR; in ufs_set_de_type() 175 de->d_u.d_44.d_type = DT_CHR; in ufs_set_de_type() 178 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type() 181 de->d_u.d_44.d_type = DT_UNKNOWN; in ufs_set_de_type()
|
D | dir.c | 452 unsigned char d_type = DT_UNKNOWN; in ufs_readdir() local 459 d_type = de->d_u.d_44.d_type; in ufs_readdir() 464 d_type)) { in ufs_readdir()
|
/linux-6.12.1/include/linux/ |
D | dirent.h | 9 unsigned char d_type; member
|
/linux-6.12.1/fs/xfs/ |
D | xfs_dquot_item_recover.c | 43 type = recddq->d_type & XFS_DQTYPE_REC_MASK; in xlog_recover_dquot_ra_pass2() 96 type = recddq->d_type & XFS_DQTYPE_REC_MASK; in xlog_recover_dquot_commit_pass2()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | quota_repair.c | 285 if (ddq->d_type & XFS_DQTYPE_BIGTIME) in xrep_quota_fix_timer() 330 if ((ddq->d_type & XFS_DQTYPE_REC_MASK) != dqtype || in xrep_quota_block() 350 ddq->d_type = dqtype; in xrep_quota_block() 354 ddq->d_type |= XFS_DQTYPE_BIGTIME; in xrep_quota_block()
|
/linux-6.12.1/drivers/misc/genwqe/ |
D | card_utils.c | 833 u32 eevptr_addr, l_addr, d_len, d_type; in genwqe_ffdc_buff_size() local 852 d_type = (val & 0x0000008000000000ull) >> 36; in genwqe_ffdc_buff_size() 854 if (d_type) { /* repeat */ in genwqe_ffdc_buff_size() 892 u32 eevptr_addr, l_addr, d_addr, d_len, d_type; in genwqe_ffdc_buff_read() local 907 d_type = (e & 0x0000008000000000ull) >> 36; /* 39 */ in genwqe_ffdc_buff_read() 910 if (d_type) { in genwqe_ffdc_buff_read()
|
/linux-6.12.1/tools/perf/tests/ |
D | tests-scripts.c | 245 if (ent->d_type != DT_DIR) { in append_scripts_in_dir() 248 if (ent->d_type != DT_UNKNOWN) in append_scripts_in_dir()
|
/linux-6.12.1/tools/testing/selftests/powerpc/dscr/ |
D | dscr_sysfs_test.c | 45 if (!(dp->d_type & DT_DIR)) in check_all_cpu_dscr_defaults()
|
/linux-6.12.1/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()
|