Searched refs:VOPENEVT (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h275 #define VOPENEVT 0x800000 /* if process is P_CHECKOPENEVT, then or in the O_EVTONLY flag on open */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c592 // if the vnode is tagged VOPENEVT and the current process
600 if (!did_create && (vp->v_flag & VOPENEVT) && (current_proc()->p_flag & P_CHECKOPENEVT)) {
H A Dkpi_vfs.c1767 return ((vp->v_flag & VOPENEVT)? 1 : 0);
1961 vp->v_flag |= VOPENEVT;
1969 vp->v_flag &= ~VOPENEVT;
H A Dvfs_subr.c1809 vp->v_flag &= ~(VNOCACHE_DATA | VRAOFF | VOPENEVT);
1813 vp->v_flag &= ~(VNOCACHE_DATA | VRAOFF | VOPENEVT);
H A Dvfs_syscalls.c8103 // if the vnode is tagged VOPENEVT and the current process
8111 if ((vp->v_flag & VOPENEVT) && (current_proc()->p_flag & P_CHECKOPENEVT)) {

Completed in 114 milliseconds