Searched refs:DT_FIFO (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/fs/squashfs/ |
D | dir.c | 40 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/linux-4.4.14/fs/coda/ |
D | dir.c | 328 case CDT_FIFO: dt = DT_FIFO; break; in CDT2DT()
|
/linux-4.4.14/fs/romfs/ |
D | super.c | 93 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/linux-4.4.14/fs/xfs/ |
D | xfs_dir2_readdir.c | 41 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
|
/linux-4.4.14/fs/hfsplus/ |
D | dir.c | 241 type = DT_FIFO; in hfsplus_readdir()
|
/linux-4.4.14/fs/nilfs2/ |
D | dir.c | 230 [NILFS_FT_FIFO] = DT_FIFO,
|
/linux-4.4.14/fs/ufs/ |
D | util.h | 183 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type()
|
/linux-4.4.14/fs/ext2/ |
D | dir.c | 259 [EXT2_FT_FIFO] = DT_FIFO,
|
/linux-4.4.14/fs/exofs/ |
D | dir.c | 212 [EXOFS_FT_FIFO] = DT_FIFO,
|
/linux-4.4.14/fs/cifs/ |
D | readdir.c | 182 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
|
D | inode.c | 268 fattr->cf_dtype = DT_FIFO; 448 fattr->cf_dtype = DT_FIFO;
|
/linux-4.4.14/fs/nfs/ |
D | nfstrace.h | 15 { DT_FIFO, "FIFO" }, \
|
/linux-4.4.14/fs/f2fs/ |
D | dir.c | 46 [F2FS_FT_FIFO] = DT_FIFO,
|
/linux-4.4.14/fs/ubifs/ |
D | dir.c | 325 return DT_FIFO; in vfs_dent_type()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1556 #define DT_FIFO 1 macro
|
/linux-4.4.14/fs/ext4/ |
D | ext4.h | 2401 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|
/linux-4.4.14/fs/ocfs2/ |
D | dir.c | 72 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|
/linux-4.4.14/fs/btrfs/ |
D | inode.c | 5713 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|