Searched refs:S_ISFIFO (Results 1 – 10 of 10) sorted by relevance
29 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) macro
197 if (S_ISFIFO(mode)) { in nfs_proc_mknod()208 if (status == -EINVAL && S_ISFIFO(mode)) { in nfs_proc_mknod()
167 else if (S_ISBLK(de->mode)||S_ISCHR(de->mode)||S_ISFIFO(de->mode)) in proc_get_inode()
210 } else if (S_ISFIFO(mode)) in init_special_inode()
21 #define special_file(m) (S_ISCHR(m)||S_ISBLK(m)||S_ISFIFO(m)||S_ISSOCK(m))
1133 if (S_ISFIFO(inode->i_mode) || S_ISSOCK(inode->i_mode)) { in open_namei()
114 #define special_file(m) (S_ISCHR(m)||S_ISBLK(m)||S_ISFIFO(m)||S_ISSOCK(m))
153 if (S_ISBLK(mode) || S_ISCHR(mode) || S_ISFIFO(mode) || S_ISSOCK(mode)) { in hpfs_read_inode()
1512 else if (S_ISFIFO(inode->i_mode)) in udf_update_inode()
2673 else if ( S_ISFIFO (de->mode) ) inode->i_fop = &def_fifo_fops; in _devfs_get_vfs_inode()