Searched refs:DT_FIFO (Results 1 – 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
D | fs_types.c | 14 [FT_FIFO] = DT_FIFO, 56 [DT_FIFO] = FT_FIFO,
|
/kernel/linux/linux-5.10/include/linux/ |
D | fs_types.h | 35 #define DT_FIFO 1 macro
|
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
D | dirent.h | 46 #define DT_FIFO 1 macro
|
/kernel/linux/linux-5.10/fs/squashfs/ |
D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/kernel/linux/linux-5.10/fs/cifs/ |
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()
|
D | inode.c | 283 fattr->cf_dtype = DT_FIFO; 463 fattr->cf_dtype = DT_FIFO; 691 fattr->cf_dtype = DT_FIFO;
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_dir2_readdir.c | 27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
|
/kernel/linux/linux-5.10/fs/vboxsf/ |
D | dir.c | 65 d_type = DT_FIFO; in vboxsf_get_d_type()
|
/kernel/linux/linux-5.10/fs/coda/ |
D | dir.c | 333 case CDT_FIFO: dt = DT_FIFO; break; in CDT2DT()
|
/kernel/linux/linux-5.10/fs/romfs/ |
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/nilfs2/ |
D | dir.c | 239 [NILFS_FT_FIFO] = DT_FIFO,
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
D | dir.c | 240 type = DT_FIFO; in hfsplus_readdir()
|
/kernel/linux/linux-5.10/fs/ufs/ |
D | util.h | 184 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | nfstrace.h | 15 TRACE_DEFINE_ENUM(DT_FIFO); 27 { DT_FIFO, "FIFO" }, \
|
/kernel/linux/linux-5.10/fs/f2fs/ |
D | dir.c | 46 [F2FS_FT_FIFO] = DT_FIFO,
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
D | nolibc.h | 225 #define DT_FIFO 1 macro
|
/kernel/linux/linux-5.10/fs/ubifs/ |
D | dir.c | 529 return DT_FIFO; in vfs_dent_type()
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | ext4.h | 2729 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|