Searched refs:DT_FIFO (Results 1 – 16 of 16) sorted by relevance
/Linux-v6.6/fs/ |
D | fs_types.c | 14 [FT_FIFO] = DT_FIFO, 56 [DT_FIFO] = FT_FIFO,
|
/Linux-v6.6/include/linux/ |
D | fs_types.h | 35 #define DT_FIFO 1 macro
|
/Linux-v6.6/include/trace/misc/ |
D | fs.h | 15 { DT_FIFO, "FIFO" }, \
|
/Linux-v6.6/fs/squashfs/ |
D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/Linux-v6.6/tools/include/nolibc/ |
D | types.h | 62 #define DT_FIFO 0x1 macro
|
/Linux-v6.6/fs/xfs/ |
D | xfs_dir2_readdir.c | 27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
|
/Linux-v6.6/fs/vboxsf/ |
D | dir.c | 65 d_type = DT_FIFO; in vboxsf_get_d_type()
|
/Linux-v6.6/fs/coda/ |
D | dir.c | 334 case CDT_FIFO: dt = DT_FIFO; break; in CDT2DT()
|
/Linux-v6.6/fs/romfs/ |
D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/Linux-v6.6/fs/nilfs2/ |
D | dir.c | 239 [NILFS_FT_FIFO] = DT_FIFO,
|
/Linux-v6.6/fs/hfsplus/ |
D | dir.c | 240 type = DT_FIFO; in hfsplus_readdir()
|
/Linux-v6.6/fs/ufs/ |
D | util.h | 178 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type()
|
/Linux-v6.6/fs/smb/client/ |
D | inode.c | 284 fattr->cf_dtype = DT_FIFO; in cifs_unix_basic_to_fattr() 523 fattr->cf_dtype = DT_FIFO; in cifs_sfu_type() 730 fattr->cf_dtype = DT_FIFO; in cifs_reparse_point_to_fattr()
|
D | readdir.c | 210 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
|
/Linux-v6.6/fs/ubifs/ |
D | dir.c | 528 return DT_FIFO; in vfs_dent_type()
|
/Linux-v6.6/fs/ext4/ |
D | ext4.h | 2822 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|