Lines Matching refs:atomic_load_ptr
2498 if (atomic_load_ptr(&dvp->v_cache_dd) == NULL) in cache_enter_dotdot_prep()
3009 atomic_load_ptr(&vp->v_cache_dd) == NULL) in cache_has_entries()
3708 mp = atomic_load_ptr(&vp->v_mount); in vn_fullpath_any_smr()
3713 tvp = atomic_load_ptr(&mp->mnt_vnodecovered); in vn_fullpath_any_smr()
3759 if (__predict_false(atomic_load_ptr(&vp->v_cache_dd) != ncp)) { in vn_fullpath_any_smr()
4856 mp = atomic_load_ptr(&dvp->v_mount); in cache_fplookup_final_modifying()
5454 if (__predict_false(atomic_load_ptr(&dvp->v_cache_dd) != ncp)) { in cache_fplookup_dotdot()
5582 mp = atomic_load_ptr(&dvp->v_mount); in cache_fplookup_symlink()
5622 mp = atomic_load_ptr(&fpl->dvp->v_mount); in cache_fplookup_symlink()
5667 tvp = atomic_load_ptr(&ncp->nc_vp); in cache_fplookup_next()
5733 mp = atomic_load_ptr(&vp->v_mountedhere); in cache_fplookup_climb_mount()
5755 vp = atomic_load_ptr(&mp->mnt_rootvnode); in cache_fplookup_climb_mount()
5767 mp = atomic_load_ptr(&vp->v_mountedhere); in cache_fplookup_climb_mount()
5790 mp = atomic_load_ptr(&vp->v_mountedhere); in cache_fplookup_cross_mount()
5806 vp = atomic_load_ptr(&mp->mnt_rootvnode); in cache_fplookup_cross_mount()
5816 mp = atomic_load_ptr(&vp->v_mountedhere); in cache_fplookup_cross_mount()
6296 mp = atomic_load_ptr(&dvp->v_mount); in cache_fplookup_impl()