Home
last modified time | relevance | path

Searched refs:IFTODT (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/ufs/ufs/
H A Ddir.h101 #define IFTODT(mode) (((mode) & 0170000) >> 12) macro
H A Dufs_lookup.c828 newdirp->d_type = IFTODT(ip->i_mode); in ufs_makedirentry()
H A Dufs_vnops.c1655 IFTODT(fip->i_mode), in ufs_rename()
/freebsd/sys/sys/
H A Ddirent.h107 #define IFTODT(mode) (((mode) & 0170000) >> 12) macro
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_znode.h148 #ifndef IFTODT
149 #define IFTODT(mode) (((mode) & S_IFMT) >> 12) macro
/freebsd/sys/fs/nfs/
H A Dnfsproto.h771 #define vtonfs_dtype(a) (((u_int32_t)(a)) >= 9 ? IFTODT(VTTOIF(VNON)) : \
772 IFTODT(VTTOIF(a)))
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dtrail.c168 return (IFTODT(sb.st_mode)); in trail_type()
/freebsd/sys/fs/ext2fs/
H A Dext2_lookup.c926 newdir.e2d_type = DTTOFT(IFTODT(ip->i_mode)); in ext2_direnter()
1139 ep->e2d_type = DTTOFT(IFTODT(ip->i_mode)); in ext2_dirrewrite()
/freebsd/sbin/fsck_ffs/
H A Dpass1.c396 inoinfo(inumber)->ino_type = IFTODT(mode); in checkinode()
H A Dinode.c1466 inoinfo(ino)->ino_type = IFTODT(type); in allocino()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c571 de |= IFTODT(mode) << 60; in zfs_dirent()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c792 de |= IFTODT(mode) << 60; in zfs_dirent()
/freebsd/usr.sbin/makefs/
H A Dffs.c1055 de.d_type = IFTODT(node->type); in ffs_make_dirbuf()
H A Dffs.c1055 de.d_type = IFTODT(node->type); in ffs_make_dirbuf()