Home
last modified time | relevance | path

Searched refs:VCANDEALLOC (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h310 #define VCANDEALLOC 0x1000000 macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c2434 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 …]