Searched refs:special_file (Results 1 – 6 of 6) sorted by relevance
92 if (!special_file(inode->i_mode) && noisy) { in jfs_commit_inode()185 if (!special_file(inode->i_mode) && noisy) { in jfs_dirty_inode()
66 else if (special_file(inode->i_mode)) in ecryptfs_inode_set()
1274 if (special_file(d_inode(dentry)->i_mode)) in ovl_open_need_copy_up()
936 if (!special_file(VFS_I(sip)->i_mode) || in xfs_link()
1599 special_file(inode->i_mode)) { in gc_data_segment()
3319 #define special_file(m) (S_ISCHR(m)||S_ISBLK(m)||S_ISFIFO(m)||S_ISSOCK(m)) macro