Searched refs:DT_FIFO (Results 1 – 17 of 17) sorted by relevance
/linux/fs/ |
A D | fs_types.c | 14 [FT_FIFO] = DT_FIFO, 56 [DT_FIFO] = FT_FIFO,
|
/linux/include/linux/ |
A D | fs_types.h | 35 #define DT_FIFO 1 macro
|
/linux/include/trace/events/ |
A D | fs.h | 15 { DT_FIFO, "FIFO" }, \
|
/linux/fs/squashfs/ |
A D | dir.c | 27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/linux/fs/cifs/ |
A D | readdir.c | 173 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info() 218 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
|
A D | inode.c | 277 fattr->cf_dtype = DT_FIFO; 454 fattr->cf_dtype = DT_FIFO; 682 fattr->cf_dtype = DT_FIFO;
|
/linux/fs/xfs/ |
A D | xfs_dir2_readdir.c | 27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
|
/linux/fs/vboxsf/ |
A D | dir.c | 65 d_type = DT_FIFO; in vboxsf_get_d_type()
|
/linux/fs/coda/ |
A D | dir.c | 334 case CDT_FIFO: dt = DT_FIFO; break; in CDT2DT()
|
/linux/fs/romfs/ |
A D | super.c | 94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
|
/linux/fs/nilfs2/ |
A D | dir.c | 239 [NILFS_FT_FIFO] = DT_FIFO,
|
/linux/fs/hfsplus/ |
A D | dir.c | 240 type = DT_FIFO; in hfsplus_readdir()
|
/linux/fs/ufs/ |
A D | util.h | 184 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type()
|
/linux/fs/f2fs/ |
A D | dir.c | 51 [F2FS_FT_FIFO] = DT_FIFO,
|
/linux/fs/ubifs/ |
A D | dir.c | 471 return DT_FIFO; in vfs_dent_type()
|
/linux/tools/include/nolibc/ |
A D | nolibc.h | 200 #define DT_FIFO 1 macro
|
/linux/fs/ext4/ |
A D | ext4.h | 2864 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
|
Completed in 43 milliseconds