/openbmc/linux/fs/ |
H A D | fs_types.c | 14 [FT_FIFO] = DT_FIFO, 56 [DT_FIFO] = FT_FIFO,
|
/openbmc/u-boot/include/jffs2/ |
H A D | jffs2.h | 197 DT_FIFO = 1, enumerator 198 # define DT_FIFO DT_FIFO macro
|
/openbmc/linux/include/linux/ |
H A D | fs_types.h | 35 #define DT_FIFO 1 macro
|
/openbmc/linux/include/trace/misc/ |
H A D | fs.h | 15 { DT_FIFO, "FIFO" }, \
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yportenv.h | 35 #define DT_FIFO 1 macro
|
H A D | yaffs_guts.c | 4504 return DT_FIFO; in yaffs_get_obj_type()
|
/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 | 62 #define DT_FIFO 0x1 macro
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_dir2_readdir.c | 27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
|
/openbmc/linux/fs/vboxsf/ |
H A D | dir.c | 65 d_type = DT_FIFO; in vboxsf_get_d_type()
|
/openbmc/linux/fs/coda/ |
H A D | dir.c | 334 case CDT_FIFO: dt = DT_FIFO; 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/linux/fs/hfsplus/ |
H A D | dir.c | 240 type = DT_FIFO; in hfsplus_readdir()
|
/openbmc/linux/fs/ufs/ |
H A D | util.h | 178 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type()
|
/openbmc/linux/fs/nilfs2/ |
H A D | dir.c | 250 [NILFS_FT_FIFO] = DT_FIFO,
|
/openbmc/linux/fs/smb/client/ |
H A D | inode.c | 289 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 D | readdir.c | 227 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.h | 540 #define DT_FIFO 1 macro
|
/openbmc/linux/fs/ubifs/ |
H A D | dir.c | 528 return DT_FIFO; in vfs_dent_type()
|
/openbmc/linux/fs/ext4/ |
H A D | ext4.h | 2825 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|