Home
last modified time | relevance | path

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

12

/openbmc/linux/fs/
H A Dfs_types.c10 [FT_REG_FILE] = DT_REG,
51 [DT_REG] = FT_REG_FILE,
/openbmc/u-boot/include/jffs2/
H A Djffs2.h205 DT_REG = 8, enumerator
206 # define DT_REG DT_REG macro
/openbmc/linux/include/linux/
H A Dfs_types.h39 #define DT_REG 8 macro
/openbmc/linux/include/trace/misc/
H A Dfs.h19 { DT_REG, "REG" }, \
/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h39 #define DT_REG 8 macro
/openbmc/linux/tools/testing/selftests/proc/
H A Dread.c97 case DT_REG: in f()
/openbmc/linux/fs/squashfs/
H A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/openbmc/linux/tools/include/nolibc/
H A Dtypes.h66 #define DT_REG 0x8 macro
/openbmc/linux/fs/9p/
H A Dvfs_dir.c51 int rettype = DT_REG; in dt_type()
/openbmc/linux/fs/hfs/
H A Ddir.c135 be32_to_cpu(entry.file.FlNum), DT_REG)) in hfs_readdir()
/openbmc/linux/fs/smb/client/
H A Dinode.c265 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()
714 fattr->cf_dtype = DT_REG; in smb311_posix_info_to_fattr()
780 fattr->cf_dtype = DT_REG; in cifs_open_info_to_fattr()
H A Dreaddir.c185 fattr->cf_dtype = DT_REG; in cifs_fill_common_info()
266 fattr->cf_dtype = DT_REG; in cifs_posix_to_fattr()
/openbmc/slpd-lite/
H A Dslp_message_handler.cpp323 if (dent->d_type == DT_REG) // regular file in readSLPServiceInfo()
/openbmc/linux/fs/openpromfs/
H A Dinode.c320 prop->unique_id, DT_REG)) in openpromfs_readdir()
/openbmc/linux/fs/jffs2/
H A Ddir.c265 if (!type) type = DT_REG; in jffs2_link()
813 if (!type) type = DT_REG; in jffs2_rename()
/openbmc/linux/fs/omfs/
H A Ddir.c359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
/openbmc/linux/fs/xfs/
H A Dxfs_dir2_readdir.c26 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK,
/openbmc/linux/fs/vboxsf/
H A Ddir.c77 d_type = DT_REG; in vboxsf_get_d_type()
/openbmc/linux/fs/ntfs3/
H A Ddir.c319 dt_type = (fname->dup.fa & FILE_ATTRIBUTE_DIRECTORY) ? DT_DIR : DT_REG; in ntfs_filldir()
/openbmc/linux/fs/romfs/
H A Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/openbmc/linux/fs/coda/
H A Ddir.c338 case CDT_REG: dt = DT_REG; break; in CDT2DT()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c443 case DT_REG: in os_dirent_ls()
/openbmc/linux/fs/hfsplus/
H A Ddir.c236 type = DT_REG; in hfsplus_readdir()
/openbmc/linux/fs/nilfs2/
H A Ddir.c235 [NILFS_FT_REG_FILE] = DT_REG,
/openbmc/linux/fs/tracefs/
H A Devent_inode.c604 if (!dir_emit(ctx, name, strlen(name), ino, DT_REG)) in eventfs_iterate()

12