Home
last modified time | relevance | path

Searched refs:VLOCKLOCAL (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h305 #define VLOCKLOCAL 0x080000 /* this vnode does adv locking in vfs */ macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c6627 if (vp->v_flag & VLOCKLOCAL) { in vnode_abort_advlocks()
7190 vp->v_flag |= VLOCKLOCAL; in vnode_create_internal()
7329 vp->v_flag |= VLOCKLOCAL; in vnode_create_internal()
11367 vp->v_flag |= VLOCKLOCAL; in setlocklocal_callback()
H A Dkpi_vfs.c5768 if ((vp->v_flag & VLOCKLOCAL)) { in VNOP_ADVLOCK()