Home
last modified time | relevance | path

Searched refs:F2FS_FT_FIFO (Results 1 – 4 of 4) sorted by relevance

/external/f2fs-tools/fsck/
Dsload.c134 dentries[i].file_type = F2FS_FT_FIFO; in build_directory()
Df2fs.h442 [S_IFIFO >> S_SHIFT] = F2FS_FT_FIFO,
Dfsck.c337 if (S_ISFIFO(mode) && ftype != F2FS_FT_FIFO) in __check_inode_mode()
657 ftype == F2FS_FT_FIFO || ftype == F2FS_FT_SOCK) in fsck_chk_inode_blk()
/external/f2fs-tools/include/
Df2fs_fs.h937 F2FS_FT_FIFO, enumerator