Home
last modified time | relevance | path

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

/NextBSD/sys/ufs/ffs/
HDffs_vfsops.c90 static vfs_unmount_t ffs_unmount; variable
107 .vfs_unmount = ffs_unmount,
1198 ffs_unmount(mp, mntflags) in ffs_unmount() function