Home
last modified time | relevance | path

Searched refs:IFMT (Results 1 – 8 of 8) sorted by relevance

/external/grub/stage2/
Dfsys_ffs.c204 if ((INODE->i_mode & IFMT) != IFREG) in ffs_dir()
222 if (!(INODE->i_size) || ((INODE->i_mode & IFMT) != IFDIR)) in ffs_dir()
Dfsys_ufs2.c229 if ((INODE_UFS2->di_mode & IFMT) != IFREG) in ufs2_dir()
247 if (!(INODE_UFS2->di_size) || ((INODE_UFS2->di_mode & IFMT) != IFDIR)) in ufs2_dir()
Ddisk_inode_ffs.h76 #define IFMT 0xf000 /* type of file */ macro
Dfsys_jfs.c291 if ((di_mode & IFMT) == IFLNK) { in jfs_dir()
316 if ((di_mode & IFMT) != IFREG) { in jfs_dir()
325 if ((di_mode & IFMT) != IFDIR) { in jfs_dir()
Dfsys_xfs.c553 if ((di_mode & IFMT) == IFLNK) { in xfs_dir()
575 if ((di_mode & IFMT) != IFREG) { in xfs_dir()
584 if ((di_mode & IFMT) != IFDIR) { in xfs_dir()
Dxfs.h541 #define IFMT 0170000 /* type of file */ macro
Djfs.h546 #define IFMT 0xF000 /* S_IFMT - mask of file type */ macro
Dufs2.h101 #define IFMT 0170000 /* Mask of file type. */ macro