Searched refs:VL_SUSPENDED (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h226 #define VL_SUSPENDED 0x0001 /* vnode is suspended */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c4196 if ((vp->v_lflag & VL_SUSPENDED) && vp->v_owner == current_thread()) {
4199 vp->v_lflag &= ~VL_SUSPENDED;
4217 if (vp->v_lflag & VL_SUSPENDED) {
4229 vp->v_lflag |= VL_SUSPENDED;
4300 if ((vp->v_lflag & (VL_SUSPENDED | VL_DRAIN | VL_TERMINATE)) == 0 ) {
4306 if (nosusp && (vp->v_lflag & VL_SUSPENDED)) {
4313 if ((vp->v_lflag & (VL_DRAIN | VL_SUSPENDED | VL_TERMINATE)) &&
4365 if ((vp->v_lflag & (VL_DRAIN | VL_SUSPENDED)) && (vp->v_iocount <= 1))

Completed in 85 milliseconds