Searched refs:DT_REG (Results 1 – 17 of 17) sorted by relevance
| /linux/fs/ |
| H A D | fs_dirent.c | 10 [FT_REG_FILE] = DT_REG, 51 [DT_REG] = FT_REG_FILE,
|
| /linux/include/linux/ |
| H A D | fs_dirent.h | 42 #define DT_REG 8 macro
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 84 #define DT_REG 0x8 69 #define DT_REG global() macro
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 19 { DT_REG, "REG" }, \
|
| /linux/tools/testing/selftests/proc/ |
| H A D | read.c | 97 case DT_REG: in f()
|
| /linux/fs/openpromfs/ |
| H A D | inode.c | 320 prop->unique_id, DT_REG)) in openpromfs_readdir()
|
| /linux/fs/ntfs3/ |
| H A D | dir.c | 370 dt_type = (fname->dup.fa & FILE_ATTRIBUTE_DIRECTORY) ? DT_DIR : DT_REG; in ntfs_dir_emit()
|
| /linux/fs/ufs/ |
| H A D | util.h | 166 de->d_u.d_44.d_type = DT_REG; in ufs_set_de_type()
|
| /linux/fs/tracefs/ |
| H A D | event_inode.c | 636 if (!dir_emit(ctx, name, strlen(name), ino, DT_REG)) in eventfs_iterate()
|
| /linux/tools/perf/util/ |
| H A D | hwmon_pmu.c | 262 if (ent->d_type != DT_REG) in hwmon_pmu__read_events()
|
| /linux/fs/jffs2/ |
| H A D | write.c | 520 rd->type = DT_REG; in jffs2_do_create()
|
| /linux/fs/smb/client/ |
| H A D | readdir.c | 202 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()
|
| /linux/fs/overlayfs/ |
| H A D | readdir.c | 199 p->check_xwhiteout = rdd->in_xwhiteouts_dir && d_type == DT_REG; in ovl_cache_entry_new()
|
| /linux/fs/zonefs/ |
| H A D | super.c | 819 if (!dir_emit(ctx, fname, fname_len, ino, DT_REG)) in zonefs_readdir_zgroup()
|
| /linux/fs/fat/ |
| H A D | dir.c | 717 (de->attr & ATTR_DIR) ? DT_DIR : DT_REG)) in __fat_readdir()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 2418 if (!(dent->d_type == DT_REG)) in switch_data_file()
|
| /linux/fs/ext4/ |
| H A D | ext4.h | 3025 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|