Home
last modified time | relevance | path

Searched refs:pm_mountp (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/vfs/msdosfs/
H A Dmsdosfsmount.h71 struct mount *pm_mountp;/* vfs mount struct for this fs */ member
H A Dmsdosfs_fat.c337 if (pmp->pm_mountp->mnt_flag & MNT_SYNCHRONOUS) in updatefats()
347 if (pmp->pm_mountp->mnt_flag & MNT_SYNCHRONOUS) in updatefats()
403 pmp->pm_mountp->mnt_stat.f_mntonname, cn, cn % N_INUSEBITS, in usemap_free()
H A Dmsdosfs_denode.c241 struct mount *mntp = pmp->pm_mountp; in deget()
H A Dmsdosfs_vfsops.c355 pmp->pm_mountp = mp; in mountmsdosfs()