Searched refs:VFS_UNMOUNT (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/sys/ |
H A D | mount.h | 540 #define VFS_UNMOUNT(MP, FORCE, P) (*(MP)->mnt_op->vfs_unmount)(MP, FORCE, P) macro
|
/openbsd/regress/usr.bin/diff/ |
H A D | t9.1 | 381 error = VFS_UNMOUNT(mp, flags, p);
|
H A D | t9.2 | 449 error = VFS_UNMOUNT(mp, flags, p);
|
/openbsd/sys/kern/ |
H A D | vfs_syscalls.c | 496 error = VFS_UNMOUNT(mp, flags, p); in dounmount_leaf()
|