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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h238 #define VMOUNT 0x000080 /* mount operation in progress */ macro
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c885 CLR(vp->v_flag, VMOUNT);
988 CLR(vp->v_flag, VMOUNT);
1086 * and set VMOUNT
1123 if (ISSET(vp->v_flag, VMOUNT) && (vp->v_mountedhere != NULL)) {
1136 SET(vp->v_flag, VMOUNT);
1222 * Clear VMOUNT, set v_mountedhere, and mnt_vnodecovered, ref the vnode,
1233 CLR(vp->v_flag, VMOUNT);
1549 * Placing the mp on the vnode clears VMOUNT,
1553 /* Rele the vp, clear VMOUNT and v_mountedhere */
1557 CLR(vp->v_flag, VMOUNT);
[all...]
H A Dkpi_vfs.c1458 return ((vp->v_flag & VMOUNT)? 1 : 0);

Completed in 101 milliseconds