Home
last modified time | relevance | path

Searched refs:DTTOIF (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/ufs/ufs/
H A Ddir.h102 #define DTTOIF(dirtype) ((dirtype) << 12) macro
/freebsd/sys/sys/
H A Ddirent.h108 #define DTTOIF(dirtype) ((dirtype) << 12) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc919 // The DTTOIF macro lets us reuse our status -> type conversion.
923 #if defined(DTTOIF)
924 return typeForMode(DTTOIF(Entry->d_type));
/freebsd/usr.sbin/makefs/
H A Dffs.c1035 inode_type(DTTOIF(de->d_type)), i, reclen, in ffs_dump_dirbuf()
H A Dffs.c1035 inode_type(DTTOIF(de->d_type)), i, reclen, in ffs_dump_dirbuf()
/freebsd/sbin/fsck_ffs/
H A Dsuj.c686 *mode = DTTOIF(dp->d_type); in ino_isat()