Home
last modified time | relevance | path

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

/linux-4.4.14/fs/squashfs/
Ddir.c40 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux-4.4.14/fs/coda/
Ddir.c328 case CDT_FIFO: dt = DT_FIFO; break; in CDT2DT()
/linux-4.4.14/fs/romfs/
Dsuper.c93 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux-4.4.14/fs/xfs/
Dxfs_dir2_readdir.c41 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
/linux-4.4.14/fs/hfsplus/
Ddir.c241 type = DT_FIFO; in hfsplus_readdir()
/linux-4.4.14/fs/nilfs2/
Ddir.c230 [NILFS_FT_FIFO] = DT_FIFO,
/linux-4.4.14/fs/ufs/
Dutil.h183 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type()
/linux-4.4.14/fs/ext2/
Ddir.c259 [EXT2_FT_FIFO] = DT_FIFO,
/linux-4.4.14/fs/exofs/
Ddir.c212 [EXOFS_FT_FIFO] = DT_FIFO,
/linux-4.4.14/fs/cifs/
Dreaddir.c182 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
Dinode.c268 fattr->cf_dtype = DT_FIFO;
448 fattr->cf_dtype = DT_FIFO;
/linux-4.4.14/fs/nfs/
Dnfstrace.h15 { DT_FIFO, "FIFO" }, \
/linux-4.4.14/fs/f2fs/
Ddir.c46 [F2FS_FT_FIFO] = DT_FIFO,
/linux-4.4.14/fs/ubifs/
Ddir.c325 return DT_FIFO; in vfs_dent_type()
/linux-4.4.14/include/linux/
Dfs.h1556 #define DT_FIFO 1 macro
/linux-4.4.14/fs/ext4/
Dext4.h2401 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
/linux-4.4.14/fs/ocfs2/
Ddir.c72 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
/linux-4.4.14/fs/btrfs/
Dinode.c5713 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK