Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dfs_types.c14 [FT_FIFO] = DT_FIFO,
56 [DT_FIFO] = FT_FIFO,
/linux-6.3-rc2/include/linux/
A Dfs_types.h35 #define DT_FIFO 1 macro
/linux-6.3-rc2/include/trace/misc/
A Dfs.h15 { DT_FIFO, "FIFO" }, \
/linux-6.3-rc2/tools/include/nolibc/
A Dtypes.h39 #define DT_FIFO 0x1 macro
/linux-6.3-rc2/fs/squashfs/
A Ddir.c27 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
/linux-6.3-rc2/fs/vboxsf/
A Ddir.c65 d_type = DT_FIFO; in vboxsf_get_d_type()
/linux-6.3-rc2/fs/xfs/
A Dxfs_dir2_readdir.c27 DT_FIFO, DT_SOCK, DT_LNK, DT_WHT,
/linux-6.3-rc2/fs/coda/
A Ddir.c334 case CDT_FIFO: dt = DT_FIFO; break; in CDT2DT()
/linux-6.3-rc2/fs/romfs/
A Dsuper.c94 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_SOCK, DT_FIFO
/linux-6.3-rc2/fs/cifs/
A Dreaddir.c174 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
219 fattr->cf_dtype = DT_FIFO; in cifs_fill_common_info()
A Dinode.c288 fattr->cf_dtype = DT_FIFO;
498 fattr->cf_dtype = DT_FIFO;
729 fattr->cf_dtype = DT_FIFO;
/linux-6.3-rc2/fs/nilfs2/
A Ddir.c239 [NILFS_FT_FIFO] = DT_FIFO,
/linux-6.3-rc2/fs/hfsplus/
A Ddir.c240 type = DT_FIFO; in hfsplus_readdir()
/linux-6.3-rc2/fs/ufs/
A Dutil.h184 de->d_u.d_44.d_type = DT_FIFO; in ufs_set_de_type()
/linux-6.3-rc2/fs/f2fs/
A Ddir.c51 [F2FS_FT_FIFO] = DT_FIFO,
/linux-6.3-rc2/fs/ubifs/
A Ddir.c534 return DT_FIFO; in vfs_dent_type()
/linux-6.3-rc2/fs/ext4/
A Dext4.h2827 DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK

Completed in 48 milliseconds