/openbmc/linux/fs/ |
H A D | fs_types.c | 10 [FT_REG_FILE] = DT_REG, 51 [DT_REG] = FT_REG_FILE,
|
/openbmc/u-boot/include/jffs2/ |
H A D | jffs2.h | 205 DT_REG = 8, enumerator 206 # define DT_REG DT_REG macro
|
/openbmc/linux/include/linux/ |
H A D | fs_types.h | 39 #define DT_REG 8 macro
|
/openbmc/linux/include/trace/misc/ |
H A D | fs.h | 19 { DT_REG, "REG" }, \
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yportenv.h | 39 #define DT_REG 8 macro
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | read.c | 97 case DT_REG: in f()
|
/openbmc/linux/fs/squashfs/ |
H A D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/openbmc/linux/tools/include/nolibc/ |
H A D | types.h | 66 #define DT_REG 0x8 macro
|
/openbmc/linux/fs/9p/ |
H A D | vfs_dir.c | 51 int rettype = DT_REG; in dt_type()
|
/openbmc/linux/fs/hfs/ |
H A D | dir.c | 135 be32_to_cpu(entry.file.FlNum), DT_REG)) in hfs_readdir()
|
/openbmc/linux/fs/smb/client/ |
H A D | inode.c | 265 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr() 298 fattr->cf_dtype = DT_REG; in cifs_unix_basic_to_fattr() 530 fattr->cf_dtype = DT_REG; in cifs_sfu_type() 604 fattr->cf_dtype = DT_REG; in cifs_sfu_type() 609 fattr->cf_dtype = DT_REG; in cifs_sfu_type() 856 fattr->cf_dtype = DT_REG; in cifs_open_info_to_fattr()
|
/openbmc/linux/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()
|
H A D | write.c | 520 rd->type = DT_REG; in jffs2_do_create()
|
/openbmc/linux/fs/openpromfs/ |
H A D | inode.c | 320 prop->unique_id, DT_REG)) in openpromfs_readdir()
|
/openbmc/linux/fs/omfs/ |
H A D | dir.c | 359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_dir2_readdir.c | 26 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
|
/openbmc/linux/fs/vboxsf/ |
H A D | dir.c | 77 d_type = DT_REG; in vboxsf_get_d_type()
|
/openbmc/slpd-lite/ |
H A D | slp_message_handler.cpp | 350 if (dent->d_type == DT_REG) // regular file in readSLPServiceInfo()
|
/openbmc/linux/fs/ntfs3/ |
H A D | dir.c | 322 dt_type = (fname->dup.fa & FILE_ATTRIBUTE_DIRECTORY) ? DT_DIR : DT_REG; in ntfs_dir_emit()
|
/openbmc/linux/fs/coda/ |
H A D | dir.c | 338 case CDT_REG: dt = DT_REG; break; in CDT2DT()
|
/openbmc/linux/fs/romfs/ |
H A D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | os.c | 443 case DT_REG: in os_dirent_ls()
|
/openbmc/linux/fs/hfsplus/ |
H A D | dir.c | 236 type = DT_REG; in hfsplus_readdir()
|
/openbmc/linux/fs/ufs/ |
H A D | util.h | 166 de->d_u.d_44.d_type = DT_REG; in ufs_set_de_type()
|
/openbmc/linux/fs/nilfs2/ |
H A D | dir.c | 240 [NILFS_FT_REG_FILE] = DT_REG,
|