Home
last modified time | relevance | path

Searched refs:DT_FIFO (Results 1 – 11 of 11) 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/ntfs/
H A Dreparse.c197 dt_type = DT_FIFO; in ntfs_reparse_tag_dt_types()
/linux/fs/ufs/
H A Dutil.h178 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type()
/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/ext4/
H A Dext4.h2917 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK