Searched refs:VI_TRYLOCK (Results 1 – 2 of 2) sorted by relevance
420 #define VI_TRYLOCK(vp) mtx_trylock(&(vp)->v_interlock) macro
737 if (!VI_TRYLOCK(vp)) in vlrureclaim()831 if (!VI_TRYLOCK(vp)) { in vnlru_free()1855 if (VOP_ISLOCKED(vp) != 0 || VI_TRYLOCK(vp) == 0) in sync_vnode()4884 if (!VI_TRYLOCK(vp)) { in mnt_vnode_next_active()