Home
last modified time | relevance | path

Searched refs:IFBLK (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Ddisk_inode_ffs.h79 #define IFBLK 0x6000 /* block special */ macro
H A Dufs2.h105 #define IFBLK 0060000 /* Block device. */ macro
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_acl.h170 ((MODE) == IFBLK) || ((MODE) == IFATTRDIR))
H A Dufs_inode.h381 #define IFBLK 0060000 /* block special */ macro
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c591 if (ftype == IFBLK || ftype == IFCHR) { in ufs_iget_internal()
939 if ((ip->i_mode & IFMT) == IFBLK || in ufs_iupdat()
1542 (ip->i_mode & IFMT) != IFBLK && in ufs_iaccess()
H A Dufs_vnops.c2068 case IFBLK: in ufs_getattr()
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass1.c196 if ((dp->di_mode & IFMT) == IFBLK || in verify_inode()
H A Dinode.c228 if (mode == IFBLK || mode == IFCHR) in ckinode()
1396 (dp->di_mode & IFMT) != IFBLK && in freeino()
H A Dutilities.c92 case IFBLK: in ftypeok()
/titanic_41/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c395 if ((ip->di_mode & IFMT) == IFBLK || in pass1()
/titanic_41/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c242 { "b", IFMT, IFBLK }, in inode()
/titanic_41/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c607 if ((ip->di_mode & IFMT) == IFCHR || (ip->di_mode & IFMT) == IFBLK) in acct()
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c1404 case IFBLK: in main()
2363 case IFBLK: in fmtentry()
3413 case IFBLK: in devcheck()
3952 case IFBLK: in fprnt()
4015 case IFBLK: in fprnt()
/titanic_41/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c441 if ((ip->di_mode&IFMT) == IFBLK || in pass1()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c87 #define IFBLK 0060000 /* block special */ macro
1740 } else if ((va.va_mode & IFMT) == IFBLK) { in rfs_create()
H A Dnfs_vnops.c2093 #define IFBLK 0060000 /* block special */ in nfs_create() macro
2112 vattr.va_mode |= IFBLK; in nfs_create()
/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c846 case IFBLK: in extractfile()