/kernel/linux/linux-5.10/fs/ |
D | fs_types.c | 10 [FT_REG_FILE] = DT_REG, 51 [DT_REG] = FT_REG_FILE,
|
/kernel/linux/linux-5.10/include/linux/ |
D | fs_types.h | 39 #define DT_REG 8 macro
|
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
D | dirent.h | 50 #define DT_REG 8 macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
D | read.c | 95 case DT_REG: in f()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | file_merge.c | 246 (insert_res == DT_REG || insert_res == DT_LNK)) { in hmdfs_actor_merge() 253 } else if ((d_type == DT_REG || d_type == DT_LNK) && insert_res > 0) { in hmdfs_actor_merge() 273 (insert_res == DT_REG || insert_res == DT_LNK)) in hmdfs_actor_merge() 274 cache_entry->file_type = DT_REG; in hmdfs_actor_merge()
|
D | inode_merge.c | 339 return DT_REG; in check_filename() 379 mdi->type = S_ISDIR(mode) ? DT_DIR : DT_REG; in is_valid_comrade() 387 if (mdi->type == DT_REG && list_empty(&mdi->comrade_list) && in is_valid_comrade() 470 if (*type == DT_REG) in hmdfs_get_real_dname() 510 if (mdi->type != DT_REG || devid == 0) { in lookup_merge_normal() 519 if (mdi->type == DT_REG && peer->device_id != devid) in lookup_merge_normal()
|
D | inode_cloud_merge.c | 170 if (mdi->type != DT_REG || devid == 0) { in lookup_merge_normal() 175 if (mdi->type == DT_REG && !is_comrade_list_empty(mdi)) { in lookup_merge_normal()
|
D | file_cloud.c | 349 file_type = DT_REG; in analysis_dentry_file_from_cloud()
|
/kernel/linux/linux-5.10/fs/squashfs/ |
D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/kernel/linux/linux-5.10/fs/9p/ |
D | vfs_dir.c | 54 int rettype = DT_REG; in dt_type()
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | inode.c | 259 fattr->cf_dtype = DT_REG; 292 fattr->cf_dtype = DT_REG; 467 fattr->cf_dtype = DT_REG; 536 fattr->cf_dtype = DT_REG; 541 fattr->cf_dtype = DT_REG; 642 fattr->cf_dtype = DT_REG; 715 fattr->cf_dtype = DT_REG;
|
D | readdir.c | 199 fattr->cf_dtype = DT_REG; in cifs_fill_common_info() 287 fattr->cf_dtype = DT_REG; in cifs_posix_to_fattr()
|
/kernel/linux/linux-5.10/fs/hfs/ |
D | dir.c | 135 be32_to_cpu(entry.file.FlNum), DT_REG)) in hfs_readdir()
|
/kernel/liteos_a/testsuites/unittest/tools/ |
D | unittest_tools.cpp | 94 if (pDir->d_type == DT_REG) { in GetAllTestsuites()
|
/kernel/linux/linux-5.10/fs/openpromfs/ |
D | inode.c | 316 prop->unique_id, DT_REG)) in openpromfs_readdir()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
D | dir.c | 261 if (!type) type = DT_REG; in jffs2_link() 802 if (!type) type = DT_REG; in jffs2_rename()
|
/kernel/linux/linux-5.10/fs/omfs/ |
D | dir.c | 358 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
|
/kernel/linux/linux-5.10/fs/vboxsf/ |
D | dir.c | 77 d_type = DT_REG; in vboxsf_get_d_type()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_dir2_readdir.c | 26 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
|
/kernel/linux/linux-5.10/fs/romfs/ |
D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/kernel/linux/linux-5.10/fs/coda/ |
D | dir.c | 337 case CDT_REG: dt = DT_REG; break; in CDT2DT()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
D | dir.c | 235 [NILFS_FT_REG_FILE] = DT_REG,
|
/kernel/uniproton/src/fs/littlefs/ |
D | lfs_adapter.c | 355 dent->d_type = DT_REG; in OsLfsReaddir()
|
/kernel/liteos_m/components/fs/littlefs/ |
D | lfs_adapter.c | 382 dent->d_type = DT_REG; in LfsReaddir()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
D | dir.c | 236 type = DT_REG; in hfsplus_readdir()
|