Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/fs/msdosfs/
HDmsdosfs_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()
882 atomic_store_rel_ptr((uintptr_t *)&dev->si_mountpt, 0); in mountmsdosfs()
968 atomic_store_rel_ptr((uintptr_t *)&pmp->pm_dev->si_mountpt, 0); in msdosfs_unmount()
/freebsd-14-stable/sys/ufs/ffs/
HDffs_vfsops.c892 if (atomic_cmpset_acq_ptr((uintptr_t *)&dev->si_mountpt, 0, in ffs_mountfs()
901 atomic_store_rel_ptr((uintptr_t *)&dev->si_mountpt, 0); in ffs_mountfs()
1199 atomic_store_rel_ptr((uintptr_t *)&dev->si_mountpt, 0); in ffs_mountfs()
1306 atomic_store_rel_ptr((uintptr_t *)&ump->um_dev->si_mountpt, 0); in ffs_unmount()
2354 bp->b_vp->v_rdev->si_mountpt == NULL || in ffs_geom_strategy()
2355 VFSTOUFS(bp->b_vp->v_rdev->si_mountpt) == NULL || in ffs_geom_strategy()
2356 vp == VFSTOUFS(bp->b_vp->v_rdev->si_mountpt)->um_devvp, in ffs_geom_strategy()
HDffs_alloc.c3042 mp = devvp->v_rdev->si_mountpt; in ffs_getcg()
HDffs_softdep.c14296 mp = vp->v_type == VCHR ? vp->v_rdev->si_mountpt : NULL; in softdep_bp_to_mp()
/freebsd-14-stable/sys/geom/
HDgeom_vfs.c125 mp = cdevp->si_mountpt; in g_vfs_done()
/freebsd-14-stable/sys/sys/
HDconf.h81 struct mount *si_mountpt; member
/freebsd-14-stable/sys/kern/
HDvfs_vnops.c2998 mp = vp->v_rdev->si_mountpt; in vn_fsync_buf()