Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfs_types.c14 [FT_FIFO] = DT_FIFO,
56 [DT_FIFO] = FT_FIFO,
/openbmc/u-boot/include/jffs2/
H A Djffs2.h197 DT_FIFO = 1, enumerator
198 # define DT_FIFO DT_FIFO macro
/openbmc/linux/include/linux/
H A Dfs_types.h35 #define DT_FIFO 1 macro
/openbmc/linux/include/trace/misc/
H A Dfs.h15 { DT_FIFO, "FIFO" }, \
/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h35 #define DT_FIFO 1 macro
H A Dyaffs_guts.c4504 return DT_FIFO; in yaffs_get_obj_type()
/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.h62 #define DT_FIFO 0x1 macro
/openbmc/linux/fs/xfs/
H A Dxfs_dir2_readdir.c27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
/openbmc/linux/fs/vboxsf/
H A Ddir.c65 d_type = DT_FIFO; in vboxsf_get_d_type()
/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.c334 case CDT_FIFO: dt = DT_FIFO; break; in CDT2DT()
/openbmc/linux/fs/hfsplus/
H A Ddir.c240 type = DT_FIFO; in hfsplus_readdir()
/openbmc/linux/fs/nilfs2/
H A Ddir.c239 [NILFS_FT_FIFO] = DT_FIFO,
/openbmc/linux/fs/ufs/
H A Dutil.h178 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type()
/openbmc/linux/fs/smb/client/
H A Dinode.c289 fattr->cf_dtype = DT_FIFO; in cifs_unix_basic_to_fattr()
526 fattr->cf_dtype = DT_FIFO; in cifs_sfu_type()
601 fattr->cf_dtype = DT_FIFO; in cifs_sfu_type()
H A Dreaddir.c211 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h540 #define DT_FIFO 1 macro
/openbmc/linux/fs/ubifs/
H A Ddir.c528 return DT_FIFO; in vfs_dent_type()
/openbmc/linux/fs/ext4/
H A Dext4.h2823 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK