Searched refs:VCANDEALLOC (Results 1 – 2 of 2) sorted by relevance
310 #define VCANDEALLOC 0x1000000 macro
2434 if (vp->v_flag & VCANDEALLOC) { in vnode_async_list_add_locked()2537 if (vp->v_flag & VCANDEALLOC) { in vnode_list_add()2565 if ((vp->v_flag & VCANDEALLOC) && !no_busy_decrement) { in vnode_list_add()2599 if (vp->v_flag & VCANDEALLOC) { in vnode_list_remove_locked()5738 (vp->v_flag & VCANDEALLOC)) { in new_vnode()5776 vflag = VCANDEALLOC; in new_vnode()5803 if (vflag & VCANDEALLOC) { in new_vnode()5853 (can_free || !(vp->v_flag & VCANDEALLOC))) { in new_vnode()5893 (can_free || !(vp->v_flag & VCANDEALLOC))) { in new_vnode()6064 if (can_free && (vp->v_flag & VCANDEALLOC)) { in new_vnode()[all …]