Searched refs:S_ISFIFO (Results 1 – 6 of 6) sorted by relevance
70 #define Z_ISDEV(type) (S_ISCHR(type) || S_ISBLK(type) || S_ISFIFO(type))
288 #define S_ISFIFO(m) (((m) & 0170000) == 0010000) /* fifo or socket */ macro
179 if (S_ISSOCK(mode) || S_ISFIFO(mode)) in zpl_mknod()
1928 if (mask & ATTR_SIZE && !S_ISREG(ip->i_mode) && !S_ISFIFO(ip->i_mode)) { in zfs_setattr()
257 if (S_ISFIFO(statbuf->st_mode)) return 1; in UTIL_isFIFOStat()
5139 if (S_ISFIFO(sb.st_mode)) in zfs_receive()