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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c725 if (fp->f_type != DTYPE_VNODE) {
799 if (fp->f_type != DTYPE_VNODE) {
872 if (fp->f_type != DTYPE_VNODE) {
955 if (fp->f_type != DTYPE_VNODE) {
997 if (fp->f_type != DTYPE_VNODE) {
1009 if (fp->f_type != DTYPE_VNODE) {
1021 if (fp->f_type != DTYPE_VNODE) {
1042 if (fp->f_type != DTYPE_VNODE) {
1065 if (fp->f_type != DTYPE_VNODE) {
1089 if (fp->f_type != DTYPE_VNODE) {
[all...]
H A Dsys_generic.c284 if (check_for_pread && (fp->f_type != DTYPE_VNODE)) {
288 if (fp->f_type == DTYPE_VNODE) {
494 if (fp->f_type != DTYPE_VNODE) {
1310 if (fp->f_ops && (fp->f_type == DTYPE_VNODE)
1357 ((fp->f_type != DTYPE_VNODE)
1637 if ((fp->f_type == DTYPE_VNODE)
H A Dkern_mman.c334 if (fp->f_fglob->fg_type != DTYPE_VNODE) {
1105 if (fp->f_fglob->fg_type != DTYPE_VNODE){
H A Dkern_exec.c542 fp->f_fglob->fg_type = DTYPE_VNODE;
2718 fp->f_fglob->fg_type = DTYPE_VNODE;
H A Dkern_aio.c1847 else if ( fp->f_fglob->fg_type != DTYPE_VNODE ) {
H A Dkern_audit.c2368 if (fp->f_fglob->fg_type == DTYPE_VNODE) {
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h120 DTYPE_VNODE = 1, /* file */ enumerator in enum:__anon368
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c377 case DTYPE_VNODE:
528 case DTYPE_VNODE:
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c1693 case DTYPE_VNODE:
1882 case DTYPE_VNODE:
H A Dmac_vfs.c1367 case DTYPE_VNODE:
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c1210 if ((fg->fg_flag & FHASLOCK) && fg->fg_type == DTYPE_VNODE) {
H A Dvfs_syscalls.c2170 fp->f_fglob->fg_type = DTYPE_VNODE;
4540 if (fp->f_fglob->fg_type != DTYPE_VNODE) {
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c857 if (fp->f_fglob->fg_type != DTYPE_VNODE) {
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_syscalls.c575 fp->f_fglob->fg_type = DTYPE_VNODE;

Completed in 82 milliseconds