Home
last modified time | relevance | path

Searched refs:VV_VMSIZEVNLOCK (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/fs/nfsclient/
H A Dnfs_clnode.c163 vp->v_vflag |= VV_VMSIZEVNLOCK; in ncl_nget()
H A Dnfs_clport.c261 vp->v_vflag |= VV_VMSIZEVNLOCK; in nfscl_nget()
/freebsd/sys/sys/
H A Dvnode.h262 #define VV_VMSIZEVNLOCK 0x0020 /* object size check requires vnode lock */ macro
/freebsd/sys/vm/
H A Dvnode_pager.c265 if ((vp->v_vflag & VV_VMSIZEVNLOCK) != 0) { in vnode_pager_alloc()
/freebsd/sys/kern/
H A Dvfs_subr.c4517 if (vp->v_vflag & VV_VMSIZEVNLOCK) in vn_printf()
4534 VV_CACHEDLABEL | VV_VMSIZEVNLOCK | VV_COPYONWRITE | VV_SYSTEM | in vn_printf()