Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs_dirent.c10 [FT_REG_FILE] = DT_REG,
51 [DT_REG] = FT_REG_FILE,
/linux/include/linux/
H A Dfs_dirent.h42 #define DT_REG 8 macro
/linux/tools/include/nolibc/
H A Dtypes.h84 #define DT_REG 0x8
69 #define DT_REG global() macro
/linux/include/trace/misc/
H A Dfs.h19 { DT_REG, "REG" }, \
/linux/tools/testing/selftests/proc/
H A Dread.c97 case DT_REG: in f()
/linux/fs/9p/
H A Dvfs_dir.c51 int rettype = DT_REG; in dt_type()
/linux/fs/hfs/
H A Ddir.c135 be32_to_cpu(entry.file.FlNum), DT_REG)) in hfs_readdir()
/linux/fs/openpromfs/
H A Dinode.c320 prop->unique_id, DT_REG)) in openpromfs_readdir()
/linux/fs/smb/client/
H A Dinode.c277 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr()
310 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr()
546 fattr->cf_dtype = DT_REG; in cifs_sfu_type()
679 fattr->cf_dtype = DT_REG; in cifs_sfu_type()
688 fattr->cf_dtype = DT_REG; in cifs_sfu_type()
935 fattr->cf_dtype = DT_REG; in cifs_open_info_to_fattr()
H A Dreaddir.c202 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()
/linux/fs/romfs/
H A Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux/fs/vboxsf/
H A Ddir.c77 d_type = DT_REG; in vboxsf_get_d_type()
/linux/fs/ufs/
H A Dutil.h166 de->d_u.d_44.d_type = DT_REG; in ufs_set_de_type()
/linux/fs/tracefs/
H A Devent_inode.c622 if (!dir_emit(ctx, name, strlen(name), ino, DT_REG)) in eventfs_iterate()
/linux/tools/perf/util/
H A Dhwmon_pmu.c261 if (ent->d_type != DT_REG) in hwmon_pmu__read_events()
/linux/fs/jffs2/
H A Dwrite.c520 rd->type = DT_REG; in jffs2_do_create()
/linux/fs/ntfs/
H A Ddir.c670 dt_type = DT_REG; in ntfs_filldir()
/linux/fs/overlayfs/
H A Dreaddir.c199 p->check_xwhiteout = rdd->in_xwhiteouts_dir && d_type == DT_REG; in ovl_cache_entry_new()
/linux/tools/perf/ui/browsers/
H A Dhists.c2398 if (!(dent->d_type == DT_REG)) in switch_data_file()
/linux/fs/ext4/
H A Dext4.h2917 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK