Searched refs:IFMT (Results 1 – 4 of 4) sorted by relevance
98 return (inode && ((INODE->ic_smode & IFMT) == IFREG)); in ufs_dir()235 if ((INODE->ic_smode & IFMT) != IFDIR) in dlook()
21 #define IFMT 0xf000 macro
552 if ((di_mode & IFMT) == IFLNK) { in xfs_dir()574 if ((di_mode & IFMT) != IFREG) { in xfs_dir()583 if ((di_mode & IFMT) != IFDIR) { in xfs_dir()
540 #define IFMT 0170000 /* type of file */ macro
Completed in 7 milliseconds