Lines Matching refs:atomic_load_ptr
2353 if (atomic_load_ptr(&dvp->v_cache_dd) == NULL) in cache_enter_dotdot_prep()
2866 atomic_load_ptr(&vp->v_cache_dd) == NULL) in cache_has_entries()
3485 mp = atomic_load_ptr(&vp->v_mount); in vn_fullpath_any_smr()
3490 tvp = atomic_load_ptr(&mp->mnt_vnodecovered); in vn_fullpath_any_smr()
3536 if (__predict_false(atomic_load_ptr(&vp->v_cache_dd) != ncp)) { in vn_fullpath_any_smr()
4453 mp = atomic_load_ptr(&dvp->v_mount); in cache_fplookup_final_modifying()
5073 if (__predict_false(atomic_load_ptr(&dvp->v_cache_dd) != ncp)) { in cache_fplookup_dotdot()
5200 mp = atomic_load_ptr(&dvp->v_mount); in cache_fplookup_symlink()
5240 mp = atomic_load_ptr(&fpl->dvp->v_mount); in cache_fplookup_symlink()
5287 tvp = atomic_load_ptr(&ncp->nc_vp); in cache_fplookup_next()
5353 mp = atomic_load_ptr(&vp->v_mountedhere); in cache_fplookup_climb_mount()
5375 vp = atomic_load_ptr(&mp->mnt_rootvnode); in cache_fplookup_climb_mount()
5387 mp = atomic_load_ptr(&vp->v_mountedhere); in cache_fplookup_climb_mount()
5410 mp = atomic_load_ptr(&vp->v_mountedhere); in cache_fplookup_cross_mount()
5426 vp = atomic_load_ptr(&mp->mnt_rootvnode); in cache_fplookup_cross_mount()
5436 mp = atomic_load_ptr(&vp->v_mountedhere); in cache_fplookup_cross_mount()
5916 mp = atomic_load_ptr(&dvp->v_mount); in cache_fplookup_impl()