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