Searched refs:DT_FIFO (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/ |
| H A D | fs_types.c | 14 [FT_FIFO] = DT_FIFO, 56 [DT_FIFO] = FT_FIFO,
|
| /linux/include/linux/ |
| H A D | fs_types.h | 35 #define DT_FIFO 1 macro
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 15 { DT_FIFO, "FIFO" }, \
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 65 #define DT_FIFO 0x1 macro
|
| /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
|
| /linux/fs/vboxsf/ |
| H A D | dir.c | 65 d_type = DT_FIFO; in vboxsf_get_d_type()
|
| /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
|
| /linux/fs/xfs/ |
| H A D | xfs_dir2_readdir.c | 28 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
|
| /linux/fs/coda/ |
| H A D | dir.c | 334 case CDT_FIFO: dt = DT_FIFO; break; in CDT2DT()
|
| /linux/fs/ufs/ |
| H A D | util.h | 178 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type()
|
| /linux/fs/hfsplus/ |
| H A D | dir.c | 240 type = DT_FIFO; in hfsplus_readdir()
|
| /linux/fs/smb/client/ |
| H A D | inode.c | 306 fattr->cf_dtype = DT_FIFO; in cifs_unix_basic_to_fattr() 546 fattr->cf_dtype = DT_FIFO; in cifs_sfu_type() 680 fattr->cf_dtype = DT_FIFO; in cifs_sfu_type()
|
| H A D | readdir.c | 228 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
|
| /linux/fs/ubifs/ |
| H A D | dir.c | 549 return DT_FIFO; in vfs_dent_type()
|
| /linux/fs/ext4/ |
| H A D | ext4.h | 2903 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|