Searched refs:VMOUNT (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h254 #define VMOUNT 0x000080 /* mount operation in progress */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c829 CLR(vp->v_flag, VMOUNT);
932 CLR(vp->v_flag, VMOUNT);
1030 * and set VMOUNT
1064 if (ISSET(vp->v_flag, VMOUNT) && (vp->v_mountedhere != NULL)) {
1077 SET(vp->v_flag, VMOUNT);
1163 * Clear VMOUNT, set v_mountedhere, and mnt_vnodecovered, ref the vnode,
1174 CLR(vp->v_flag, VMOUNT);
1490 * Placing the mp on the vnode clears VMOUNT,
1494 /* Rele the vp, clear VMOUNT and v_mountedhere */
1498 CLR(vp->v_flag, VMOUNT);
[all...]
H A Dkpi_vfs.c1691 return ((vp->v_flag & VMOUNT)? 1 : 0);

Completed in 38 milliseconds