Home
last modified time | relevance | path

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

/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c123 static vfs_unmount_t msdosfs_unmount; variable
400 msdosfs_unmount(mp, MNT_FORCE); in msdosfs_mount()
893 msdosfs_unmount(struct mount *mp, int mntflags) in msdosfs_unmount() function
1205 .vfs_unmount = msdosfs_unmount,