f_type             66 compat/common/vfs_syscalls_25.c 	osp->f_type = mp->mnt_vfc->vfc_typenum;
f_type             68 compat/common/vfs_syscalls_25.c 	osp->f_type = 0;
f_type             74 compat/freebsd/freebsd_file.c 	int	f_type;			/* type of filesystem */
f_type            557 compat/freebsd/freebsd_file.c 	fsp->f_type = mp->mnt_vfc->vfc_typenum;
f_type            815 compat/freebsd/freebsd_file.c 		if (fp->f_type == DTYPE_PIPE) {
f_type            257 compat/hpux/hpux_file.c 		if (fp->f_type != DTYPE_VNODE) {
f_type            310 compat/hpux/hpux_file.c 		if (fp->f_type != DTYPE_VNODE) {
f_type            193 compat/ibcs2/ibcs2_fcntl.c 		if (fp->f_type == DTYPE_VNODE)
f_type            200 compat/linux/linux_file.c                 if (fp->f_type == DTYPE_VNODE)
f_type            398 compat/linux/linux_file.c 		if (fp->f_type == DTYPE_SOCKET) {
f_type           1328 compat/linux/linux_socket.c 	if (fp->f_type == DTYPE_VNODE) {
f_type            327 compat/osf1/osf1.h 	osf1_short	f_type;
f_type            681 compat/osf1/osf1_cvt.c 		osfs->f_type = OSF1_MOUNT_UFS;
f_type            683 compat/osf1/osf1_cvt.c 		osfs->f_type = OSF1_MOUNT_NFS;
f_type            685 compat/osf1/osf1_cvt.c 		osfs->f_type = OSF1_MOUNT_MFS;
f_type            688 compat/osf1/osf1_cvt.c 		osfs->f_type = OSF1_MOUNT_ADDON;
f_type             55 compat/sunos/sunos.h 	long	f_type;		/* type of info, zero for now */
f_type            704 compat/sunos/sunos_misc.c 		if (fp->f_type == DTYPE_VNODE)
f_type            809 compat/sunos/sunos_misc.c 	ssfs.f_type = 0;
f_type            272 compat/svr4/svr4_fcntl.c 	if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO)
f_type            350 compat/svr4/svr4_fcntl.c 		if (fp->f_type == DTYPE_VNODE)
f_type            181 compat/svr4/svr4_net.c 	fp->f_type = DTYPE_SOCKET;
f_type            212 compat/svr4/svr4_net.c 	if (fp == NULL || fp->f_type != DTYPE_SOCKET)
f_type            190 compat/ultrix/ultrix_pathname.c 		if (fp->f_type == DTYPE_VNODE)
f_type            199 compat/ultrix/ultrix_pathname.c 	long	f_type;		/* type of info, zero for now */
f_type            224 compat/ultrix/ultrix_pathname.c 	ssfs.f_type = 0;
f_type            686 crypto/cryptodev.c 		f->f_type = DTYPE_CRYPTO;
f_type            585 dev/systrace.c 		f->f_type = DTYPE_SYSTRACE;
f_type            194 kern/exec_script.c 		fp->f_type = DTYPE_VNODE;
f_type            371 kern/kern_descrip.c 		if (fp->f_type == DTYPE_SOCKET) {
f_type            381 kern/kern_descrip.c 		if (fp->f_type == DTYPE_SOCKET) {
f_type            408 kern/kern_descrip.c 		if (fp->f_type != DTYPE_VNODE) {
f_type            457 kern/kern_descrip.c 		if (fp->f_type != DTYPE_VNODE) {
f_type            644 kern/kern_descrip.c 	switch (fp->f_type) {
f_type            944 kern/kern_descrip.c 			if (*fpp != NULL && (*fpp)->f_type == DTYPE_KQUEUE)
f_type           1033 kern/kern_descrip.c 	if (p && (p->p_flag & P_ADVLOCK) && fp->f_type == DTYPE_VNODE) {
f_type           1068 kern/kern_descrip.c 	if ((fp->f_flag & FHASLOCK) && fp->f_type == DTYPE_VNODE) {
f_type           1118 kern/kern_descrip.c 	if (fp->f_type != DTYPE_VNODE)
f_type            391 kern/kern_event.c 	fp->f_type = DTYPE_KQUEUE;
f_type            424 kern/kern_event.c 	    (fp->f_type != DTYPE_KQUEUE))
f_type            527 kern/kern_exec.c 			if (fp && fp->f_type == DTYPE_VNODE &&
f_type            566 kern/kern_exec.c 				fp->f_type = DTYPE_VNODE;
f_type            562 kern/sys_generic.c 		if (fp->f_type == DTYPE_SOCKET) {
f_type            586 kern/sys_generic.c 		if (fp->f_type == DTYPE_SOCKET) {
f_type            126 kern/sys_pipe.c 	rf->f_type = DTYPE_PIPE;
f_type            135 kern/sys_pipe.c 	wf->f_type = DTYPE_PIPE;
f_type           1142 kern/tty_pty.c 		cfp->f_type = DTYPE_VNODE;
f_type           1195 kern/tty_pty.c 		sfp->f_type = DTYPE_VNODE;
f_type             80 kern/uipc_syscalls.c 	fp->f_type = DTYPE_SOCKET;
f_type            224 kern/uipc_syscalls.c 	fp->f_type = DTYPE_SOCKET;
f_type            337 kern/uipc_syscalls.c 	fp1->f_type = DTYPE_SOCKET;
f_type            343 kern/uipc_syscalls.c 	fp2->f_type = DTYPE_SOCKET;
f_type           1088 kern/uipc_syscalls.c 	if (fp->f_type != DTYPE_SOCKET)
f_type            638 kern/uipc_usrreq.c 			if (fp->f_type == DTYPE_VNODE) {
f_type            832 kern/uipc_usrreq.c 			if (fp->f_type != DTYPE_SOCKET ||
f_type            910 kern/uipc_usrreq.c 	        if ((*fpp)->f_type == DTYPE_SOCKET && (*fpp)->f_data != NULL)
f_type            972 kern/uipc_usrreq.c 	if (fp->f_type == DTYPE_SOCKET) {
f_type            868 kern/vfs_syscalls.c 	fp->f_type = DTYPE_VNODE;
f_type           1046 kern/vfs_syscalls.c 	fp->f_type = DTYPE_VNODE;
f_type           1403 kern/vfs_syscalls.c 	if (fp->f_type != DTYPE_VNODE)
f_type           2421 kern/vfs_syscalls.c 	if (fp->f_type != DTYPE_VNODE)
f_type           2459 kern/vfs_syscalls.c 	if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO) {
f_type           2497 kern/vfs_syscalls.c 	if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO) {
f_type           2535 kern/vfs_syscalls.c 	if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO) {
f_type           2573 kern/vfs_syscalls.c 	if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO) {
f_type            924 ntfs/ntfs_subr.c 	enum vtype	f_type;
f_type           1067 ntfs/ntfs_subr.c 				f_type = VDIR;	
f_type           1069 ntfs/ntfs_subr.c 				f_type = VREG;	
f_type           1071 ntfs/ntfs_subr.c 			nvp->v_type = f_type;
f_type            883 ntfs/ntfs_vfsops.c 	sbp->f_type = mp->mnt_vfc->vfc_typenum;
f_type            885 ntfs/ntfs_vfsops.c 	sbp->f_type = 0;
f_type            887 ntfs/ntfs_vfsops.c 	sbp->f_type = MOUNT_NTFS;
f_type           1003 ntfs/ntfs_vfsops.c 	enum vtype f_type;
f_type           1052 ntfs/ntfs_vfsops.c 			f_type = VDIR;
f_type           1054 ntfs/ntfs_vfsops.c 			f_type = VNON;
f_type           1057 ntfs/ntfs_vfsops.c 			f_type = VREG;	
f_type           1112 ntfs/ntfs_vfsops.c 	vp->v_type = f_type;
f_type             73 sys/file.h     	short	f_type;		/* descriptor type */
f_type            309 sys/mount.h    	short	f_type;			/* type of file system (unused; zero) */
f_type            477 uvm/uvm_mmap.c 		if (fp->f_type != DTYPE_VNODE) {
f_type            512 xfs/xfs_vfsops-bsd.c     fp->f_type = DTYPE_VNODE;