taglinefilesource code
S_IFIFO283fs/inode.cinode->i_mode |= S_IFIFO;
S_IFIFO62include/linux/stat.h#define S_ISFIFO(m)  (((m) & S_IFMT) == S_IFIFO)