Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Ddirent.h80 #define IFTODT(mode) (((mode) & 0170000) >> 12) macro
/freebsd-10-stable/sys/ufs/ufs/
Ddir.h101 #define IFTODT(mode) (((mode) & 0170000) >> 12) macro
Dufs_lookup.c835 newdirp->d_type = IFTODT(ip->i_mode);
Dufs_vnops.c1438 IFTODT(fip->i_mode),
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzfs_znode.h141 #ifndef IFTODT
142 #define IFTODT(mode) (((mode) & S_IFMT) >> 12) macro
/freebsd-10-stable/sys/fs/nfs/
Dnfsproto.h673 #define vtonfs_dtype(a) (((u_int32_t)(a)) >= 9 ? IFTODT(VTTOIF(VNON)) : \
674 IFTODT(VTTOIF(a)))
/freebsd-10-stable/sys/fs/nandfs/
Dnandfs_vnops.c1369 cnp->cn_namelen, IFTODT(inode->i_mode)); in nandfs_link()
1408 cnp->cn_namelen, IFTODT(mode)); in nandfs_create()
1674 tcnp->cn_namelen, IFTODT(fnode->nn_inode.i_mode)); in nandfs_rename()
1856 cnp->cn_namelen, IFTODT(mode)); in nandfs_mkdir()
1903 cnp->cn_namelen, IFTODT(mode))) { in nandfs_mknod()
1937 cnp->cn_namelen, IFTODT(mode))) { in nandfs_symlink()
/freebsd-10-stable/sys/fs/ext2fs/
Dext2_lookup.c883 newdir.e2d_type = DTTOFT(IFTODT(ip->i_mode)); in ext2_direnter()
1114 ep->e2d_type = DTTOFT(IFTODT(ip->i_mode)); in ext2_dirrewrite()
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
Dtrail.c168 return (IFTODT(sb.st_mode)); in trail_type()
/freebsd-10-stable/sbin/fsck_ffs/
Dpass1.c371 inoinfo(inumber)->ino_type = IFTODT(mode); in checkinode()
Dinode.c713 inoinfo(ino)->ino_type = IFTODT(type); in allocino()
/freebsd-10-stable/usr.sbin/ctm/mkCTM/
Dmkctm.c417 nl[*i]->d_type = IFTODT(StatFile(buf)->st_mode); in GetNext()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_dir.c477 de |= IFTODT(mode) << 60; in zfs_dirent()
/freebsd-10-stable/sbin/newfs_nandfs/
Dnewfs_nandfs.c665 IFTODT(user_files[i].mode)); in save_root_dir()
/freebsd-10-stable/usr.sbin/makefs/
Dffs.c1013 de.d_type = IFTODT(node->type); in ffs_make_dirbuf()
/freebsd-10-stable/sys/nfsclient/
Dnfs_vnops.c2640 dp->d_type = IFTODT(VTTOIF(VDIR)); in nfs_readdirplusrpc()
2665 dp->d_type = IFTODT(VTTOIF(vattr.va_type)); in nfs_readdirplusrpc()