/kernel/linux/linux-5.10/fs/ |
H A D | fs_types.c | 10 [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 D | fs_types.c | 10 [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 D | fs_types.h | 39 #define DT_REG 8 macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_types.h | 39 #define DT_REG 8 macro
|
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
H A D | dirent.h | 50 #define DT_REG 8 macro
|
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | fs.h | 19 { DT_REG, "REG" }, \
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A 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()
|
H A 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()
|
H A 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()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A 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()
|
H A D | file_merge.c | 252 (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 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | read.c | 95 case DT_REG: in f()
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | read.c | 97 case DT_REG: in f()
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | vfs_dir.c | 54 int rettype = DT_REG; in dt_type()
|
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | dir.c | 27 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 D | dir.c | 27 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 D | types.h | 66 #define DT_REG 0x8 macro
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | vfs_dir.c | 51 int rettype = DT_REG; in dt_type()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A 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;
|
H A 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/ |
H A D | dir.c | 135 be32_to_cpu(entry.file.FlNum), DT_REG)) in hfs_readdir()
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | dir.c | 135 be32_to_cpu(entry.file.FlNum), DT_REG)) in hfs_readdir()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | dir.c | 261 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 D | dir.c | 265 if (!type) type = DT_REG; in jffs2_link() 813 if (!type) type = DT_REG; in jffs2_rename()
|