Searched refs:IFMT (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddisk_inode_ffs.h76 #define IFMT 0xf000 /* type of file */ macro
H A Dfsys_ffs.c204 if ((INODE->i_mode & IFMT) != IFREG)
222 if (!(INODE->i_size) || ((INODE->i_mode & IFMT) != IFDIR))
H A Dfsys_ufs.c99 return (inode && ((INODE->ic_smode & IFMT) == IFREG));
235 if ((INODE->ic_smode & IFMT) != IFDIR)
H A Dfsys_ufs2.c229 if ((INODE_UFS2->di_mode & IFMT) != IFREG)
247 if (!(INODE_UFS2->di_size) || ((INODE_UFS2->di_mode & IFMT) != IFDIR))
H A Dfsys_jfs.c291 if ((di_mode & IFMT) == IFLNK) {
316 if ((di_mode & IFMT) != IFREG) {
325 if ((di_mode & IFMT) != IFDIR) {
H A Dufs.h22 #define IFMT 0xf000 macro
H A Dfsys_xfs.c553 if ((di_mode & IFMT) == IFLNK) {
575 if ((di_mode & IFMT) != IFREG) {
584 if ((di_mode & IFMT) != IFDIR) {
H A Djfs.h546 #define IFMT 0xF000 /* S_IFMT - mask of file type */ macro
H A Dxfs.h541 #define IFMT 0170000 /* type of file */ macro
H A Dufs2.h101 #define IFMT 0170000 /* Mask of file type. */ macro
123 grub_u_int16_t di_mode; /* 0: IFMT, permissions; see below. */
146 grub_u_int16_t di_mode; /* 0: IFMT, permissions; see below. */

Completed in 69 milliseconds