/kernel/linux/linux-5.10/fs/ |
H A D | fs_types.c | 14 [FT_FIFO] = DT_FIFO, 29 * * DT_FIFO - FIFO 56 [DT_FIFO] = FT_FIFO, 93 * * DT_FIFO - FIFO
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_types.c | 14 [FT_FIFO] = DT_FIFO, 29 * * DT_FIFO - FIFO 56 [DT_FIFO] = FT_FIFO, 93 * * DT_FIFO - FIFO
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_types.h | 35 #define DT_FIFO 1 macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_types.h | 35 #define DT_FIFO 1 macro
|
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
H A D | dirent.h | 46 #define DT_FIFO 1 macro
|
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | fs.h | 15 { DT_FIFO, "FIFO" }, \
|
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | types.h | 62 #define DT_FIFO 0x1 macro
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | readdir.c | 187 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info() 232 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
|
/kernel/linux/linux-5.10/fs/coda/ |
H A D | dir.c | 333 case CDT_FIFO: dt = DT_FIFO; break; in CDT2DT()
|
/kernel/linux/linux-5.10/fs/romfs/ |
H A D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/kernel/linux/linux-5.10/fs/vboxsf/ |
H A D | dir.c | 65 d_type = DT_FIFO; in vboxsf_get_d_type()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dir2_readdir.c | 27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
|
/kernel/linux/linux-6.6/fs/coda/ |
H A D | dir.c | 334 case CDT_FIFO: dt = DT_FIFO; break; in CDT2DT()
|
/kernel/linux/linux-6.6/fs/romfs/ |
H A D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/kernel/linux/linux-6.6/fs/vboxsf/ |
H A D | dir.c | 65 d_type = DT_FIFO; in vboxsf_get_d_type()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_dir2_readdir.c | 27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | inode.c | 288 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() 754 fattr->cf_dtype = DT_FIFO; in cifs_reparse_point_to_fattr() 778 fattr->cf_dtype = DT_FIFO; in cifs_reparse_point_to_fattr()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | dir.c | 240 type = DT_FIFO; in hfsplus_readdir()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | dir.c | 239 [NILFS_FT_FIFO] = DT_FIFO,
|
/kernel/linux/linux-5.10/fs/ufs/ |
H A D | util.h | 184 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type()
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | dir.c | 239 [NILFS_FT_FIFO] = DT_FIFO,
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | dir.c | 240 type = DT_FIFO; in hfsplus_readdir()
|
/kernel/linux/linux-6.6/fs/ufs/ |
H A D | util.h | 178 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type()
|