HomeSort by: relevance | last modified time | path
    Searched defs:msdosfs_unmount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/msdosfs/
msdosfs_vfsops.c 121 .vfs_unmount = msdosfs_unmount,
258 (void)msdosfs_unmount(mp, 0);
442 msdosfs_unmount(mp, MNT_FORCE);
921 msdosfs_unmount(struct mount *mp, int mntflags) function in typeref:typename:int
msdosfs_vfsops.c 121 .vfs_unmount = msdosfs_unmount,
258 (void)msdosfs_unmount(mp, 0);
442 msdosfs_unmount(mp, MNT_FORCE);
921 msdosfs_unmount(struct mount *mp, int mntflags) function in typeref:typename:int

Completed in 22 milliseconds