Searched refs:VNPASS (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_subr.c | 2971 VNPASS(vp->v_holdcnt > 0, vp); in vget_finish() 2992 VNPASS(vp->v_holdcnt > 0, vp); in vget_finish_ref() 3073 VNPASS(!VN_IS_DOOMED(vp), vp); in vunlazy_gone() 3150 VNPASS(vp->v_holdcnt > 0, vp); in vput_final() 3558 VNPASS(VN_IS_DOOMED(vp), vp); in vdropl_final() 6729 VNPASS(!VN_IS_DOOMED(vp), vp); in mnt_vnode_next_lazy() 6753 VNPASS(vp->v_mount == mp, vp); in mnt_vnode_next_lazy() 6754 VNPASS(!VN_IS_DOOMED(vp), vp); in mnt_vnode_next_lazy() 6841 VNPASS(vp->v_seqc_users >= 0, vp); in vn_seqc_write_begin_unheld_locked() 6852 VNPASS(vp->v_holdcnt > 0, vp); in vn_seqc_write_begin_locked() [all …]
|
| H A D | vfs_cache.c | 546 VNPASS(LIST_EMPTY(&vp->v_cache_src), vp); in cache_hold_vnode() 2295 VNPASS(dvp != vp, dvp); in cache_enter_time() 2296 VNPASS(!VN_IS_DOOMED(dvp), dvp); in cache_enter_time() 2297 VNPASS(dvp->v_type != VNON, dvp); in cache_enter_time() 2299 VNPASS(!VN_IS_DOOMED(vp), vp); in cache_enter_time() 2300 VNPASS(vp->v_type != VNON, vp); in cache_enter_time() 2693 VNPASS(VN_IS_DOOMED(vp), vp); in cache_purge_vgone() 3116 VNPASS(vp->v_type == VDIR || VN_IS_DOOMED(vp), vp); in vn_fullpath_dir() 3117 VNPASS(vp->v_usecount > 0, vp); in vn_fullpath_dir() 5076 VNPASS(vp->v_type == VDIR || vp->v_type == VBAD, vp); in cache_fplookup_climb_mount() [all …]
|
| H A D | vfs_default.c | 1202 VNPASS((vp->v_iflag & VI_TEXT_REF) == 0, vp); in vop_stdset_text()
|
| H A D | vfs_bio.c | 2897 VNPASS(vp->v_holdcnt > 0, vp); in vfs_vmio_iodone() 2898 VNPASS(vp->v_object != NULL, vp); in vfs_vmio_iodone()
|
| H A D | vfs_vnops.c | 1741 VNPASS(vp->v_holdcnt > 0, vp); in _vn_lock()
|
| H A D | kern_descrip.c | 3862 VNPASS(vp->v_usecount > 0, vp); in pwd_chdir()
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 97 #define VNPASS(exp, vp) do { \ macro 108 #define VNPASS(exp, vp) do { \ macro
|
| H A D | vnode.h | 557 VNPASS(seqc_in_modify(_vp->v_seqc), _vp); \ 563 VNPASS(!seqc_in_modify(_vp->v_seqc), _vp); \
|
| /f-stack/freebsd/vm/ |
| H A D | vnode_pager.c | 250 VNPASS(vp->v_usecount > 0, vp); in vnode_pager_alloc()
|