Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dvnode_internal.h310 #define VCANDEALLOC 0x1000000 macro
/xnu-11215/bsd/vfs/
H A Dvfs_subr.c2430 if (vp->v_flag & VCANDEALLOC) { in vnode_async_list_add_locked()
2533 if (vp->v_flag & VCANDEALLOC) { in vnode_list_add()
2561 if ((vp->v_flag & VCANDEALLOC) && !no_busy_decrement) { in vnode_list_add()
2595 if (vp->v_flag & VCANDEALLOC) { in vnode_list_remove_locked()
5700 (vp->v_flag & VCANDEALLOC)) { in new_vnode()
5738 vflag = VCANDEALLOC; in new_vnode()
5765 if (vflag & VCANDEALLOC) { in new_vnode()
5815 (can_free || !(vp->v_flag & VCANDEALLOC))) { in new_vnode()
5855 (can_free || !(vp->v_flag & VCANDEALLOC))) { in new_vnode()
6026 if (can_free && (vp->v_flag & VCANDEALLOC)) { in new_vnode()
[all …]