Searched refs:tounset (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 815 void vn_irflag_unset_locked(struct vnode *vp, short tounset); 816 void vn_irflag_unset(struct vnode *vp, short tounset);
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_subr.c | 6958 vn_irflag_unset_locked(struct vnode *vp, short tounset) in vn_irflag_unset_locked() argument 6964 VNASSERT((flags & tounset) == tounset, vp, in vn_irflag_unset_locked() 6966 __func__, flags, tounset)); in vn_irflag_unset_locked() 6967 atomic_store_short(&vp->v_irflag, flags & ~tounset); in vn_irflag_unset_locked() 6971 vn_irflag_unset(struct vnode *vp, short tounset) in vn_irflag_unset() argument 6975 vn_irflag_unset_locked(vp, tounset); in vn_irflag_unset()
|