Home
last modified time | relevance | path

Searched refs:DT_REG (Results 1 - 25 of 80) sorted by relevance

1234

/kernel/linux/linux-5.10/fs/
H A Dfs_types.c10 [FT_REG_FILE] = DT_REG,
33 * * DT_REG - Regular file
51 [DT_REG] = FT_REG_FILE,
97 * * DT_REG - Regular file
/kernel/linux/linux-6.6/fs/
H A Dfs_types.c10 [FT_REG_FILE] = DT_REG,
33 * * DT_REG - Regular file
51 [DT_REG] = FT_REG_FILE,
97 * * DT_REG - Regular file
/kernel/linux/linux-5.10/include/linux/
H A Dfs_types.h39 #define DT_REG 8 macro
/kernel/linux/linux-6.6/include/linux/
H A Dfs_types.h39 #define DT_REG 8 macro
/kernel/liteos_m/kal/libc/newlib/porting/include/
H A Ddirent.h50 #define DT_REG 8 macro
/kernel/linux/linux-6.6/include/trace/misc/
H A Dfs.h19 { DT_REG, "REG" }, \
/kernel/linux/linux-5.10/fs/hmdfs/
H A 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()
H A 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()
H A 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()
/kernel/linux/linux-6.6/fs/hmdfs/
H A 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()
H A Dfile_merge.c252 (insert_res == DT_REG || insert_res == DT_LNK)) { in hmdfs_actor_merge()
259 } else if ((d_type == DT_REG || d_type == DT_LNK) && insert_res > 0) { in hmdfs_actor_merge()
278 (insert_res == DT_REG || insert_res == DT_LNK)) in hmdfs_actor_merge()
279 cache_entry->file_type = DT_REG; in hmdfs_actor_merge()
H A 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()
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dread.c95 case DT_REG: in f()
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dread.c97 case DT_REG: in f()
/kernel/linux/linux-5.10/fs/9p/
H A Dvfs_dir.c54 int rettype = DT_REG; in dt_type()
/kernel/linux/linux-5.10/fs/squashfs/
H A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/kernel/linux/linux-6.6/fs/squashfs/
H A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dtypes.h66 #define DT_REG 0x8 macro
/kernel/linux/linux-6.6/fs/9p/
H A Dvfs_dir.c51 int rettype = DT_REG; in dt_type()
/kernel/linux/linux-5.10/fs/cifs/
H A 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;
H A 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/
H A Ddir.c135 be32_to_cpu(entry.file.FlNum), DT_REG)) in hfs_readdir()
/kernel/linux/linux-6.6/fs/hfs/
H A Ddir.c135 be32_to_cpu(entry.file.FlNum), DT_REG)) in hfs_readdir()
/kernel/linux/linux-5.10/fs/jffs2/
H A Ddir.c261 if (!type) type = DT_REG; in jffs2_link()
802 if (!type) type = DT_REG; in jffs2_rename()
/kernel/linux/linux-6.6/fs/jffs2/
H A Ddir.c265 if (!type) type = DT_REG; in jffs2_link()
813 if (!type) type = DT_REG; in jffs2_rename()

Completed in 20 milliseconds

1234