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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h216 #define VL_NEEDINACTIVE 0x0080 /* delay VNOP_INACTIVE until iocount goes to 0 */ macro
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c1859 vp->v_lflag |= VL_NEEDINACTIVE;
1875 vp->v_lflag |= VL_NEEDINACTIVE;
1898 vp->v_lflag &= ~VL_NEEDINACTIVE;
2155 need_inactive = (vp->v_lflag & VL_NEEDINACTIVE);
2157 vp->v_lflag &= ~VL_NEEDINACTIVE;
3787 if ( (vp->v_lflag & (VL_NEEDINACTIVE | VL_MARKTERM)) == VL_NEEDINACTIVE ) {
3791 * the release even though VL_NEEDINACTIVE was
4283 if ((vp->v_lflag & (VL_DEAD | VL_NEEDINACTIVE)) == VL_NEEDINACTIVE) {
[all...]
H A Dkpi_vfs.c162 vp->v_lflag |= VL_NEEDINACTIVE;

Completed in 155 milliseconds