Home
last modified time | relevance | path

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

/csrg-svn/sys/sys/
H A Dmount.h231 #define VFS_UNMOUNT(MP, FORCE, P) (*(MP)->mnt_op->vfs_unmount)(MP, FORCE, P) macro
/csrg-svn/sys/kern/
H A Dvfs_syscalls.c362 error = VFS_UNMOUNT(mp, flags, p);