Searched refs:IFTOVT (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_super.c97 xvp->v_vnode->v_type = IFTOVT(ip->i_d.di_mode);
H A Dxfs_vnops.c252 vap->va_type = IFTOVT(((xfs_vnode_t *)vp->v_data)->v_inode->i_d.di_mode);
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c312 nap->na_type = IFTOVT(nap->na_mode);
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_vnops.c352 vap->va_type = IFTOVT(ip->i_mode);
1515 vp->v_type = IFTOVT(ip->i_mode);
1576 tvp->v_type = IFTOVT(mode); /* Rest init'd in getnewvnode(). */
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_vnops.c501 vap->va_type = IFTOVT(ip->i_mode);
2577 vp->v_type = IFTOVT(ip->i_mode);
2689 tvp->v_type = IFTOVT(mode); /* Rest init'd in getnewvnode(). */
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_replay.c62 vap->va_type = IFTOVT(mode);
H A Dzfs_znode.c685 vp->v_type = IFTOVT((mode_t)mode);
1329 vp->v_type != IFTOVT((mode_t)zp->z_mode)) {
H A Dzfs_vnops.c2793 vap->va_type = IFTOVT(zp->z_mode);
/freebsd-9.3-release/sys/fs/cd9660/
H A Dcd9660_vfsops.c820 switch (vp->v_type = IFTOVT(ip->inode.iso_mode)) {
/freebsd-9.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_inode.c834 switch(vp->v_type = IFTOVT(ip->i_mode)) {
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_subs.c521 vtyp = IFTOVT(vmode);
/freebsd-9.3-release/sys/sys/
H A Dvnode.h376 #define IFTOVT(mode) (iftovt_tab[((mode) & S_IFMT) >> 12]) macro
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c987 vtyp = IFTOVT(fxdr_unsigned(u_int32_t, sp->sa_mode));
/freebsd-9.3-release/sys/nfsserver/
H A Dnfs_serv.c1350 vap->va_type = IFTOVT(fxdr_unsigned(u_int32_t, sp->sa_mode));

Completed in 145 milliseconds