Home
last modified time | relevance | path

Searched refs:DT_REG (Results 1 – 25 of 45) sorted by relevance

12

/kernel/linux/linux-5.10/fs/
Dfs_types.c10 [FT_REG_FILE] = DT_REG,
51 [DT_REG] = FT_REG_FILE,
/kernel/linux/linux-5.10/include/linux/
Dfs_types.h39 #define DT_REG 8 macro
/kernel/liteos_m/kal/libc/newlib/porting/include/
Ddirent.h50 #define DT_REG 8 macro
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
Dread.c95 case DT_REG: in f()
/kernel/linux/linux-5.10/fs/hmdfs/
Dfile_merge.c246 (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()
Dinode_merge.c339 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()
Dinode_cloud_merge.c170 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()
Dfile_cloud.c349 file_type = DT_REG; in analysis_dentry_file_from_cloud()
/kernel/linux/linux-5.10/fs/squashfs/
Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/kernel/linux/linux-5.10/fs/9p/
Dvfs_dir.c54 int rettype = DT_REG; in dt_type()
/kernel/linux/linux-5.10/fs/cifs/
Dinode.c259 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;
Dreaddir.c199 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/
Ddir.c135 be32_to_cpu(entry.file.FlNum), DT_REG)) in hfs_readdir()
/kernel/liteos_a/testsuites/unittest/tools/
Dunittest_tools.cpp94 if (pDir->d_type == DT_REG) { in GetAllTestsuites()
/kernel/linux/linux-5.10/fs/openpromfs/
Dinode.c316 prop->unique_id, DT_REG)) in openpromfs_readdir()
/kernel/linux/linux-5.10/fs/jffs2/
Ddir.c261 if (!type) type = DT_REG; in jffs2_link()
802 if (!type) type = DT_REG; in jffs2_rename()
/kernel/linux/linux-5.10/fs/omfs/
Ddir.c358 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
/kernel/linux/linux-5.10/fs/vboxsf/
Ddir.c77 d_type = DT_REG; in vboxsf_get_d_type()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_dir2_readdir.c26 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
/kernel/linux/linux-5.10/fs/romfs/
Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/kernel/linux/linux-5.10/fs/coda/
Ddir.c337 case CDT_REG: dt = DT_REG; break; in CDT2DT()
/kernel/linux/linux-5.10/fs/nilfs2/
Ddir.c235 [NILFS_FT_REG_FILE] = DT_REG,
/kernel/uniproton/src/fs/littlefs/
Dlfs_adapter.c355 dent->d_type = DT_REG; in OsLfsReaddir()
/kernel/liteos_m/components/fs/littlefs/
Dlfs_adapter.c382 dent->d_type = DT_REG; in LfsReaddir()
/kernel/linux/linux-5.10/fs/hfsplus/
Ddir.c236 type = DT_REG; in hfsplus_readdir()

12