Home
last modified time | relevance | path

Searched refs:si_mountpt (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c525 if (atomic_cmpset_acq_ptr((uintptr_t *)&dev->si_mountpt, 0, in mountmsdosfs()
534 atomic_store_rel_ptr((uintptr_t *)&dev->si_mountpt, 0); in mountmsdosfs()
880 atomic_store_rel_ptr((uintptr_t *)&dev->si_mountpt, 0); in mountmsdosfs()
966 atomic_store_rel_ptr((uintptr_t *)&pmp->pm_dev->si_mountpt, 0); in msdosfs_unmount()
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c930 if (atomic_cmpset_acq_ptr((uintptr_t *)&dev->si_mountpt, 0, in ffs_mountfs()
939 atomic_store_rel_ptr((uintptr_t *)&dev->si_mountpt, 0); in ffs_mountfs()
1238 atomic_store_rel_ptr((uintptr_t *)&dev->si_mountpt, 0); in ffs_mountfs()
1435 atomic_store_rel_ptr((uintptr_t *)&ump->um_dev->si_mountpt, 0); in ffs_unmount()
2493 bp->b_vp->v_rdev->si_mountpt == NULL || in ffs_geom_strategy()
2494 VFSTOUFS(bp->b_vp->v_rdev->si_mountpt) == NULL || in ffs_geom_strategy()
2495 vp == VFSTOUFS(bp->b_vp->v_rdev->si_mountpt)->um_devvp, in ffs_geom_strategy()
H A Dffs_alloc.c3022 mp = devvp->v_rdev->si_mountpt; in ffs_getcg()
H A Dffs_softdep.c14279 mp = vp->v_type == VCHR ? vp->v_rdev->si_mountpt : NULL; in softdep_bp_to_mp()
/freebsd/sys/geom/
H A Dgeom_vfs.c124 mp = cdevp->si_mountpt; in g_vfs_done()
/freebsd/sys/sys/
H A Dconf.h79 struct mount *si_mountpt; member
/freebsd/sys/kern/
H A Dvfs_vnops.c2976 mp = vp->v_rdev->si_mountpt; in vn_fsync_buf()