Searched refs:tounset (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | vnode.h | 852 void vn_irflag_unset_locked(struct vnode *vp, short tounset); 853 void vn_irflag_unset(struct vnode *vp, short tounset);
|
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 7350 vn_irflag_unset_locked(struct vnode *vp, short tounset) in vn_irflag_unset_locked() argument 7356 VNASSERT((flags & tounset) == tounset, vp, in vn_irflag_unset_locked() 7358 __func__, flags, tounset)); in vn_irflag_unset_locked() 7359 atomic_store_short(&vp->v_irflag, flags & ~tounset); in vn_irflag_unset_locked() 7363 vn_irflag_unset(struct vnode *vp, short tounset) in vn_irflag_unset() argument 7367 vn_irflag_unset_locked(vp, tounset); in vn_irflag_unset()
|