Home
last modified time | relevance | path

Searched refs:DT_FIFO (Results 1 – 12 of 12) sorted by relevance

/linux/fs/
H A Dfs_dirent.c14 [FT_FIFO] = DT_FIFO,
56 [DT_FIFO] = FT_FIFO,
/linux/include/linux/
H A Dfs_dirent.h38 #define DT_FIFO 1 macro
/linux/tools/include/nolibc/
H A Dtypes.h80 #define DT_FIFO 0x1
65 #define DT_FIFO global() macro
/linux/include/trace/misc/
H A Dfs.h15 { DT_FIFO, "FIFO" }, \
/linux/fs/romfs/
H A Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux/fs/vboxsf/
H A Ddir.c65 d_type = DT_FIFO; in vboxsf_get_d_type()
/linux/fs/coda/
H A Ddir.c334 case CDT_FIFO: dt = DT_FIFO; break; in CDT2DT()
/linux/fs/ufs/
H A Dutil.h178 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type()
/linux/fs/hfsplus/
H A Ddir.c240 type = DT_FIFO; in hfsplus_readdir()
/linux/fs/smb/client/
H A Dinode.c301 fattr->cf_dtype = DT_FIFO; in cifs_unix_basic_to_fattr()
542 fattr->cf_dtype = DT_FIFO; in cifs_sfu_type()
676 fattr->cf_dtype = DT_FIFO; in cifs_sfu_type()
H A Dreaddir.c228 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
/linux/fs/ubifs/
H A Ddir.c549 return DT_FIFO; in vfs_dent_type()