Searched refs:tounset (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | vnode.h | 869 void vn_irflag_unset_locked(struct vnode *vp, short tounset); 870 void vn_irflag_unset(struct vnode *vp, short tounset);
|
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 7395 vn_irflag_unset_locked(struct vnode *vp, short tounset) in vn_irflag_unset_locked() argument 7401 VNASSERT((flags & tounset) == tounset, vp, in vn_irflag_unset_locked() 7403 __func__, flags, tounset)); in vn_irflag_unset_locked() 7404 atomic_store_short(&vp->v_irflag, flags & ~tounset); in vn_irflag_unset_locked() 7408 vn_irflag_unset(struct vnode *vp, short tounset) in vn_irflag_unset() argument 7412 vn_irflag_unset_locked(vp, tounset); in vn_irflag_unset()
|