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

/freebsd-12-stable/sys/ufs/ufs/
H A Ddinode.h110 #define IFBLK 0060000 /* Block device. */ macro
/freebsd-12-stable/sys/fs/ext2fs/
H A Dinode.h146 #define IFBLK 0060000 /* Block device. */ macro
/freebsd-12-stable/sbin/fsdb/
H A Dfsdbutil.c128 case IFBLK:
233 case IFBLK:
/freebsd-12-stable/sbin/fsck_ffs/
H A Dpass1.c299 if ((mode == IFBLK || mode == IFCHR || mode == IFIFO ||
306 if ((mode == IFBLK || mode == IFCHR) &&
319 if (mode == IFBLK || mode == IFCHR)
H A Dinode.c77 if (mode == IFBLK || mode == IFCHR || (mode == IFLNK &&
370 if (mode == IFBLK || mode == IFCHR)
H A Dfsutil.c107 case IFBLK:
H A Dsuj.c1030 if (mode == IFBLK || mode == IFCHR ||
1516 if (mode == 0 || mode == IFBLK || mode == IFCHR ||
/freebsd-12-stable/tools/diag/prtblknos/
H A Dprtblknos.c80 case IFBLK:
/freebsd-12-stable/usr.sbin/quot/
H A Dquot.c216 case IFBLK:
/freebsd-12-stable/sbin/restore/
H A Dtape.c673 case IFBLK:
681 if (mknod(name, (mode & (IFCHR | IFBLK)) | 0600,

Completed in 415 milliseconds