Lines Matching refs:atomic_load_ptr
2377 if (atomic_load_ptr(&dvp->v_cache_dd) == NULL) in cache_enter_dotdot_prep()
2890 atomic_load_ptr(&vp->v_cache_dd) == NULL) in cache_has_entries()
3546 mp = atomic_load_ptr(&vp->v_mount); in vn_fullpath_any_smr()
3551 tvp = atomic_load_ptr(&mp->mnt_vnodecovered); in vn_fullpath_any_smr()
3597 if (__predict_false(atomic_load_ptr(&vp->v_cache_dd) != ncp)) { in vn_fullpath_any_smr()
4638 mp = atomic_load_ptr(&dvp->v_mount); in cache_fplookup_final_modifying()
5247 if (__predict_false(atomic_load_ptr(&dvp->v_cache_dd) != ncp)) { in cache_fplookup_dotdot()
5375 mp = atomic_load_ptr(&dvp->v_mount); in cache_fplookup_symlink()
5415 mp = atomic_load_ptr(&fpl->dvp->v_mount); in cache_fplookup_symlink()
5465 tvp = atomic_load_ptr(&ncp->nc_vp); in cache_fplookup_next()
5531 mp = atomic_load_ptr(&vp->v_mountedhere); in cache_fplookup_climb_mount()
5553 vp = atomic_load_ptr(&mp->mnt_rootvnode); in cache_fplookup_climb_mount()
5565 mp = atomic_load_ptr(&vp->v_mountedhere); in cache_fplookup_climb_mount()
5588 mp = atomic_load_ptr(&vp->v_mountedhere); in cache_fplookup_cross_mount()
5604 vp = atomic_load_ptr(&mp->mnt_rootvnode); in cache_fplookup_cross_mount()
5614 mp = atomic_load_ptr(&vp->v_mountedhere); in cache_fplookup_cross_mount()
6094 mp = atomic_load_ptr(&dvp->v_mount); in cache_fplookup_impl()