Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ufs/ffs/
HDffs_vfsops.c92 static vfs_unmount_t ffs_unmount; variable
109 .vfs_unmount = ffs_unmount,
1240 ffs_unmount(mp, mntflags) in ffs_unmount() function